From 60f0a4d331f345db5bb9145d103cf4baf9676a84 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Thu, 26 Dec 2024 03:37:25 +0000 Subject: [PATCH 1/6] 2 new Contra Poster (#929) --- .../structures/wallmounts/signs/posters.ftl | 4 ++++ .../structures/wallmounts/signs/posters.ftl | 5 +++++ .../Markers/Spawners/Random/posters.yml | 2 ++ .../Structures/Wallmounts/Signs/posters.yml | 20 ++++++++++++++++++ .../Wallmounts/posters.rsi/meta.json | 8 ++++++- .../posters.rsi/sunriseposter2_contraband.png | Bin 0 -> 1085 bytes .../posters.rsi/sunriseposter3_contraband.png | Bin 0 -> 1588 bytes 7 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png create mode 100644 Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl index d49c6bb5c54..72df9e8ccba 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl @@ -2,3 +2,7 @@ ent-PosterContrabandAriralInSpace = Ariral in Space .desc = This is clearly a message..I think I forgot something... ent-PosterLegitAIOverseer = AI is watching .desc = Anything can be automated, Security included + ent-PosterContrabandSam300 = SAM-300 + .desc = A poster advertising the SAM-300 from Cybersun Industries. + ent-PosterContrabandSyndiMechs = Syndi Mechs + .desc = A poster advertising the Syndi Mechs from Cybersun Industries. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl index 6eae32247aa..98ad63c1e17 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl @@ -2,3 +2,8 @@ ent-PosterContrabandAriralInSpace = Арирал в космосе .desc = Это явно послание.. Что-то я забыл.. ent-PosterLegitAIOverseer = ИИ видит .desc = Автоматизировать можно всё, даже Службу Безопасности. +ent-PosterContrabandSam300 = SAM-300 + .desc = Плакат, рекламирующий SAM-300 от Cybersun Industries. +ent-PosterContrabandSyndiMechs = Синди Мехи + .desc = Плакат, рекламирующий Мехов от компании Cybersun Industries. + diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 5e6c9f3ab96..6cac54e8edc 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -32,6 +32,8 @@ offset: 0 prototypes: - PosterContrabandAriralInSpace # Sunrise-edit + - PosterContrabandSam300 # Sunrise-edit + - PosterContrabandSyndiMechs # Sunrise-edit - PosterContrabandFreeTonto - PosterContrabandAtmosiaDeclarationIndependence - PosterContrabandFunPolice diff --git a/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml index 6741234dbb4..4f8d9c8c552 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml @@ -8,6 +8,26 @@ sprite: _Sunrise/Structures/Wallmounts/posters.rsi state: sunriseposter1_contraband +- type: entity + parent: PosterBase + id: PosterContrabandSam300 + name: "SAM-300" + description: "A poster advertising the SAM-300 from Cybersun Industries." + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter2_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandSyndiMechs + name: "Syndi Mechs" + description: "A poster advertising the Mechs from Cybersun Industries." + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter3_contraband + - type: entity parent: PosterBase id: PosterLegitAIOverseer diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json index 31f1962388f..919767f4ea9 100644 --- a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CLA", - "copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary.", + "copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary. sunriseposter2/3_legit made by discord: KaiserMaus ", "size": { "x": 32, "y": 32 @@ -12,6 +12,12 @@ }, { "name": "sunriseposter1_legit" + }, + { + "name": "sunriseposter2_contraband" + }, + { + "name": "sunriseposter3_contraband" } ] } diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png new file mode 100644 index 0000000000000000000000000000000000000000..441c2e355ac8866448b6ecc2cccf9eb98b870727 GIT binary patch literal 1085 zcmV-D1j74?P)Px&_en%SR9J=OmrYAsSs2HE_ePBYBS9UEUNM1&D~&6P=_(L0OeJURE~#(~nh=^x~r z=bY#5{GaEX8{tcbp(fdE)>HHI^Yi+qVGxN#h{a-aI?vpY9bOS{yBL(h@+oxeUI3 zP?Kmh3e@X7Mc(K58G9{Gf~Qrsx?MYz%Vn91wyMi(Zupdg4ui5H^Y@0`g|;5_rR2~A zJgyomPOx(L8e@bt8 zeU(Q&r~Ewk3y*qEeKHW5xQ~IZt}eMk%j>HW+|FeAVe1c8)_!AV`a2#!eZubkJ7Gs5 zIXJ@i@59HEyAc}P$AJDm-@bW^+c$5Cyi)oXfUT`9pkA8f;7Hq3g&~-5O9GWj1*kX6 z{Ne)3>#Ov}<2c(J%qDN}a{L?S7Z;=tRGCx~DJx0Ib(y$#M@pq+AhiCVy#r%oV_whZ zrfeLgZ3*UV*D36c$0@lkfUi+Yt}A=(Mmv+G`1)4>*0k8dfPOWC)Y+M=Br{NO7$`V6 z+Z#Sw6%(p-x@>2%ZA&0ccy@N?+tBZDvx)XdPCSs4C^iNP4o+j7Z)iH(8$MZo2XsgY zMn^}zuin0u4OIel8dZj1k{<)T1j2y+h0^PvvXU&XueJ?V$>rGJ-^a2nip3)3a+zz# z$Lu5$TsuCdlFLyn78yP~lryuv4Aq=F`X|KOfkd1bqS!0SfxkD&f-Zqe00000NkvXXu0mjf D;VThV literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png new file mode 100644 index 0000000000000000000000000000000000000000..56b3a2e5be3be7c1697310e4ac5ced1dafe0822f GIT binary patch literal 1588 zcmV-42Fv-0P)Px)?ny*JR9J=OmtSZc*A>QpJ3C!@)0tttRxN2p)6-kO^ z6BH#-{2&EN5-2VhLPPsdOsSrl2iJMfLx>Q;m5AfYl!7W1;dQXG?xt8yWQ(MWv`b@K z@-j0ZZM53S!_JIm|46hhv=9B@a?ic@+&SMp=iYO6;r|^zM~FtFmLqR(Z@ zaO>7BAAsmG@%aeey<5TVnb&`gxt0S!I-v5=?|ut_ACRg}60rNHs^%?Vvue(WMt8_m zyX45w5X&Kj1TZ&qowvuwd3$`ExtZ%EfaQ?Fk)fgLZT}VoVaKfNfkL4`*U%8L&S#Jg zs66;GM|-ivD^DKtaT)R5u8gJDO z5fBCPo26Yt@v*1j=^borY`C%;f)A#z(W)H+U^TnKi+P>7nd|f{E&?zYi}7M!=Y3WH z$mjD&l7y*gG-tClBu4h|KwSbq?thNH{?klO{(;r(3O8ag0NxKN0JH)VvW#FGU(IG2 z0WJfrHi>((Oj}zUEH09&;}ye}o9cz&=E4Fq(^D0jRgz}PrcAL|L{St<+vRjI z1x#xi&W?MsjG`!IJz1{!j$wP`yglC9+NvdBSr#8mUt?}&nm2#(YgeJCyPG$Dc7a?j zha^cTih{1|ycLTP3Wazp7DLx{6h%RjByzbNS;L?jDZ4@CD{w>5(9i(DslI-0B$KRW zS7^`cEZ+WzsSiIyRaH#WMAvmxRdq8TfU2tGayeJlJS2K+sO<6#OQjO+d7ZhLXu1-!64u{coowl|%bX_ML4wC{zQRJ^39el?y=z8q}XGSk^X7mzWuU*)cKurkh z!R+Y3G)imaUN`KQ7jfwgFz0b(*WF$$Ju;J=4Nu9-gunZ^1Khq zl@)+cDD=y~+FD%#fweUx!{AXQLa9_D91c?|mH6&gUt!9!JKps9X#7?)`zbM-PNT%* ztT#6^n@)51K$wtN~PD*b) z&f#>LF9!w*1cIz)?z?+k0^aPj8zf1>G)>mm*WC~}eK;IOlFC0*?#JUaMmxFqa=9Yh zPAzaBP=G5FW1Jm42g!M$Di1(qVKDTQpRzRnCmJ&uu1t*48;^rc zu$+eNx+iHDM=x2&yH8ldp1EP${TD|sS%9Ugs#R_Oe+Hj-@WW?c@B`di{uE#v;2&Qs m)$aOFjrw-X*8Da5Z{urT!H#f=iuFMN0000 Date: Thu, 26 Dec 2024 03:37:40 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20"=D0=AD=D1=82=D0=B8=D0=BA=D0=B5=D1=82=D0=BA?= =?UTF-8?q?=D0=B8"=20=D0=BD=D0=B0=20=D0=B1=D0=B0=D0=BB=D0=BB=D0=BE=D0=BD?= =?UTF-8?q?=D1=87=D0=B8=D0=BA=D0=B0=D1=85=20=D0=BA=D1=80=D0=B0=D1=81=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BC=D0=B5=D1=85=D0=BE=D0=B2=20(#925)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Label to all Mech Paint * Мяулер --- .../entities/objects/fun/mech_spray_paint.ftl | 67 ++++++++++--------- 1 file changed, 35 insertions(+), 32 deletions(-) diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/fun/mech_spray_paint.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/fun/mech_spray_paint.ftl index 534f85b13f6..78e79b168dd 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/fun/mech_spray_paint.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/fun/mech_spray_paint.ftl @@ -1,50 +1,53 @@ ent-MechPaintBase = краска для мехов .desc = Баночка аэрозольной краски для мехов. ent-MechPaintRipleyAluminizer = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Aluminizer - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Aluminizer + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Aluminizer". ent-MechPaintRipleyCombatRipley = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Combat Ripley - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Combat Ripley + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Combat Ripley". ent-MechPaintRipleyFirestarter = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Firestarter - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Firestarter + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Firestarter". ent-MechPaintRipleyHauler = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Hauler - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Hauler + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Hauler". ent-MechPaintRipleyReaper = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Reaper - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Reaper + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Reaper". ent-MechPaintRipleyZairjah = { ent-MechPaintBase } - .suffix = ДЕБАГ, Рипли, Zairjah - .desc = { ent-MechPaintBase.desc } + .suffix = Рипли, Zairjah + .desc = Баночка аэрозольной краски. На этикетке написано Рипли "Zairjah". ent-MechPaintClarkeOrangey = { ent-MechPaintBase } - .suffix = ДЕБАГ, Кларк, Orangey - .desc = { ent-MechPaintBase.desc } + .suffix = Кларк, Orangey + .desc = Баночка аэрозольной краски. На этикетке написано Кларк "Orangey". ent-MechPaintGygaxMolot = { ent-MechPaintBase } - .suffix = ДЕБАГ, Гигакс, Molot - .desc = { ent-MechPaintBase.desc } + .suffix = Гигакс, Molot + .desc = Баночка аэрозольной краски. На этикетке написано Гигакс "Molot". ent-MechPaintGygaxOld = { ent-MechPaintBase } - .suffix = ДЕБАГ, Гигакс, Old - .desc = { ent-MechPaintBase.desc } + .suffix = Гигакс, Old + .desc = Баночка аэрозольной краски. На этикетке написано Гигакс "Old". ent-MechPaintGygaxBlack = { ent-MechPaintBase } - .suffix = ДЕБАГ, Гигакс, Черный - .desc = { ent-MechPaintBase.desc } + .suffix = Гигакс, Черный + .desc = Баночка аэрозольной краски. На этикетке написано Гигакс "Черный". ent-MechPaintGygaxWhite = { ent-MechPaintBase } - .suffix = ДЕБАГ, Гигакс, Белый - .desc = { ent-MechPaintBase.desc } + .suffix = Гигакс, Белый + .desc = Баночка аэрозольной краски. На этикетке написано Гигакс "Белый". ent-MechPaintGygaxPirate = { ent-MechPaintBase } - .suffix = ДЕБАГ, Гигакс, Пираты - .desc = { ent-MechPaintBase.desc } + .suffix = Гигакс, Пираты + .desc = Баночка аэрозольной краски. На этикетке написано Гигакс "Пираты". ent-MechPaintDurandUnathi = { ent-MechPaintBase } - .suffix = ДЕБАГ, Дюранд, Unathi - .desc = { ent-MechPaintBase.desc } + .suffix = Дюранд, Unathi + .desc = Баночка аэрозольной краски. На этикетке написано Дюранд "Unathi". ent-MechPaintDurandShire = { ent-MechPaintBase } - .suffix = ДЕБАГ, Дюранд , Shire - .desc = { ent-MechPaintBase.desc } + .suffix = Дюранд, Shire + .desc = Баночка аэрозольной краски. На этикетке написано Дюранд "Shire". ent-MechPaintDurandDollhouse = { ent-MechPaintBase } - .suffix = ДЕБАГ, Дюранд , Dollhouse - .desc = { ent-MechPaintBase.desc } + .suffix = Дюранд, Dollhouse + .desc = Баночка аэрозольной краски. На этикетке написано Дюранд "Dollhouse". ent-MechPaintDurandExecutor = { ent-MechPaintBase } - .suffix = ДЕБАГ, Дюранд , Executor - .desc = { ent-MechPaintBase.desc } + .suffix = Дюранд, Executor + .desc = Баночка аэрозольной краски. На этикетке написано Дюранд "Executor". +ent-MechPaintMaulerMeowler = { ent-MechPaintBase } + .suffix = Mauler, Meowler + .desc = Баночка аэрозольной краски. На этикетке написано Маулер "МЯУлер". From 3045eb25b02f163ac7511a658f309216c8e1ac57 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Thu, 26 Dec 2024 03:38:12 +0000 Subject: [PATCH 3/6] =?UTF-8?q?ERTuplink:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=BD=D0=B0=D0=B1=D0=BE=D1=80=20=D0=BC?= =?UTF-8?q?=D0=B5=D0=B4=D0=B8=D0=BA=D0=B0=D0=BC=D0=B5=D0=BD=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20,=20BR-50c=20"=D0=91=D0=B0=D1=81=D1=82=D0=B8=D0=BE?= =?UTF-8?q?=D0=BD"=20,=20BT-21b=20"=D0=91=D0=B0=D1=80=D1=8C=D0=B5=D1=80"?= =?UTF-8?q?=20=20(#926)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ERT Amber * Краски в техи и доработка Визора ОБР * Update * Debuff mech * Mech Fix. Chang Fix * Change * Debuff * 1st Phase * Hmmm * New Icons * ERT * Heat to SecHard + Raid-Amber Suit Eva * Few Locale + fix EVA Amber * Fix * merge * EVA Engi head * Locale 02 * Locale 3 * ERT Borg * Fix * fix 1984 * Ha ha..No * Fix Cringe * Update * Бэланс * Energy Fix * Nerf Swat, Add FlareGun to ERTUplink * Dec Buff * Med Bundle Nt + EnergyDomeNt * Locale Fix * fix dublicate * fix * AAAAAA * Fix 3 * ERTuplink locale fix * secpod locale --- .../entities/clothing/back/duffel.ftl | 2 + .../entities/objects/storage/duffelbag.ftl | 22 ++- .../_strings/_sunrise/store/categories.ftl | 11 ++ .../entities/clothing/back/duffel.ftl | 2 + .../entities/objects/storage/duffelbag.ftl | 22 ++- .../entities/markers/spawners/mechs.ftl | 2 +- .../_strings/_sunrise/store/categories.ftl | 11 ++ .../Catalog/Fills/Backpacks/duffelbag.yml | 22 +++ .../_Sunrise/Catalog/ert_uplink_catalog.yml | 185 +++++++++++------- .../Entities/Clothing/Back/duffel.yml | 15 ++ .../Entities/Objects/Specific/crystallite.yml | 16 +- .../Guns/Ammunition/Magazines/light_rifle.yml | 2 +- .../Prototypes/_Sunrise/Store/categories.yml | 22 +-- .../nanotrasen.rsi/equipped-BACKPACK.png | Bin 0 -> 1063 bytes .../Back/Duffels/nanotrasen.rsi/icon.png | Bin 0 -> 866 bytes .../Duffels/nanotrasen.rsi/inhand-left.png | Bin 0 -> 1115 bytes .../Duffels/nanotrasen.rsi/inhand-right.png | Bin 0 -> 1082 bytes .../Back/Duffels/nanotrasen.rsi/meta.json | 27 +++ .../Misc/nt_icons.rsi/med_bundle.png | Bin 0 -> 1871 bytes .../Interface/Misc/nt_icons.rsi/meta.json | 9 + .../Misc/nt_icons.rsi/nanotrasen_back.png | Bin 0 -> 1701 bytes .../Misc/nt_icons.rsi/nanotrasen_belt.png | Bin 0 -> 1679 bytes 22 files changed, 254 insertions(+), 116 deletions(-) create mode 100644 Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/inhand-left.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/inhand-right.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/meta.json create mode 100644 Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/med_bundle.png create mode 100644 Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/nanotrasen_back.png create mode 100644 Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/nanotrasen_belt.png diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/back/duffel.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/back/duffel.ftl index c330000a093..ab30c724cfb 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/clothing/back/duffel.ftl @@ -8,3 +8,5 @@ ent-ClothingBackpackDuffelPrisonGuard = prison guard's duffel bag .desc = On style. ent-ClothingBackpackDuffelAdjutant = adjutant duffel .desc = It looks redundantly empty, with only a crumpled piece of paper lying lonely at the bottom. +ent-ClothingBackpackDuffelNanotrasenMedical = nanotrasen duffel + .desc = A large duffel bag for holding any medical army goods. diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl index 3f96665bd5a..7cb4cd4b7a5 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl @@ -1,20 +1,22 @@ ent-ClothingBackpackDuffelWeaponSubMachineGunWt550Filled = Bundle WT550 -.desc = WT550 with 3 raspy magazines. + .desc = WT550 with 3 raspy magazines. ent-ClothingBackpackDuffelWeaponSubMachineGunMP5Filled = Bundle MP5 -.desc = Mp5 with 2 raspy magazines. + .desc = Mp5 with 2 raspy magazines. ent-ClothingBackpackDuffelWeaponRifleLecterFilled = Bundle Lecter -.desc = Lecter with 3 raspy magazines. + .desc = Lecter with 3 raspy magazines. ent-ClothingBackpackDuffelWeaponSubMachineGunP90Filled = Bundle P-90 -.desc = P-90 with 2 raspy magazines. + .desc = P-90 with 2 raspy magazines. ent-ClothingBackpackDuffelWeaponAMS42Filled = Bundle AMS-42 -.desc = AMS-42 with 3 raspy magazines. + .desc = AMS-42 with 3 raspy magazines. ent-ClothingBackpackDuffelWeaponShotgunZauerFilled = Bundle Zauer -.desc = Zauer with 2 raspy magazines. дроби. + .desc = Zauer with 2 raspy magazines. дроби. ent-ClothingBackpackDuffelWeaponXM1014Filled = Bundle XM1014 -.desc = XM1014 with 1 Box ammo. + .desc = XM1014 with 1 Box ammo. ent-ClothingBackpackDuffelWeaponShotgun12Filled = Bundle LAW-12 -.desc = LAW-12 with 1 Box ammo. + .desc = LAW-12 with 1 Box ammo. ent-ClothingBackpackDuffelWeaponRifleBR64Filled = Bundle BR-64 -.desc = BR-64 with 2 raspy magazines. + .desc = BR-64 with 2 raspy magazines. ent-ClothingBackpackDuffelWeaponLightMachineGunMG42 = Bundle MG-342 -.desc = MG-342 with 2 raspy magazines. \ No newline at end of file + .desc = MG-342 with 2 raspy magazines. +ent-ClothingBackpackDuffelNanotrasenMedicalBundleFilled = nanotrasen medical bundle + .desc = A large duffel bag for holding any medical army goods. \ No newline at end of file diff --git a/Resources/Locale/en-US/_strings/_sunrise/store/categories.ftl b/Resources/Locale/en-US/_strings/_sunrise/store/categories.ftl index 32c804093e8..76e5343d8e3 100644 --- a/Resources/Locale/en-US/_strings/_sunrise/store/categories.ftl +++ b/Resources/Locale/en-US/_strings/_sunrise/store/categories.ftl @@ -24,3 +24,14 @@ shop-disease-category-symptoms = Symptoms shop-disease-category-evolution = Evolution # Uplink store-category-objectives = Objectives +# ntUplink +store-category-ntautogun = AutoGun +store-category-ntlasers = Lasers +store-category-ntmedicine = Medicine +store-category-ntpistols = Pistols +store-category-ntadditional = Additional +store-category-ntsanitary = Sanitary +store-category-ntengineering = Engineering +store-category-ntmechs = Mechs +store-category-ntammo = Ammo +store-category-ntequipment = Equipment Экипировка diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/back/duffel.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/back/duffel.ftl index 9629d652a8b..780796f2563 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/back/duffel.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/back/duffel.ftl @@ -8,3 +8,5 @@ ent-ClothingBackpackDuffelPrisonGuard = вещмешок сотрудника к .desc = На стиле. ent-ClothingBackpackDuffelAdjutant = вещмешок адъютанта .desc = Выглядит избыточно пустым, лишь на дне одиноко валяется скомканный лист бумаги. +ent-ClothingBackpackDuffelNanotrasenMedical = набор медикаментов НТ + .desc = Большой вещмешок для хранения любых медикаментов отряда. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl index 2cb46a9ec83..984079326ae 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/objects/storage/duffelbag.ftl @@ -1,20 +1,22 @@ ent-ClothingBackpackDuffelWeaponSubMachineGunWt550Filled = Набор WT550 -.desc = WT550 c 3мя магазинами. + .desc = WT550 c 3мя магазинами. ent-ClothingBackpackDuffelWeaponSubMachineGunMP5Filled = Набор MP5 -.desc = Mp5 c 2мя магазинами. + .desc = Mp5 c 2мя магазинами. ent-ClothingBackpackDuffelWeaponRifleLecterFilled = Набор Lecter -.desc = Lecter c 3мя магазинами. + .desc = Lecter c 3мя магазинами. ent-ClothingBackpackDuffelWeaponSubMachineGunP90Filled = Набор P-90 -.desc = P-90 c 2мя магазинами. + .desc = P-90 c 2мя магазинами. ent-ClothingBackpackDuffelWeaponAMS42Filled = Набор AMS-42 -.desc = AMS-42 c 3мя магазинами. + .desc = AMS-42 c 3мя магазинами. ent-ClothingBackpackDuffelWeaponShotgunZauerFilled = Набор Zauer -.desc = Zauer c 2мя магазинами дроби. + .desc = Zauer c 2мя магазинами дроби. ent-ClothingBackpackDuffelWeaponXM1014Filled = Набор XM1014 -.desc = XM1014 c пачкой патронов дроби. + .desc = XM1014 c пачкой патронов дроби. ent-ClothingBackpackDuffelWeaponShotgun12Filled = Набор LAW-12 -.desc = LAW-12 c пачкой патронов дроби. + .desc = LAW-12 c пачкой патронов дроби. ent-ClothingBackpackDuffelWeaponRifleBR64Filled = Набор BR-64 -.desc = BR-64 c 2мя магазинами. + .desc = BR-64 c 2мя магазинами. ent-ClothingBackpackDuffelWeaponLightMachineGunMG42 = Набор MG-342 -.desc = MG-342 c 2мя магазинами. \ No newline at end of file + .desc = MG-342 c 2мя магазинами. +ent-ClothingBackpackDuffelNanotrasenMedicalBundleFilled = набор медикаментов НаноТрейзен + .desc = Все, что нужно для возвращения в строй ваших товарищей: главным образом, боевые аптечки, дефибриллятор и 4 боевых медипена каждого. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/entities/markers/spawners/mechs.ftl b/Resources/Locale/ru-RU/_prototypes/entities/markers/spawners/mechs.ftl index 9a5f4947cef..0ba868b35e7 100644 --- a/Resources/Locale/ru-RU/_prototypes/entities/markers/spawners/mechs.ftl +++ b/Resources/Locale/ru-RU/_prototypes/entities/markers/spawners/mechs.ftl @@ -39,5 +39,5 @@ ent-SpawnMechMaulerSyndieFilled = спавнер Маулер .desc = { ent-MarkerBase.desc } .suffix = Заполнен ent-SpawnMechSecPodFilled = спавнер Патрульного Пода - .suffix = Filled + .suffix = Заполнен .desc = { ent-MarkerBase.desc } \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/store/categories.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/store/categories.ftl index 1f9dc06cefc..2c2d8df85a5 100644 --- a/Resources/Locale/ru-RU/_strings/_sunrise/store/categories.ftl +++ b/Resources/Locale/ru-RU/_strings/_sunrise/store/categories.ftl @@ -25,3 +25,14 @@ shop-disease-category-evolution = Улучшение # Uplink store-category-objectives = Цели store-category-mechs = Мехи +# ntUplink +store-category-ntautogun = Автоматы +store-category-ntlasers = Лазерное оружие +store-category-ntmedicine = Медицина +store-category-ntpistols = Пистолеты +store-category-ntadditional = Дополнительное +store-category-ntsanitary = Санитария +store-category-ntengineering = Инженерия +store-category-ntmechs = Мехи +store-category-ntammo = Боеприпасы +store-category-ntequipment = Экипировка \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/duffelbag.yml index 4ea61e403cc..1f14502a81f 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/duffelbag.yml @@ -132,3 +132,25 @@ - id: WeaponMachineGunMG42 - id: MagazineMachineGunMG42 amount: 2 + +- type: entity + id: ClothingBackpackDuffelNanotrasenMedicalBundleFilled + parent: ClothingBackpackDuffelNanotrasenMedical + name: nanotrasen medical bundle + description: A large duffel bag for holding any medical army goods. + components: + - type: StorageFill + contents: + - id: DefibrillatorCompact + - id: MedkitCombatFilled + amount: 3 + - id: Tourniquet + amount: 4 + - id: CombatMedipen + amount: 4 + - id: PunctAutoInjector + amount: 4 + - id: PyraAutoInjector + amount: 4 + - id: AirlossAutoInjector + amount: 4 diff --git a/Resources/Prototypes/_Sunrise/Catalog/ert_uplink_catalog.yml b/Resources/Prototypes/_Sunrise/Catalog/ert_uplink_catalog.yml index a28ada096b0..ca35f1a6671 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/ert_uplink_catalog.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/ert_uplink_catalog.yml @@ -22,8 +22,8 @@ categories: - NTAutoGun conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseClothingBackpackDuffelWeaponRifleLecter @@ -74,8 +74,8 @@ categories: - NTAutoGun conditions: - - !type:ListingLimitedStockCondition - stock: 1 + - !type:ListingLimitedStockCondition + stock: 1 - type: listing id: NTUplinkSunriseClothingBackpackDuffelWeaponRifleBR64Filled @@ -163,8 +163,8 @@ categories: - NTLasers conditions: - - !type:ListingLimitedStockCondition - stock: 2 + - !type:ListingLimitedStockCondition + stock: 2 - type: listing id: NTUplinkSunriseWeaponPulseCarbine @@ -175,8 +175,8 @@ categories: - NTLasers conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseWeaponEnergyGunTactical @@ -213,8 +213,8 @@ categories: - NTPistols conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseWeaponEnergyGunPistolSecurity @@ -246,7 +246,7 @@ productEntity: WeaponFlareGunSecurity icon: { sprite: _Sunrise/Interface/Misc/nt_icons.rsi, state: sec_flaregun } cost: - Bluecrystal: 1 + Bluecrystal: 2 categories: - NTPistols conditions: @@ -299,8 +299,8 @@ categories: - NTAmmo conditions: - - !type:ListingLimitedStockCondition - stock: 12 + - !type:ListingLimitedStockCondition + stock: 12 - type: listing id: NTUplinkSunriseMagazineBoxMagnumIncendiary @@ -311,8 +311,8 @@ categories: - NTAmmo conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseMagazineBoxMagnumUranium @@ -323,8 +323,8 @@ categories: - NTAmmo conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseMagazineP90 @@ -335,8 +335,8 @@ categories: - NTAmmo conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseSMGAmmoKit @@ -454,10 +454,10 @@ cost: Crystallite: 5 categories: - - NTMedicine + - NTMedicine conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseDefibrillator @@ -468,8 +468,8 @@ categories: - NTMedicine conditions: - - !type:ListingLimitedStockCondition - stock: 2 + - !type:ListingLimitedStockCondition + stock: 2 - type: listing id: NTUplinkSunriseMedkitOxygenFilled @@ -543,6 +543,18 @@ - !type:ListingLimitedStockCondition stock: 8 +- type: listing + id: NTUplinkSunriseDuffelNanotrasenMedicalBundleFilled + productEntity: ClothingBackpackDuffelNanotrasenMedicalBundleFilled + icon: { sprite: _Sunrise/Interface/Misc/nt_icons.rsi, state: med_bundle } + cost: + Crystallite: 40 + categories: + - NTMedicine + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + # Дополнительное: - type: listing @@ -578,8 +590,8 @@ categories: - NTAdditional conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseBoxFlashbang @@ -590,8 +602,8 @@ categories: - NTAdditional conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseFlash @@ -602,8 +614,8 @@ categories: - NTAdditional conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseStunbaton @@ -614,8 +626,8 @@ categories: - NTAdditional conditions: - - !type:ListingLimitedStockCondition - stock: 12 + - !type:ListingLimitedStockCondition + stock: 12 # Санитария @@ -628,8 +640,8 @@ categories: - NTSanitary conditions: - - !type:ListingLimitedStockCondition - stock: 12 + - !type:ListingLimitedStockCondition + stock: 12 - type: listing id: NTUplinkSunriseWeedSpray @@ -640,8 +652,8 @@ categories: - NTSanitary conditions: - - !type:ListingLimitedStockCondition - stock: 12 + - !type:ListingLimitedStockCondition + stock: 12 - type: listing id: NTUplinkSunriseSprayBottleSpaceCleaner @@ -652,8 +664,8 @@ categories: - NTSanitary conditions: - - !type:ListingLimitedStockCondition - stock: 12 + - !type:ListingLimitedStockCondition + stock: 12 - type: listing id: NTUplinkSunriseTrashBagBlue @@ -664,8 +676,8 @@ categories: - NTSanitary conditions: - - !type:ListingLimitedStockCondition - stock: 3 + - !type:ListingLimitedStockCondition + stock: 3 - type: listing id: NTUplinkSunriseBoxBodyBag @@ -676,8 +688,8 @@ categories: - NTSanitary conditions: - - !type:ListingLimitedStockCondition - stock: 3 + - !type:ListingLimitedStockCondition + stock: 3 - type: listing id: NTUplinkSunriseAdvMopItem @@ -701,8 +713,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseJawsOfLife @@ -713,8 +725,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 6 + - !type:ListingLimitedStockCondition + stock: 6 - type: listing id: NTUplinkSunriseOmnitool @@ -725,8 +737,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunrisePowerCellHigh @@ -737,8 +749,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunrisePowerCellNanoTrasen @@ -751,8 +763,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseNetworkConfigurator @@ -763,9 +775,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 4 - + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseMultitool productEntity: Multitool @@ -775,8 +786,8 @@ categories: - NTEngineering conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 # Экипировка: - type: listing @@ -789,8 +800,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseRiotBulletShield @@ -802,8 +813,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseRiotLaserShield @@ -815,8 +826,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseRiotShield @@ -828,8 +839,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 8 + - !type:ListingLimitedStockCondition + stock: 8 - type: listing id: NTUplinkSunriseJetpackBlueFilled @@ -841,8 +852,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseJetpackMiniFilled @@ -854,8 +865,8 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 4 + - !type:ListingLimitedStockCondition + stock: 4 - type: listing id: NTUplinkSunriseJetpackVoidFilled @@ -867,8 +878,32 @@ categories: - NTEquipment conditions: - - !type:ListingLimitedStockCondition - stock: 2 + - !type:ListingLimitedStockCondition + stock: 2 + +- type: listing + id: NTUplinkSunriseEnergyDomeGeneratorBackpackNT + productEntity: EnergyDomeGeneratorBackpackNT + icon: { sprite: _Sunrise/Interface/Misc/nt_icons.rsi, state: nanotrasen_back } + cost: + Crystallite: 15 + categories: + - NTEquipment + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + +- type: listing + id: NTUplinkSunriseEnergyDomeGeneratorPersonalNT + productEntity: EnergyDomeGeneratorPersonalNT + icon: { sprite: _Sunrise/Interface/Misc/nt_icons.rsi, state: nanotrasen_belt } + cost: + Crystallite: 40 + categories: + - NTEquipment + conditions: + - !type:ListingLimitedStockCondition + stock: 2 # Mechs - type: listing @@ -882,8 +917,8 @@ categories: - NTMechs conditions: - - !type:ListingLimitedStockCondition - stock: 2 + - !type:ListingLimitedStockCondition + stock: 2 - type: listing id: NTUplinkSunriseBorgERT @@ -894,8 +929,8 @@ categories: - NTMechs conditions: - - !type:ListingLimitedStockCondition - stock: 2 + - !type:ListingLimitedStockCondition + stock: 2 - type: listing id: NTUplinkSunriseNTGygax diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml index 4779bcca7f5..4302e0f083b 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml @@ -49,3 +49,18 @@ components: - type: Sprite sprite: _Sunrise/Clothing/Back/Duffels/adjutant.rsi + +- type: entity + parent: [ ClothingBackpackDuffel, BaseCentcommContraband ] + id: ClothingBackpackDuffelNanotrasenMedical + name: nanotrasen duffel bag + description: A duffel bag containing a variety of biological containment equipment. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Back/Duffels/nanotrasen.rsi + - type: Storage + maxItemSize: Huge + - type: ClothingSpeedModifier + walkModifier: 1 + sprintModifier: 1 + - type: HeldSpeedModifier diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/crystallite.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/crystallite.yml index 55553f5e112..275664a02a1 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/crystallite.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Specific/crystallite.yml @@ -1,9 +1,9 @@ - type: entity - name: сrystallite + name: crystallite parent: BaseItem id: Crystallite - suffix: 100 С + suffix: 100 C description: It seems to shimmer with a attractive energy. components: - type: Sprite @@ -26,8 +26,8 @@ - type: entity parent: Crystallite id: Crystallite1 - suffix: 1 С - name: сrystallite + suffix: 1 C + name: crystallite description: It seems to shimmer with a attractive energy. components: - type: Stack @@ -36,8 +36,8 @@ - type: entity parent: Crystallite id: Crystallite25 - suffix: 25 С - name: сrystallite + suffix: 25 C + name: crystallite description: It seems to shimmer with a attractive energy. components: - type: Stack @@ -46,8 +46,8 @@ - type: entity parent: Crystallite id: Crystallite50 - suffix: 50 С - name: сrystallite + suffix: 50 C + name: crystallite description: It seems to shimmer with a attractive energy. components: - type: Stack diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml index 2098c42ffd2..158ab26181e 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Weapons/Guns/Ammunition/Magazines/light_rifle.yml @@ -177,7 +177,7 @@ whitelist: tags: - CartridgeRifle # 556 - capacity: 75 + capacity: 150 - type: Item size: Normal - type: ContainerContainer diff --git a/Resources/Prototypes/_Sunrise/Store/categories.yml b/Resources/Prototypes/_Sunrise/Store/categories.yml index 5cc0d3df503..ee82e7e488e 100644 --- a/Resources/Prototypes/_Sunrise/Store/categories.yml +++ b/Resources/Prototypes/_Sunrise/Store/categories.yml @@ -127,53 +127,53 @@ name: store-category-lootbox priority: 11 -#ERTuplink categoires #KaiserEdit +#ERTuplink categoires - type: storeCategory id: NTAutoGun - name: Автоматы + name: store-category-ntautogun priority: 0 - type: storeCategory id: NTLasers - name: Лазерное оружие + name: store-category-ntlasers priority: 1 - type: storeCategory id: NTMedicine - name: Медицина + name: store-category-ntmedicine priority: 4 - type: storeCategory id: NTPistols - name: Пистолеты + name: store-category-ntpistols priority: 2 - type: storeCategory id: NTAdditional - name: Дополнительное + name: store-category-ntadditional priority: 5 - type: storeCategory id: NTSanitary - name: Санитария + name: store-category-ntsanitary priority: 6 - type: storeCategory id: NTEngineering - name: Инженерия + name: store-category-ntengineering priority: 7 - type: storeCategory id: NTMechs - name: Мехи + name: store-category-ntmechs priority: 9 - type: storeCategory id: NTAmmo - name: Боеприпасы + name: store-category-ntammo priority: 3 - type: storeCategory id: NTEquipment - name: Экипировка + name: store-category-ntequipment priority: 8 \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/equipped-BACKPACK.png b/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..c94115c868d9fc9b897b3c848be8d4e91cdd5e25 GIT binary patch literal 1063 zcmV+?1laqDP)Px&;Ymb6RCt{2n!#(^b`;0I9)ZZO32|h_ki;Z5bIjVXbb}U>d6-_(gBcih2$aGO z9pt)W|Ao=(ZrydIFna05m%tc>yU|I2){Ih&$-wvHLrM2Zqw&i5| zeZW{?>HVI5zvuU)-}eC$i9{liNF)+TPjZD#9<>i{h=}bE0IcLUeEav2-wT$nub+!a zAR>+`gy|_2(^D#lh~KnMeA^itf^VUrj4Pl^1WlU(s=yzw${->ZLPXAL!&d}sm+nVm zGwG2>0TFRAmcqTnBn-pAQMHPN#YL#9>f4s@zksGqEWwN}snj1+J5D}ZE$t8e^i05aM99K2|KJ%%Q4E^9c0svtD<%@`} z*D$I{SX@ZqyG#}Ukp4IYWn96ocoV)OM8sj{gSe{kN`8Zj-`r&);<&2uQYOnKfKAin zTXR=@+YA%|HbMv|DTXl-ElZ%jzXM%=SMEMp{TiYvkT*>{nV1M<^UUSK3-<%kcIo~= zY`zZ>@%&s8nl=MnuR$~guC3pOuAiX%>re1g`rHh~**XBj*h+t3V@eF9alAeaP{)3_L**U)dp=Lq8LlzxH*QKN&-Q| z$5C)oN#M9ShGHy*s6q%72}H!V=B_weyqEeKb`qNg_aMd1$Wvq@MBDc>DfqkxEbaUlg|Hi>xQ4glcc>*pY%j^}rr03k%g zPJ)vYF{IaT0|2%j{m^yb%CoIV7)=t5+5sxhwmcW%%dfr#0O#Bf+HIqI=j?|^3xXj#J1Px&97#k$R9J=WmQ83AX&A?UO|+SOR40>hsb;hXYc)hlD;Ab@&4SRQUn>-EF04lp z6!EYpkAf%NJ+FB2u&|4Zmt_SHvWl>xt5&M9q3X6OZ8E7gGnurcvxoS;X6j6BMA%FI zmp9Dw%=7%`|9rfGHri;TjsF=PtvIJN-BltA0I_(?V|zNDZz-0*s#cSW#JaxDW4A5a zoq9FdGKm$xkkWJ)K#3?gHOFHU#B9r^RT3>T7D_lZhmu+BXeI~9XP<>Ydc7e73+Zjk zCbi`&>eVvy<>vsrnKkME<}my3Uj^WtQzugi0Wca}TvnApLwdd8HaD86c|QMyzP_z| z(f2g~)A_%Mrw6%m=`1%A338PR7YDNZ99KETJOHPs=K@LiJ`~Aq%a-*HhhVL$q3i2D zAo1ePdWp2w!^NdOj&9ssPVhW)Z`kbdX0@m&e9AUibdKKlEbrwqO&5a`}K zNN;8b^=g^f$uR(m#TjYud^^srtr|vmHwX9b^F60VzT=El|8xZe!r}M7otneKg2T)C z6u;jrFr9zMKcf!;Jm-(+FHrj71ZU!5j+>5OSbqYmI~7zTLvLmW<70QF^rA1IF%ff> zS%ARi{Ql@savf`y{V?AWh;26UY(gg1G>uq1hH08;nnrZPK*RUxt-#Fs-b zeS8(j4h_5EXp(xhEWf^a|92*PJT^by-qh%IPfrLqHAl)V-q-ac z6VE1iaO0N`@-2HA_2))hkr*HxP12Q6d3^gfc?CEBFDMpgHM#V sz*1y~hUM+}x^VBK3M?&M8*TXEKZhJg=GiwaOaK4?07*qoM6N<$g2ZE#H2?qr literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..0a10b40a8891b6901a172e2f7ed7e5384f6495fb GIT binary patch literal 1115 zcmV-h1f=_kP)Px(6-h)vRCt{2n$K$+M-<1uYdLr|Yp2p`Rjid2$ZjHAp1@;HW!sxd+c>su6kivs7uGD67s(N00j zWElXMrYRxB;QcZi#n>KTL(SoLdWO4J3w?{?+m68i;LFWDoc6l->$e{mAq14tsh`9a z^3r=-SeQ>aLKO5R93CA6p0U#iJp%|KEGZM@^#YpOMQmjm8fp%$Rto^I-s|Df{W~ZX zODJ#bA}JG0n-R9p^2RPo#S$LfzXN$rM*1}sL?K~Aok*k^u((`C_wY|Zd-|?+?FLY( z!g%Lh$aAvuUY?Wf_8=??sS~g0U6XCK47{;;l`|QbM%r6k6)f5lcNUJH#FA$tP zdCbM%D3Jt6B-5}47H%mC9GJ7XjR6uf7tlMUIO%kU+FAq4m(S65C!H>Orxb~q3sFKH zOQd6v5W+swmz@pJJ$x za|{NCF*bCT@93+{J_fxW`);sywZ`1`UXQz-m(NMI|llSeq;BHyr~% z0lV9K_03a&$TvZI;LYwn%j*UFdvu7}C!fMFP8^$iKYlHZ+It4$nzGf+J*T0jrSbhY zUj>fU&k_hNz{|i3y9&R|2m#^_AZ~;JaR(4LLV&mfh#Mh5+yTUm5FqXV;zkG%cK~rC z1c*C;xDf)x9YEX&0pboIZeDo-LS+s{{}|OWSs3kO`!{QMjA#5t`7H_@q=~auc-s=GXTCG;#S_B(zGvLDy zK4PPJd}>lGE|+Pu& zFtrE|fBoq>6bQgOP3=_|u%oZ~N{jnVa|f+O@B_CcKq-~%r=BWGE0t{^VE*Fi;uumf z=k2Vs+0yP3$L4R8*(7yy<(8<{il=5m?+)HjTk9ozXP1OGXP^Aan`)!vP}L>|luzP06-`XhmLubCK%W2ZAVOg&d}^;QzY z^Et1A0?J;=aeZFB!n<+)Dn46bro!gMGtMNQm0^57$B*}ww%gn9oD7jKc|@OuPn^4} zeV2&rRyH1>fp;EgoLR3l|8#PGwd~U(Nd|-P)j&-LgW5JE-gUSp=X&SC3v=O$Cgrd5 zI3Mq7-21llNpYpfvvBLI+?$NYN|itC{P0ozM_rm2cYK}b3-y@B=;YS!j)!YEtl_cS zQ7dh8FghvI{dzhB!;&*9ZEco*ar-~rmU+H_JxIT8^7ZuwCTAuZO`iB`yM%(YQ9*r# zt<&2G1+xNP{|g89S$DX1N~Aa|iTQtZE9LLxjd6Y(@nA!hNCyA$r-B}tlP`0B`Tnk$ z;XwO*y~GNQ&b@EH9{4tqx6}2pn%yHq8@<1*iY%{}n^gP~Xvy*DIj{40M_G$~{clNz z3G?S1eRnSG_LcX>mU|r-CYb4dn)l_Qc5c*`B>x|Q!h!c=-fl5FF4}2b%x_f|w^7}o z`oH4Z8^U$7UoDuue)F-*h1O^8)xY51v_@pxyuS@=Y`f~c^#gsLNif*x?)|{~LVe%A zXVFD-od5s(sc&D_WBkE&KWmYof!LQvy_p|k-K7^qHDqmJT*bP=jX37IJ&etPR+aif z`kV6<{(SmWQd^|Oes81soKudcXKY?4d9uO4clnw%daRYXh0WVdALV+^7OVWqDfjTf zdG9Ct8@hHe=C3m?W;vR|SJ?d9J$|p!Bu1@QY~ff$n)=~qdi<9h@j2GqF==-lKJU5rvwnR?4$#2H2piU$6Dp>3B;J=j zB5d;K^Zz)(mpKKm-aT4+o!8*l0n6p@-x&VU^V^_#y76n=v~SUy&R)6e`s?xav+E)? z=ENyW9*{WvL#;P$%m$UjdpyPVZOHV z-QkOO=jxWFzhewt#V72vCFW>KU+;Mx=GeYF=Q*Y4N4go#mdugzauzvjCTQ~Hnj{gws)O4^o~01E>KPgg&ebxsLQ0J^;WQ~&?~ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/meta.json new file mode 100644 index 00000000000..76b1f59d533 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Back/Duffels/nanotrasen.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon", + "directions": 1 + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/med_bundle.png b/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/med_bundle.png new file mode 100644 index 0000000000000000000000000000000000000000..77d406cda865187fd3123d5875deb5a2ebfc2161 GIT binary patch literal 1871 zcmV-V2e9~wP)Px+2}wjjRCt{2olk5PMHs+;ZH32!qEIR!P;CqdREeSyV-zv*z)^{M@J6B}CI*cf zgT#wHqF&Gv6JwNk@n|q!32px5+=Rc67v9j+}`3WONj$5P+<3VS3sV zzI(xfM5UKB<_LhUu#lCCo9ZWIy`H*$nbQD`et=mK2opvDIIko~hfQp6Z})@`kBF-`P%4+L;#EWL4HDP3Tv4Rgi1OREr-`FCZUD0yK!&u)R{&(e&H&q7-2<)=-gURr=m0u`ACkOmH_!fcU-(G?A<`ol`kmayAN zV=Vx2^pG$cI|>yWwy;zqr~qZo4$$aEkK-XmN#+D#Z^;=07ZnzHt}k9vdo{DCG!a^v zl1%0VpwVbmnl+7(83E8eU-$UV&O2+~-+SI!FZZ@KmwQBJ1RyN3*5fsq6M)H^lU2i` zuH{RkHAe45b7_KXi+7GMMhzf)0CA|mQn_rMuf*L~^x7%*mYkk1JzO-wdj)6xFP6=N z?scs>DEiwyY|9y>K8-^1^V`d@9s=fTnbPFsx>_X@(uI-n!WeTM7}f$XUlkT~Yt$Go8WXuSjUEDmv{NH63V`e*YmbyDs8;#jatmO#=;?L-!02fJ zmP`!+u(D^X`^&=s3=jMOK=*^&0XX#KJ^+ri9{^yRc;0NjAAm1bECb+erabxV8NTk6 zug0n&&ZVS0N7Gy&Uj;NdRzpBF-?pgGJ^zNgPS>;cf8DYCj%AK#)B5!r02mlJ?TNQ? z{Z`N43n#tDiy`tp;pUo?P(2i>`VEm2SADhcwud<9^>((Km& zriMyWFRF!K{cPJOEQ|smv;Vjs#PpQcq9;gCU)I$Fz}Ur8z+8GfhXB~I)BWN3-N0ha!w`=C8od);Pr4j}0I+4g)LU#Pd;HAW2}XV8M43<{f7 zYaaq&U5{hYJA3L^V0I25$e6ELcr1OH(TV_~zIk0K)?(0rRo-rDZsfUFvpt2TLKp>bk^}Q%hzMSp7m>cfgpPX z*T=^^*Jmt;mb|=c7XaH@ZVz-{lmvNRxdv!*e0>7rLi_sdcdwuO>zpT^=^TJ~0n462 zarI`;?;~e^tgBqQ=O3ON24Kymr-50|qe|lN2^13J6If3=X|@H-*S9b1Js2VJmO!zr ziN#NPm>&D*c=ft0T;5&tK3g6sJ3VO>$3F5)t21{HyF^+E-6v4*dIi}9OS3JYvg|f> zskfcxi?2^$T;~IHeoNaOpS1Ss7W%(H9(V-cnu&(&+1$Igy*`R1GFhk@#jxp19R;KruPNtT}06w8y|blz0a#z z#3DIo?vWC54bbGIMgs_bW30>p#$3%H>vX;TzcArFBdF1H0NFzryX>_@rnTn_xdv!* ztTjL!J^}R@L$oj6%)K+`{hgCLzHbT@d%>Bb)zh;ejJ%f@CeVr2;#xI6wvT}4Q|7uuFUkr(g zMtzx5=91Y7VS+AdvI6FX8H1YvAgRr#ZUk`6?@>M{S^FIU38XK6?t-=5R002ov JPDHLkV1l6^hD-ne literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/meta.json b/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/meta.json index 863e680602c..34de99d1cef 100644 --- a/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/meta.json +++ b/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/meta.json @@ -133,6 +133,15 @@ { "name": "box_shot_flare" }, + { + "name": "nanotrasen_belt" + }, + { + "name": "nanotrasen_back" + }, + { + "name": "med_bundle" + }, { "name": "power_cell_nt" }, diff --git a/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/nanotrasen_back.png b/Resources/Textures/_Sunrise/Interface/Misc/nt_icons.rsi/nanotrasen_back.png new file mode 100644 index 0000000000000000000000000000000000000000..f9d1ffde938abda181134ec466627ce832f92a89 GIT binary patch literal 1701 zcmV;W23q-vP)Px*Ur9tkRCt{2olS@wMHI*XJNXzBLNx0xo9LQIP_oe=(Od*kJctN_xp)kSkX!=d z!Ha@;@DeXx67XU!LT;iUs3amNYZQfOmPN@f%A)J488+D%joHku+j{8!XQtnDO;ycw zcXikF?=m~H)%E$_tEyM8yN4#~_5V;Yu+&^vpu#Qd`Nz@WVVCu&$eFj6mH@N~fG^Ci zuExIa+_0fg`4x>00gw$QzBF9bKH_^jW&6Cd0BH}PF9M-LDFD9+36kGcJh^2{?E5Fz zu34pP|9!UE1OV)**Sn_cR*tGX*`8g|KyRwmdde@W`rEcs#V&;)SG#}#XNZ0P?gBV> zP(vQwyxA&4Y7kit0;6!OD70E&DDY zuYMvO0>Fah9Lb8c&u3+Z^D`++yL8rs?UDkd5~$oP06W;$gqgyQkqxyq{aNK_O4j`( zF%|$98j@va=V4;A7M3Jz1;{%;K-!(|Vi5DhI{`4o_klIVI{}cUuit@AJHMjgS8FP) z@y-I6YN)AZ`=;>{?*u@_iP5{Q(!a3yb4E2O7JiF&g%+g+;2D4m6Sy1%%5qP?_+j{Y z{0#uWv9-y>v{K`D+&K;axP5f2YuT3<8{zfh_auw390Yh}-D3cN?FWtk0A4=#Tw=Ps z`;q18&T@>WfPOtw@_JoBi=hTS z{oN!0;N;kD0KhHv(9?I%-UnjWH}88M05CJP003B;n+5>#t* zavuuIJs73?Z04IZnwLAq0+7~z+Vp7Dw!FMdtgf7-|J$_3rk~QFBOZY899c%B^h#C@ zdwcv|04+`b^7GRGfQkDbjHT1f{SvMP$jlGt0RWFY{uF?gWjM0%qh*b|lXgEbf=I3f z7!OeG0tOtTDIh7fttcFtpT(wH4JVrM_=P`y3+H&Q1#G!;DYO7LM84loeG4Gm6)Xn< zP(VkK&3Kh&5myz1)$$OwypzI9cAMu$SZoLm$G&3Gwq+OPznH7|9N+AubkSs z2LP~RB);0G249W7U-~!P9c&$s`v>R;K;wMucWOR8iKn79#i9AxbSj=P)}BD!ty2=3 z8yRG&3%R0T3(Bx?N~Gx=XRE<7>bBn-Ac~G`pQ+}{^rY8*mnbcO%7au?xVooDkebRl zd`)Ql#QyQv_ZgAjx*PG`11*4V7g03m(N&G3b_&RP8>5TF(cLoT;;5D7x0jt%&u;ZH zt#j6GE4(MrbSipv^&cz;0p5(x0wgQZsUMLVza;*@QS2V5`7bs9HX0O{jvy~Rfko+b z-(m*~?+G;JW&}{AxjePw=^$72^aDuf2N+o&_XEg$SWb~+25rWxoMPLCOU)~**0-aL z33P?&;*RkE`=Zr9PwRM|FVF99dipNLHGL%N37!RTH^F?ko7lJiKv?dDaQkHv58!H{ z3KS?Nu$O$w;0x$CRxqvf5^rMy8HLN(y={?(K78ig@H0wxGWuj(06lu!M$96EXh{fT z0dXe$yd1>@ejQng4?Yd+acphUv?+xk^O!(+>Sc2ZW>cmse}zdpleYBQPyM140O>(; z71u6d{5_*^U;p*J#B_3%F5~=l=vMj9PMrk+ymr^os9w*6|2TKHBdx1@D*(MGu>8x| zioVcB1@~(KT$wfKQ?Hcqag+_-@)w z@lF7$X9U?{EC4QI0Px*Nl8RORCt{2olj^TMI6V!35^fi_=lJf#9(T3Frc)l?alw7UPN;7C2LQP5 z{s{oU<4HM|lXAVf^1V@g%7XG!o#ki`0sZbw@%XCrisol~2hB7+S$N%aOxsC@uD}I1 z2YC61Zvg;HlLr6*3#}`e`==WB07z-*+>y+E((ut|-vanfm8tK9GQEhxIm}! zyJIs8OLKrl2n+DY^i=Nze*F{xaOke&ccSq;{Ld>FGwJej>Z}%gE+wfSWpjbxR{^e0 z&8n8SEwqM!UcPNrWs$84mX|MP?jJpRq$^Gu9-h*nbanR!d}7jH!At^mcJ5qgq-;D7 z^~^v^0DNkG(N3Lx>@WbJ`OBru^*{eu&5cJI&(l%G0fe*eH{J0Psd)5zc(J z1OWK!-@}>v#NVqwiGMc4oZ+?C7XSdCeBI96AK#O2K|(|77EThWJI0x6F!#Fc_W_8i z!|SK3`8+&PwB0#U3qa4HnLZihoB0>Sj^2;|2n}!Uqn$lr0Z8-54jk-?3jnx&DT()D z5>Ct^o}U$G2p7&-FLJ4fBcVfG3|5*KeF}Wx|o>&(3A{{F}+&t?S9(^CtlShmtdb3rV`ib~d#- z#pgy)lskb{Y4q592P?l5XbPR$ok%p6uj|*Zh}nEI8*TSG9S+j|0qrFAIt{EUCjAwr z*rxEQd7)~38l_L5FI1B|^2VL~=yWC=`Rwglf(>zjs_8b=y#%Y`chAHh6= z6#yBwpZX2e*H4$YYExrObQZw(Dj+nX698ReH|@GaCjj+3g3Qns03SX9Wp0MZoGfkP zP}+3mzJ{$hyjw{rU;Bp-(~s`i%&j?DeunFVkq z(V>4a#C3j30ieBPUHJP1Wbt*rxY6qk<+3kssLDy<$;8UO7(#jJrdM|PP3vh&81}lR zG^Ae);l%RjR{hm5PhSjih0QN~#I6iL&ZA+m5_|oK%IyQV!e$2#g0KwLUk@K_>Q%si Z^FJjr6JN463dsNf002ovPDHLkV1mrYC076d literal 0 HcmV?d00001 From 368025f823a1d6683218f91348ac5e99a008b0d9 Mon Sep 17 00:00:00 2001 From: KaiserMaus Date: Thu, 26 Dec 2024 03:38:34 +0000 Subject: [PATCH 4/6] Update Cog (#927) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Holopad Cog * FixGridAtmo * Юр. сервер --- Resources/Maps/_Sunrise/Station/cog.yml | 52800 ++++++++++++++-------- 1 file changed, 33843 insertions(+), 18957 deletions(-) diff --git a/Resources/Maps/_Sunrise/Station/cog.yml b/Resources/Maps/_Sunrise/Station/cog.yml index b40a6ae8c61..6f48d8665a0 100644 --- a/Resources/Maps/_Sunrise/Station/cog.yml +++ b/Resources/Maps/_Sunrise/Station/cog.yml @@ -2,60 +2,50 @@ meta: format: 6 postmapinit: false tilemap: - 0: Space - 17: FloorArcadeBlue2 - 31: FloorAsteroidSand - 33: FloorAsteroidSandDug - 15: FloorAsteroidSandUnvariantized - 12: FloorAstroGrass - 36: FloorAstroIce - 35: FloorAstroSnow - 19: FloorBar - 18: FloorBlueCircuit - 23: FloorBoxing - 16: FloorBrokenWood - 26: FloorCarpetClown - 24: FloorClown - 29: FloorConcreteSmooth - 32: FloorDark - 22: FloorDarkMono - 39: FloorDesert - 9: FloorDirt - 4: FloorFreezer - 30: FloorGlass - 28: FloorGold - 10: FloorGrassJungle - 6: FloorGrayConcrete - 57: FloorGreenCircuit - 27: FloorHydro - 34: FloorKitchen - 66: FloorLino - 41: FloorMetalDiamond - 25: FloorMime - 74: FloorMowedAstroGrass - 38: FloorOldConcrete - 37: FloorOldConcreteMono - 8: FloorPlanetDirt - 81: FloorRGlass - 82: FloorReinforced - 42: FloorShuttleRed - 96: FloorSteel - 2: FloorSteelBurnt - 21: FloorSteelCheckerLight - 3: FloorSteelDamaged - 7: FloorSteelDirty - 14: FloorSteelMono - 11: FloorTechMaint - 112: FloorTechMaint2 - 13: FloorTechMaint3 - 115: FloorWhite - 40: FloorWhiteMini - 20: FloorWhiteMono - 125: FloorWood - 5: FloorWoodLarge - 128: Lattice - 129: Plating - 1: PlatingDamaged + 46: Space + 79: FloorArcadeBlue2 + 64: FloorAsteroidSandDug + 63: FloorAsteroidSandUnvariantized + 68: FloorAstroGrass + 49: FloorAstroIce + 48: FloorAstroSnow + 71: FloorBar + 41: FloorBlueCircuit + 83: FloorBoxing + 61: FloorBrokenWood + 87: FloorCarpetClown + 60: FloorClown + 88: FloorConcreteSmooth + 45: FloorDark + 59: FloorDarkMono + 77: FloorDesert + 54: FloorFreezer + 75: FloorGlass + 78: FloorGold + 50: FloorGreenCircuit + 84: FloorHydro + 65: FloorKitchen + 67: FloorLino + 0: FloorMetalDiamond + 86: FloorMime + 55: FloorMowedAstroGrass + 76: FloorPlanetDirt + 51: FloorRGlass + 62: FloorReinforced + 44: FloorSteel + 85: FloorSteelCheckerLight + 70: FloorSteelDamaged + 53: FloorSteelDirty + 72: FloorSteelMono + 47: FloorTechMaint + 52: FloorTechMaint2 + 73: FloorTechMaint3 + 58: FloorWhite + 69: FloorWhiteMini + 80: FloorWhiteMono + 56: FloorWood + 43: Lattice + 42: Plating entities: - proto: "" entities: @@ -83,387 +73,391 @@ entities: chunks: 0,0: ind: 0,0 - tiles: EgAAAAAAEgAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEgAAAAAAEgAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KQAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKQAAAAAAKQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,0: ind: -1,0 - tiles: YAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAEgAAAAAAEgAAAAAAEgAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADEgAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACEgAAAAAAgQAAAAAAIAAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACEgAAAAAAgQAAAAAAIAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABEgAAAAAAEgAAAAAAEgAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKQAAAAAAKQAAAAAAKQAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKQAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKQAAAAAAKgAAAAAALQAAAAACLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKQAAAAAAKgAAAAAALQAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,-1: ind: -1,-1 - tiles: YAAAAAABYAAAAAAAgQAAAAAAIwAAAAAAJAAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAOQAAAAAAOQAAAAAAYAAAAAACYAAAAAACgQAAAAAAIwAAAAAAIwAAAAAAJAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACOQAAAAAAOQAAAAAAYAAAAAACYAAAAAACgQAAAAAAJAAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAABIAAAAAACYAAAAAADYAAAAAACgQAAAAAAJAAAAAAAIwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAACIAAAAAACYAAAAAABYAAAAAADgQAAAAAAIwAAAAAEgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAACIAAAAAADYAAAAAABYAAAAAAAgQAAAAAAJAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAABgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADIAAAAAABUQAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAUQAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADUQAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAAC + tiles: LAAAAAABLAAAAAAAKgAAAAAAMAAAAAAAMQAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAMgAAAAAAMgAAAAAALAAAAAADLAAAAAABKgAAAAAAMAAAAAAAMAAAAAAIMQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAAMgAAAAAAMgAAAAAALAAAAAADLAAAAAACKgAAAAAAMQAAAAAAMAAAAAAEKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAACLQAAAAACLAAAAAABLAAAAAACKgAAAAAAMQAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAABLQAAAAACLQAAAAABLAAAAAADLAAAAAABKgAAAAAAMAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAADLQAAAAADLAAAAAABLAAAAAABKgAAAAAAMQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAADKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALQAAAAADMwAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAACMwAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAABMwAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAAALQAAAAACLQAAAAAA version: 6 0,-1: ind: 0,-1 - tiles: OQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAOQAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: MgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAMgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLQAAAAABLQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,-2: ind: -1,-2 - tiles: YAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAABcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAABwAAAAAACwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAABwAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKgAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAADKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAABNQAAAAAALwAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAANQAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-2: ind: 0,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADCwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,-1: ind: -2,-1 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAABgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABSgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACAAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAADIAAAAAABIAAAAAAAIAAAAAACIAAAAAACgQAAAAAAYAAAAAACYAAAAAAB + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAABLAAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAADLgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAABOAAAAAAALQAAAAABLQAAAAAALQAAAAABLQAAAAAAKgAAAAAALAAAAAACLAAAAAAA version: 6 -2,-2: ind: -2,-2 - tiles: gQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADgQAAAAAAcwAAAAADcwAAAAACcwAAAAABgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAAAcwAAAAACcwAAAAABcwAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAcwAAAAAAcwAAAAADcwAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAcwAAAAADcwAAAAADcwAAAAABcwAAAAACcwAAAAAAgQAAAAAACwAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAcwAAAAAAcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAYAAAAAADYAAAAAAAUQAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAD + tiles: KgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAADKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAOgAAAAABOgAAAAAAOgAAAAACKgAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADOgAAAAAAOgAAAAABOgAAAAABKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAADKgAAAAAAOgAAAAABOgAAAAABOgAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAAOgAAAAABOgAAAAACOgAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAAAOgAAAAABOgAAAAABOgAAAAACOgAAAAACOgAAAAACKgAAAAAALwAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACOgAAAAABOgAAAAABOgAAAAABOgAAAAACOgAAAAACLAAAAAACLAAAAAAAMwAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAADOgAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADKgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAC version: 6 -2,0: ind: -2,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAACIAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAADIAAAAAACgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAABOQAAAAAAOQAAAAAAOQAAAAAAIAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABOQAAAAAAIAAAAAADOQAAAAAAFgAAAAABFgAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAACOQAAAAAAOQAAAAAAOQAAAAAAIAAAAAABgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAACgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAAAOAAAAAADLQAAAAABLQAAAAACLQAAAAADLQAAAAAALQAAAAABLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADLQAAAAABLQAAAAAALQAAAAACLQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAACKgAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAABKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAADLAAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACMgAAAAAAMgAAAAAAMgAAAAAALQAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABMgAAAAAALQAAAAABMgAAAAAAOwAAAAADOwAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAACMgAAAAAAMgAAAAAAMgAAAAAALQAAAAACKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAACLQAAAAABLQAAAAAALQAAAAAALQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAADKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAADKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAB version: 6 -3,0: ind: -3,0 - tiles: gAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYAAAAAABgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAYAAAAAABgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -3,-1: ind: -3,-1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAOAAAAAACOAAAAAABOAAAAAAAOAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAAOAAAAAADPQAAAAAEKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-2: ind: -3,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAcwAAAAADcwAAAAACcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAcwAAAAAAcwAAAAACgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAABcwAAAAAAcwAAAAADcwAAAAADcwAAAAABYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAADgQAAAAAAcwAAAAACcwAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAABcwAAAAACcwAAAAAAcwAAAAACcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAcwAAAAACcwAAAAABcwAAAAAAcwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAcwAAAAACcwAAAAACcwAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAABIAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAIAAAAAAAIAAAAAABIAAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAACgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAADIAAAAAADgQAAAAAAYAAAAAACYAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAABIAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOgAAAAACOgAAAAABOgAAAAAAOgAAAAADOgAAAAACKgAAAAAAOgAAAAADOgAAAAACKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAABOgAAAAADOgAAAAAAOgAAAAAAOgAAAAABLAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAACOgAAAAAAKgAAAAAAOgAAAAADOgAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAAALAAAAAAAOgAAAAACOgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAADKgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAADOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAADLQAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAADLQAAAAAALQAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAABLQAAAAADLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAADKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABKgAAAAAALAAAAAACLAAAAAABKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAALQAAAAABLQAAAAACLQAAAAACLQAAAAABLQAAAAACKgAAAAAALAAAAAABLAAAAAACKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAAPQAAAAADOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAA version: 6 -1,-3: ind: -1,-3 - tiles: cwAAAAACcwAAAAAAcwAAAAADcwAAAAACcwAAAAABUQAAAAACcwAAAAAAUQAAAAACcwAAAAAAcwAAAAABcwAAAAACgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAABcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADcwAAAAABgQAAAAAAcwAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAAAcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAADcwAAAAACcwAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAABcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAACcwAAAAABcwAAAAACcwAAAAABcwAAAAABcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAABcwAAAAADcwAAAAADcwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAADgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAABcwAAAAADcwAAAAACcwAAAAABcwAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAACcwAAAAADgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAABgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAACcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAACgQAAAAAAcwAAAAADcwAAAAACcwAAAAABcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAACcwAAAAACgQAAAAAAcwAAAAABcwAAAAAA + tiles: OgAAAAABOgAAAAADOgAAAAADOgAAAAABOgAAAAACMwAAAAACOgAAAAADMwAAAAACOgAAAAAAOgAAAAACOgAAAAABKgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAADOgAAAAACOgAAAAABOgAAAAACOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAACOgAAAAADKgAAAAAAOgAAAAABOgAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAABOgAAAAABOgAAAAADOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAADOgAAAAAAOgAAAAADOgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAACOgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAACOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAADOgAAAAAAOgAAAAABOgAAAAACOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAADKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAACOgAAAAADOgAAAAADKgAAAAAAOgAAAAABOgAAAAADOgAAAAADKgAAAAAAOgAAAAABOgAAAAADOgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAABOgAAAAADOgAAAAACKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAADKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABOgAAAAACKgAAAAAAOgAAAAAAOgAAAAADOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADOgAAAAACOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAACOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAAOgAAAAACOgAAAAABOgAAAAABOgAAAAACOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAA version: 6 -2,-3: ind: -2,-3 - tiles: YAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAcwAAAAABcwAAAAACcwAAAAACcwAAAAADcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACcwAAAAADcwAAAAACcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAAACwAAAAAAcwAAAAABcwAAAAADcwAAAAACcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAADcwAAAAAAcwAAAAABgQAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAABcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAACcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAABcwAAAAABcwAAAAACcwAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAAAcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAcwAAAAACcwAAAAACcwAAAAACcwAAAAADcwAAAAACcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAcwAAAAAAcwAAAAACcwAAAAAAgQAAAAAAcwAAAAACcwAAAAADcwAAAAADcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAgQAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADcwAAAAABcwAAAAADYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAAAcwAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAADgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAADfQAAAAACfQAAAAABfQAAAAACcwAAAAABcwAAAAACYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAADfQAAAAACfQAAAAACfQAAAAACfQAAAAAAfQAAAAADcwAAAAABcwAAAAABYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAfQAAAAACfQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAACcwAAAAABcwAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAAAfQAAAAACfQAAAAACcwAAAAABcwAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAfQAAAAADfQAAAAABcwAAAAABcwAAAAAA + tiles: LAAAAAABLAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACKgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAOgAAAAABOgAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAABOgAAAAABKgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAACOgAAAAADOgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAACLwAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAABKgAAAAAAOgAAAAADOgAAAAABOgAAAAABOgAAAAAAOgAAAAABKgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAABOgAAAAABOgAAAAACOgAAAAADOgAAAAADKgAAAAAAOgAAAAACOgAAAAADOgAAAAABOgAAAAAAOgAAAAADOgAAAAAAOgAAAAACOgAAAAACOgAAAAABOgAAAAAAOgAAAAADOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAACOgAAAAABOgAAAAABOgAAAAACOgAAAAABOgAAAAACOgAAAAABKgAAAAAAOgAAAAACOgAAAAAAOgAAAAACOgAAAAACOgAAAAADOgAAAAACOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOgAAAAACOgAAAAAAOgAAAAADOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOgAAAAAAOgAAAAADOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAADKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAACOAAAAAACOAAAAAABOAAAAAADOAAAAAABOAAAAAABOgAAAAABOgAAAAAALAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAAAOAAAAAADOAAAAAABOAAAAAADOAAAAAADOAAAAAACOgAAAAACOgAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAADOgAAAAAAOgAAAAADKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAADOgAAAAACOgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADKgAAAAAAOAAAAAABOAAAAAADOgAAAAAAOgAAAAAA version: 6 -3,-3: ind: -3,-3 - tiles: gQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAACcwAAAAADcwAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAADcwAAAAAAcwAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAABcwAAAAADcwAAAAACgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACcwAAAAABcwAAAAAAcwAAAAADcwAAAAABcwAAAAADgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAACcwAAAAADcwAAAAACcwAAAAABcwAAAAADcwAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: KgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAADOgAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAABOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAADOgAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADOgAAAAABOgAAAAABOgAAAAABOgAAAAAAOgAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAAAOgAAAAABOgAAAAADOgAAAAACOgAAAAACOgAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAABKgAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 -4,-2: ind: -4,-2 - tiles: AAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAcAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAANAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAACKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAANAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAADPQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAEKgAAAAAAKgAAAAAAPQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,-3: ind: -4,-3 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAACIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAACLQAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,-4: ind: -4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAIQAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAADwAAAAAAgAAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAADwAAAAAAHwAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAIQAAAAAADwAAAAAAgAAAAAAADwAAAAAADwAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABHwAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAAgAAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAHwAAAAAAgQAAAAAAYAAAAAAAHwAAAAAAHwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIQAAAAAAgAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAHwAAAAAAHwAAAAAFHwAAAAAAgQAAAAAADwAAAAAAAAAAAAAADwAAAAAADwAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHwAAAAAADwAAAAAAIQAAAAAADwAAAAAADwAAAAAADwAAAAAAgAAAAAAADwAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHwAAAAAADwAAAAAAgAAAAAAADwAAAAAAHwAAAAAAgAAAAAAADwAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAHwAAAAAFDwAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAQAAAAAAAPwAAAAAAPwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -3,-4: ind: -3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIgAAAAAAIgAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAABAAAAAAAgQAAAAAABAAAAAAABAAAAAAAIgAAAAAAgQAAAAAAIgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAIgAAAAAAYAAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQQAAAAAAQQAAAAAAQQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAQAAAAAAAKgAAAAAANgAAAAAAKgAAAAAANgAAAAAANgAAAAAAQQAAAAAAKgAAAAAAQQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAQQAAAAAALAAAAAADKgAAAAAAPwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAPwAAAAAAPwAAAAAAKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAALgAAAAAALgAAAAAAPwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,-4: ind: -2,-4 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAIgAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAgQAAAAAAYAAAAAADIgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAcwAAAAABcwAAAAADcwAAAAAAIgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAACfQAAAAACgQAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAAAfQAAAAACfQAAAAACgQAAAAAAcwAAAAADcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAADfQAAAAAAfQAAAAAAgQAAAAAAcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAADfQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAABgQAAAAAAgQAAAAAAcwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAABcwAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACCwAAAAAAgQAAAAAAcwAAAAADcwAAAAAAcwAAAAADcwAAAAADcwAAAAADcwAAAAABcwAAAAABcwAAAAADgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAcwAAAAABcwAAAAAAcwAAAAAAcwAAAAABcwAAAAABgQAAAAAAcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAAD + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAQQAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAKgAAAAAALAAAAAABQQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAOgAAAAAAOgAAAAADOgAAAAACQQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAADOAAAAAACKgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAABOAAAAAADOAAAAAABKgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAABOAAAAAACKgAAAAAAOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAAAOAAAAAACOAAAAAADKgAAAAAAOgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAOgAAAAACLgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAACOgAAAAABOgAAAAADKgAAAAAAOgAAAAABOgAAAAADLgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAACLwAAAAAAKgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAACKgAAAAAAOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAADKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACOgAAAAAA version: 6 -1,-4: ind: -1,-4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACcwAAAAACcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAcwAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADSgAAAAAASgAAAAAAgQAAAAAADAAAAAAADAAAAAAADAAAAAABDAAAAAABcwAAAAAAcwAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAADAAAAAACgQAAAAAADAAAAAAADAAAAAAADAAAAAAADAAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAADAAAAAADSgAAAAAAgQAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAABcwAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAADAAAAAABSgAAAAAADAAAAAAADAAAAAABgQAAAAAADAAAAAACDAAAAAABDAAAAAADDAAAAAADcwAAAAACcwAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAADAAAAAADDAAAAAABDAAAAAABDAAAAAAAcwAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAASgAAAAAADAAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAcwAAAAACcwAAAAABcwAAAAABcwAAAAAAcwAAAAAAcwAAAAACcwAAAAABcwAAAAABcwAAAAAAgQAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADgQAAAAAAcwAAAAADcwAAAAACcwAAAAAAcwAAAAAAcwAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAACgQAAAAAAcwAAAAADcwAAAAACcwAAAAACcwAAAAACcwAAAAACgQAAAAAAcwAAAAABcwAAAAADcwAAAAADUQAAAAABcwAAAAAAUQAAAAACcwAAAAADcwAAAAAAcwAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAADcwAAAAABgQAAAAAAcwAAAAACcwAAAAADcwAAAAACUQAAAAAAcwAAAAACUQAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAADcwAAAAABcwAAAAADcwAAAAAAcwAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAADUQAAAAABcwAAAAADUQAAAAABcwAAAAAAcwAAAAADcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAADOgAAAAABOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACOgAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAACNwAAAAAANwAAAAAAKgAAAAAARAAAAAABRAAAAAACRAAAAAADRAAAAAABOgAAAAACOgAAAAADLAAAAAABLAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAARAAAAAACKgAAAAAARAAAAAACRAAAAAADRAAAAAADRAAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAARAAAAAADNwAAAAAAKgAAAAAARAAAAAACRAAAAAABRAAAAAACRAAAAAAAOgAAAAACKgAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABKgAAAAAARAAAAAAANwAAAAAARAAAAAADRAAAAAADKgAAAAAARAAAAAACRAAAAAADRAAAAAACRAAAAAADOgAAAAAAOgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAARAAAAAADRAAAAAABRAAAAAAARAAAAAAAOgAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAANwAAAAAARAAAAAABNwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABOgAAAAACOgAAAAACOgAAAAADOgAAAAADOgAAAAACOgAAAAACOgAAAAABOgAAAAACKgAAAAAAOgAAAAADOgAAAAACOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAOgAAAAABOgAAAAABOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACKgAAAAAAOgAAAAABOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACKgAAAAAAOgAAAAADOgAAAAABOgAAAAABMwAAAAADOgAAAAABMwAAAAADOgAAAAAAOgAAAAADOgAAAAACKgAAAAAAOgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAABMwAAAAACOgAAAAABMwAAAAAAOgAAAAABOgAAAAAAOgAAAAAAOgAAAAACOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAOgAAAAADOgAAAAADMwAAAAADOgAAAAABMwAAAAADOgAAAAABOgAAAAABOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-4: ind: 0,-4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACQAAAAAACQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACQAAAAAABwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJQAAAAAAYAAAAAAACQAAAAAACQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJgAAAAAABwAAAAAAYAAAAAAACQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAcwAAAAADcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAAAcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAcwAAAAACcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAcwAAAAACcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADRAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACRAAAAAAALAAAAAAARAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAAOgAAAAADOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAACOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALgAAAAAAOgAAAAAAOgAAAAACOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAADOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAA version: 6 0,-3: ind: 0,-3 - tiles: cwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAcwAAAAACcwAAAAACcwAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAcwAAAAAAcwAAAAADgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAcwAAAAACcwAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAADIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAABcwAAAAACcwAAAAADIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAcwAAAAAAcwAAAAABgQAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAcwAAAAAAcwAAAAAAcwAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAACcwAAAAABcwAAAAACgQAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADcwAAAAACcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAABgQAAAAAASgAAAAAAcwAAAAACgQAAAAAAcwAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAAAfQAAAAADgQAAAAAASgAAAAAAcwAAAAACcwAAAAABcwAAAAAAcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAABfQAAAAADgQAAAAAASgAAAAAAcwAAAAABgQAAAAAAcwAAAAABcwAAAAABgQAAAAAAgQAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAASgAAAAAA + tiles: OgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAALgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAAOgAAAAADOgAAAAAAOgAAAAACLQAAAAACLQAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAAOgAAAAACOgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAAOgAAAAABOgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAACLQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAAOgAAAAABOgAAAAABOgAAAAAALQAAAAAALQAAAAADLQAAAAAALQAAAAABLQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAAOgAAAAABOgAAAAABKgAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAACLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALgAAAAAAOgAAAAADKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAABLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAAAOgAAAAACLQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACOgAAAAACOgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAABOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAADKgAAAAAANwAAAAAAOgAAAAACKgAAAAAAOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAADOAAAAAAAOAAAAAABKgAAAAAANwAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAABOAAAAAADKgAAAAAANwAAAAAAOgAAAAACKgAAAAAAOgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAANwAAAAAA version: 6 1,-2: ind: 1,-2 - tiles: SgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAD + tiles: NwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABMAAAAAAAMAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAD version: 6 1,-1: ind: 1,-1 - tiles: YAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAB + tiles: LAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAC version: 6 1,0: ind: 1,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAUgAAAAAAUgAAAAAAgQAAAAAAgAAAAAAAYAAAAAABgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAIAAAAAABIAAAAAACIAAAAAABIAAAAAABgQAAAAAACwAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAcAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAcAAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAACwAAAAAACwAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAPgAAAAAAPgAAAAAAKgAAAAAAKwAAAAAALAAAAAABKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALQAAAAAALQAAAAABLQAAAAAALQAAAAAAKgAAAAAALwAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAANAAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAANAAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAALwAAAAAALwAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 2,-1: ind: 2,-1 - tiles: YAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAADgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAADgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAAgAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAYAAAAAABYAAAAAACBwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABCwAAAAAACwAAAAAACwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAAwAAAAABAgAAAAABBwAAAAAAgQAAAAAAfQAAAAADfQAAAAAAKAAAAAAAKAAAAAAAgQAAAAAAIAAAAAABCwAAAAAAEgAAAAAACwAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADBwAAAAAAYAAAAAACgQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAKAAAAAAAgQAAAAAAIAAAAAACCwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAQgAAAAAAQgAAAAAAfQAAAAACYAAAAAACIAAAAAACIAAAAAADIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAfQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAACgQAAAAAAIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAADYAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAABgQAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADAgAAAAABBwAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACBwAAAAAABwAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAADKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAARgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAADKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAAKgAAAAAALAAAAAABLAAAAAABNQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLwAAAAAALwAAAAAALwAAAAAAKgAAAAAANQAAAAAAKgAAAAAARgAAAAAERgAAAAAANQAAAAAAKgAAAAAAOAAAAAABOAAAAAACRQAAAAAARQAAAAABKgAAAAAALQAAAAACLwAAAAAAKQAAAAAALwAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAABNQAAAAAALAAAAAAAKgAAAAAAOAAAAAACOAAAAAABKgAAAAAARQAAAAABKgAAAAAALQAAAAADLwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAQwAAAAAAQwAAAAAAOAAAAAAALAAAAAADLQAAAAAALQAAAAACLQAAAAABLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAQwAAAAAAQwAAAAAAOAAAAAACKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACKgAAAAAALQAAAAADLQAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAABLQAAAAABLAAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAADKgAAAAAALQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAARgAAAAAANQAAAAAANQAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABNQAAAAAANQAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAA version: 6 2,0: ind: 2,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAAwAAAAACBwAAAAAABwAAAAAAAwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAIAAAAAACIAAAAAABgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAAgAAAAABgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAABgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAIAAAAAABIAAAAAADgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAIAAAAAAAIAAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACCwAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAAwAAAAACBwAAAAAAYAAAAAABgQAAAAAAYAAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAAgAAAAABAwAAAAABgQAAAAAAAgAAAAABBwAAAAAAAgAAAAAABwAAAAAABwAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADBwAAAAAAgQAAAAAABwAAAAAAAwAAAAACgQAAAAAABwAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAwAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAABBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAwAAAAACYAAAAAAABwAAAAAABwAAAAAABwAAAAAAgQAAAAAAAgAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAwAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAgAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAYAAAAAABAwAAAAAEgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAARgAAAAAENQAAAAAANQAAAAAARgAAAAAENQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAAALQAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAADLQAAAAACKgAAAAAAKgAAAAAARgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAAALQAAAAADKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAACLQAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALQAAAAAALQAAAAACLwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLwAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAARgAAAAABNQAAAAAALAAAAAADKgAAAAAALAAAAAACNQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAARgAAAAAARgAAAAAAKgAAAAAARgAAAAAANQAAAAAARgAAAAAANQAAAAAANQAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADNQAAAAAAKgAAAAAANQAAAAAARgAAAAAEKgAAAAAANQAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAADKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAABKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAADNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAELAAAAAABNQAAAAAANQAAAAAANQAAAAAAKgAAAAAARgAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAAANQAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALAAAAAADRgAAAAACKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 2,-2: ind: 2,-2 - tiles: gQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAABDgAAAAACDgAAAAAADgAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABDgAAAAADUQAAAAABDgAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAABDgAAAAACDgAAAAADDgAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADAgAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAAgAAAAABBwAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAAwAAAAABgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAADBwAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAACwAAAAAACwAAAAAAYAAAAAACgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAABwAAAAAAgQAAAAAAAgAAAAABgQAAAAAACwAAAAAACwAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAADgQAAAAAABwAAAAAAYAAAAAACYAAAAAACAwAAAAACgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAABwAAAAAABwAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAAwAAAAADBwAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAABwAAAAAAYAAAAAAAAgAAAAAABwAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAACwAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAYAAAAAACYAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAARwAAAAAARwAAAAADRwAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAAARwAAAAABLAAAAAADKgAAAAAALAAAAAACLAAAAAADSAAAAAACSAAAAAADSAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAABRwAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAABSAAAAAADMwAAAAADSAAAAAACLAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAACSAAAAAACSAAAAAADSAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABRgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAARgAAAAABNQAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAABKgAAAAAARgAAAAAEKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAAANQAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAABKgAAAAAANQAAAAAAKgAAAAAARgAAAAAAKgAAAAAALwAAAAAALwAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAABKgAAAAAANQAAAAAALAAAAAABLAAAAAADRgAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAARgAAAAADNQAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAANQAAAAAALAAAAAACRgAAAAAANQAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAALwAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAALAAAAAABLAAAAAAD version: 6 1,-3: ind: 1,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAAAgQAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACKgAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAA version: 6 1,-4: ind: 1,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAB + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAB version: 6 2,-3: ind: 2,-3 - tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAABgQAAAAAAYAAAAAABYAAAAAADgQAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUQAAAAABCwAAAAAAYAAAAAAAYAAAAAABgQAAAAAAcAAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARgAAAAAALAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAMwAAAAACLwAAAAAALAAAAAABLAAAAAADKgAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAADRwAAAAACRwAAAAADLAAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAA version: 6 2,-4: ind: 2,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAARgAAAAACKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 3,-3: ind: 3,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABBwAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABBwAAAAAAYAAAAAACYAAAAAACBwAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAABgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAA version: 6 3,-4: ind: 3,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAABwAAAAAAYAAAAAACAQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-4: ind: 4,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,-2: ind: 3,-2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAYAAAAAABgQAAAAAAIAAAAAADHgAAAAACHgAAAAABIAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAADHgAAAAAAHgAAAAAAIAAAAAABYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAIAAAAAABIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAACwAAAAAAAQAAAAAACwAAAAAAAQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADKgAAAAAAKgAAAAAALgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAALgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAAAKgAAAAAALgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAAKgAAAAAALgAAAAAALAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALQAAAAAALQAAAAABLQAAAAABLQAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAALQAAAAABSwAAAAABSwAAAAACLQAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALQAAAAAASwAAAAAASwAAAAAALQAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLQAAAAACLQAAAAABLQAAAAACLQAAAAAALQAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAA version: 6 3,-1: ind: 3,-1 - tiles: YAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAADCwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAAQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADAwAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAADYAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAYAAAAAAAAwAAAAAAAwAAAAAAYAAAAAAAfQAAAAABfQAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAAAQAAAAAACwAAAAAAfQAAAAACfQAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAfQAAAAADfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAfQAAAAABfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABIAAAAAAAIAAAAAADIAAAAAACIAAAAAAAYAAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAIAAAAAAAIAAAAAACUQAAAAAAIAAAAAABYAAAAAABIAAAAAADIAAAAAAAIAAAAAABIAAAAAAAIAAAAAACBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYAAAAAAAYAAAAAACIAAAAAABUQAAAAADIAAAAAABIAAAAAADYAAAAAABIAAAAAACIAAAAAAAIAAAAAADIAAAAAABIAAAAAADBwAAAAAABwAAAAAABwAAAAAABwAAAAAAYAAAAAAAYAAAAAACIAAAAAACIAAAAAAAIAAAAAACIAAAAAABYAAAAAADgQAAAAAAIAAAAAABIAAAAAAAIAAAAAACgQAAAAAA + tiles: LAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAALwAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADLwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAALwAAAAAALAAAAAADLAAAAAADLAAAAAABOAAAAAABOAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAOAAAAAADOAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAACKgAAAAAALAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAOAAAAAADOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAOAAAAAACOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLQAAAAAALQAAAAABLQAAAAADLQAAAAACLAAAAAACLAAAAAAAKgAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLQAAAAACLQAAAAABMwAAAAACLQAAAAADLAAAAAADLAAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAADNQAAAAAANQAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAADLQAAAAACMwAAAAADLQAAAAADLQAAAAADLAAAAAACLAAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABNQAAAAAAKgAAAAAANQAAAAAANQAAAAAALAAAAAABLAAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 4,-2: ind: 4,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-3: ind: 4,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAC + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAAD version: 6 5,-3: ind: 5,-3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,-2: ind: 5,-2 - tiles: YAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAADLAAAAAACKgAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,-1: ind: 4,-1 - tiles: gQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,1: ind: 1,1 - tiles: gQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAAGfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEAAAAAABfQAAAAADYAAAAAACgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAYAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAABfQAAAAABEAAAAAADYAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAfQAAAAABgQAAAAAAfQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAADgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAAAIAAAAAACIAAAAAAAIAAAAAACQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAA + tiles: KgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAADOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAGOAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAAALAAAAAADKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAGOAAAAAADPQAAAAAGLAAAAAADKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAAALQAAAAADKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAABLQAAAAACLQAAAAACLQAAAAACQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAABLQAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKwAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAACLQAAAAADKgAAAAAAKwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAACKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAA version: 6 0,1: ind: 0,1 - tiles: gQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADDAAAAAADDAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAADDAAAAAADDAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAAADAAAAAABDAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAABCAAAAAAACAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAACCAAAAAADCAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACAAAAAAADAAAAAACDAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAACDAAAAAADDAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAADAAAAAADDAAAAAAADAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + tiles: KgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAADRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAACRAAAAAACRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAACRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAADTAAAAAABTAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAAATAAAAAADTAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAATAAAAAACRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAACRAAAAAABRAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAARAAAAAADRAAAAAABRAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAA version: 6 -3,1: ind: -3,1 - tiles: gAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAABgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAADgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAADAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAACIAAAAAABgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAAAIAAAAAADgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAAAIAAAAAACYAAAAAABYAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADUQAAAAACUQAAAAAAUQAAAAAAUQAAAAABUQAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAYAAAAAADUQAAAAABYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: KwAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAABLgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAAALQAAAAACKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAADLQAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLQAAAAACLQAAAAABLQAAAAADLQAAAAABKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACLQAAAAADLQAAAAABLAAAAAABLAAAAAACLQAAAAACLQAAAAABLQAAAAAALQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAAAMwAAAAACMwAAAAAAMwAAAAADMwAAAAABMwAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAAAMwAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,1: ind: -2,1 - tiles: YAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAABJwAAAAAAgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAACJwAAAAAEgQAAAAAAYAAAAAABYAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAAAJwAAAAAAgQAAAAAAYAAAAAABYAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAABJwAAAAAFgQAAAAAAYAAAAAADYAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADJwAAAAAEJwAAAAADgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAJwAAAAACJwAAAAACgQAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAADUQAAAAADUQAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAABUQAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAC + tiles: LAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAFTQAAAAABKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAATQAAAAAFKgAAAAAALAAAAAADLAAAAAACLQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAABTQAAAAAFKgAAAAAALAAAAAABLAAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAATQAAAAADKgAAAAAALAAAAAAALAAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADTQAAAAABTQAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATQAAAAAFTQAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAAALAAAAAAAMwAAAAABMwAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAACMwAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAALQAAAAADLQAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAB version: 6 -1,1: ind: -1,1 - tiles: YAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAUgAAAAAAYAAAAAAAYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAABDAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAACDAAAAAADDAAAAAACDAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADDAAAAAACCAAAAAAACAAAAAAACAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAADCAAAAAACCAAAAAADCAAAAAADCAAAAAACCAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACCAAAAAABCAAAAAAACAAAAAACCAAAAAACCAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAACDAAAAAAACAAAAAABCAAAAAAACAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAADDAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADAAAAAAADAAAAAADDAAAAAABDAAAAAACDAAAAAAD + tiles: LAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAAPgAAAAAALAAAAAACLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACRAAAAAACRAAAAAABRAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAABRAAAAAADRAAAAAAARAAAAAAARAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAADRAAAAAACTAAAAAACTAAAAAAATAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABTAAAAAADTAAAAAAATAAAAAABTAAAAAADTAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAABTAAAAAABTAAAAAACTAAAAAABTAAAAAAATAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACTAAAAAABTAAAAAACTAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAABRAAAAAABRAAAAAAARAAAAAADRAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARAAAAAAARAAAAAACRAAAAAAARAAAAAAARAAAAAAA version: 6 -4,1: ind: -4,1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAHAAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAcwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAACYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAADIAAAAAADIAAAAAABYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAADIAAAAAABIAAAAAADIAAAAAACIAAAAAACIAAAAAADYAAAAAADYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAAAYAAAAAACYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAACIAAAAAACIAAAAAADYAAAAAADYAAAAAAAYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAABIAAAAAABIAAAAAAAgQAAAAAAYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAABYAAAAAACYAAAAAAC + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAATgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAOgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAADLQAAAAABLAAAAAABLAAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAAALQAAAAAALQAAAAABLQAAAAABLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAADLQAAAAAALQAAAAACLAAAAAACLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAABLQAAAAABLQAAAAACLQAAAAACLQAAAAADLQAAAAADLQAAAAACKgAAAAAALAAAAAACLAAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAADLQAAAAADLQAAAAABLAAAAAADLAAAAAADLAAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAACLQAAAAAALQAAAAADLQAAAAACLQAAAAAALAAAAAADLAAAAAABLAAAAAABLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAABLQAAAAADLQAAAAACKgAAAAAALAAAAAABLAAAAAABLgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAADLQAAAAAALQAAAAAALQAAAAABLQAAAAAALAAAAAACLAAAAAAB version: 6 -3,2: ind: -3,2 - tiles: YAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAfQAAAAABfQAAAAADfQAAAAACfQAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAACQgAAAAAAfQAAAAACfQAAAAADfQAAAAACfQAAAAADQgAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACIAAAAAADIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAA + tiles: LAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAACOAAAAAABKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAABKgAAAAAAOAAAAAACOAAAAAADOAAAAAABOAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAACLAAAAAADQwAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAACQwAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAADKgAAAAAALAAAAAADLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAABLAAAAAACKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAAALQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAA version: 6 -2,2: ind: -2,2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABEwAAAAACEwAAAAADEwAAAAAAEwAAAAABEwAAAAAAEwAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAACEwAAAAADEwAAAAABEwAAAAAAEwAAAAACEwAAAAACEwAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADEwAAAAABEwAAAAADEwAAAAACEwAAAAABEwAAAAABEwAAAAACgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAEwAAAAADEwAAAAAAEwAAAAAAEwAAAAABEwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAEwAAAAAAEwAAAAACEwAAAAACEwAAAAABEwAAAAABgQAAAAAAgQAAAAAAfQAAAAAC + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAALQAAAAACLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAADLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAABLAAAAAACRwAAAAAARwAAAAAARwAAAAABRwAAAAADRwAAAAACRwAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAABRwAAAAADRwAAAAADRwAAAAAARwAAAAACRwAAAAACRwAAAAADLAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAABRwAAAAABRwAAAAACRwAAAAAARwAAAAACRwAAAAABRwAAAAACKgAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAAARwAAAAACRwAAAAAARwAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAARwAAAAACRwAAAAACRwAAAAAARwAAAAADRwAAAAABKgAAAAAAKgAAAAAAOAAAAAAD version: 6 -1,2: ind: -1,2 - tiles: YAAAAAADYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAACfQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LAAAAAACLAAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAADKgAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,2: ind: 0,2 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAfQAAAAACfQAAAAAAfQAAAAACgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAcwAAAAACcwAAAAACcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAcwAAAAACcwAAAAABcwAAAAABcwAAAAADcwAAAAADcwAAAAACcwAAAAACcwAAAAACcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAACcwAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAADcwAAAAAAcwAAAAACgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAcwAAAAADcwAAAAABFAAAAAABFAAAAAAAFAAAAAACFAAAAAAAFAAAAAAAFAAAAAABcwAAAAAAcwAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAACgQAAAAAAcwAAAAABcwAAAAACFAAAAAADFAAAAAAAFAAAAAABFAAAAAAAFAAAAAAAFAAAAAACcwAAAAAAcwAAAAADgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAcwAAAAADcwAAAAABFAAAAAACFAAAAAADFAAAAAACFAAAAAABFAAAAAABFAAAAAADcwAAAAAAcwAAAAABgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAcwAAAAACcwAAAAACFAAAAAABFAAAAAADFAAAAAAAFAAAAAAAFAAAAAACFAAAAAACcwAAAAADcwAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAcwAAAAABcwAAAAAAcwAAAAACcwAAAAACcwAAAAADcwAAAAADcwAAAAABcwAAAAAAcwAAAAADcwAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAACcwAAAAADcwAAAAABcwAAAAADcwAAAAAAcwAAAAACcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAcwAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAACfQAAAAABFwAAAAAAFwAAAAAAFwAAAAACFwAAAAABFwAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAOAAAAAACOAAAAAAAOAAAAAABKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAOgAAAAADOgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAOgAAAAAAOgAAAAADOgAAAAACOgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAACOgAAAAABOgAAAAADOgAAAAABOgAAAAADOgAAAAAAOgAAAAABOgAAAAAAKgAAAAAAOAAAAAABOAAAAAACOAAAAAABOAAAAAACKgAAAAAAOgAAAAADOgAAAAABUAAAAAACUAAAAAADUAAAAAADUAAAAAACUAAAAAAAUAAAAAADOgAAAAAAOgAAAAACKgAAAAAAOAAAAAACOAAAAAAAOAAAAAABOAAAAAADKgAAAAAAOgAAAAABOgAAAAABUAAAAAABUAAAAAADUAAAAAABUAAAAAACUAAAAAACUAAAAAADOgAAAAAAOgAAAAACKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAOgAAAAAAOgAAAAABUAAAAAADUAAAAAABUAAAAAABUAAAAAABUAAAAAABUAAAAAACOgAAAAAAOgAAAAABKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAAOgAAAAABOgAAAAABUAAAAAADUAAAAAACUAAAAAADUAAAAAADUAAAAAACUAAAAAACOgAAAAADOgAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAAAOgAAAAACOgAAAAABOgAAAAACOgAAAAAAOgAAAAACOgAAAAABOgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAACOgAAAAAAOgAAAAAAOgAAAAACOgAAAAABOgAAAAADOgAAAAAAOgAAAAAAOgAAAAABOgAAAAABOgAAAAACKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAATwAAAAAATwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAACOAAAAAACUwAAAAACUwAAAAABUwAAAAACUwAAAAACUwAAAAAB version: 6 2,1: ind: 2,1 - tiles: YAAAAAACBwAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAYAAAAAABCwAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAAABwAAAAAAgQAAAAAACwAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAAwAAAAAAYAAAAAABgQAAAAAACwAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAACwAAAAAAgQAAAAAADQAAAAABgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABBwAAAAAAYAAAAAABgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADgQAAAAAABwAAAAAAAgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAABgQAAAAAAgQAAAAAABwAAAAAAYAAAAAAAAwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABgQAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADgQAAAAAAgQAAAAAAQgAAAAAAgQAAAAAAYAAAAAAABwAAAAAAgQAAAAAAIAAAAAACIAAAAAABIAAAAAAAIAAAAAABgQAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAYAAAAAABgQAAAAAAIAAAAAADIAAAAAACIAAAAAADIAAAAAACIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAAIAAAAAABQgAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADgQAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADQgAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAIAAAAAAAIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAABIAAAAAABgQAAAAAAgQAAAAAA + tiles: LAAAAAAANQAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAALAAAAAACLwAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAACNQAAAAAAKgAAAAAALwAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAADLAAAAAACRgAAAAADLAAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALwAAAAAAKgAAAAAASQAAAAACKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAANQAAAAAALAAAAAABKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAANQAAAAAARgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAADKgAAAAAAKgAAAAAANQAAAAAALAAAAAACRgAAAAABKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAQwAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAADLQAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAQwAAAAAAKgAAAAAALAAAAAADNQAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAABKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAKgAAAAAALAAAAAABKgAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAADLQAAAAADLQAAAAAALQAAAAADLQAAAAACLQAAAAACKgAAAAAALQAAAAABQwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALQAAAAABLQAAAAABLQAAAAADLQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAABQwAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAABKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAADKgAAAAAAKgAAAAAA version: 6 3,0: ind: 3,0 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAABwAAAAAAgQAAAAAAIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAADgQAAAAAAIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACIAAAAAADIAAAAAABIAAAAAACIAAAAAABYAAAAAAAgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAACIAAAAAABgQAAAAAAYAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAACYAAAAAACgQAAAAAAEgAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAACIAAAAAAAgQAAAAAAYAAAAAAAIAAAAAACIAAAAAACIAAAAAADIAAAAAACYAAAAAABgQAAAAAACwAAAAAACwAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAACwAAAAAAgQAAAAAAKgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAANQAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAAKgAAAAAANQAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACKgAAAAAALQAAAAADLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAALAAAAAAALQAAAAAALQAAAAACLQAAAAABLQAAAAADLAAAAAAAKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAABLQAAAAADKgAAAAAALAAAAAABLQAAAAABLQAAAAADLQAAAAABLQAAAAABLAAAAAABKgAAAAAAKQAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAAALQAAAAADKgAAAAAALAAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAABLAAAAAADKgAAAAAALwAAAAAALwAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALQAAAAAALQAAAAADKgAAAAAALAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,1: ind: 3,1 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAABYAAAAAADYAAAAAADAgAAAAABBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAAAAAAAwAAAAACBwAAAAAAAgAAAAAAAgAAAAABgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAADgQAAAAAAIAAAAAACIAAAAAADgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAARgAAAAABLAAAAAACLAAAAAACRgAAAAABNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAANQAAAAAARgAAAAADNQAAAAAARgAAAAAARgAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABKgAAAAAALQAAAAADLQAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAACLQAAAAADLQAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,2: ind: 3,2 - tiles: gQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAIAAAAAACIAAAAAADIAAAAAADIAAAAAACIAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAAAgQAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAGwAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAACIAAAAAABIAAAAAADIAAAAAABIAAAAAABIAAAAAABYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAADYAAAAAAA + tiles: KgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADKgAAAAAALQAAAAACLQAAAAAALQAAAAADLQAAAAAALQAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAAKgAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAAVAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAACLQAAAAADLQAAAAAALQAAAAABLQAAAAABLQAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAAA version: 6 2,2: ind: 2,2 - tiles: QgAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAQgAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAADwAAAAAADwAAAAAADwAAAAAADwAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABgQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAACYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAABYAAAAAABYAAAAAAC + tiles: QwAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABKgAAAAAAKgAAAAAALAAAAAABQwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAPwAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAABLAAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAAALAAAAAABLAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAABLAAAAAAB version: 6 1,2: ind: 1,2 - tiles: AAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAAAcwAAAAADcwAAAAAAcwAAAAABcwAAAAACcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAAAcwAAAAABcwAAAAABcwAAAAABcwAAAAADcwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAcwAAAAADcwAAAAABcwAAAAAAcwAAAAACcwAAAAABcwAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAAAcwAAAAAAcwAAAAABgQAAAAAAIAAAAAAAIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAACgQAAAAAAcwAAAAABcwAAAAABcwAAAAAAcwAAAAABgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAABIAAAAAADIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACcwAAAAACcwAAAAABYAAAAAABEwAAAAAAEwAAAAAAEwAAAAADEwAAAAACEwAAAAACEwAAAAADEwAAAAAAEwAAAAAAEwAAAAAAEwAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAACYAAAAAACEwAAAAACEwAAAAADEwAAAAADEwAAAAACEwAAAAAAEwAAAAADEwAAAAADEwAAAAACEwAAAAADEwAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAEwAAAAABEwAAAAABEwAAAAADEwAAAAAAEwAAAAABEwAAAAABEwAAAAADEwAAAAAAEwAAAAABEwAAAAACgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAEwAAAAAAEwAAAAAAEwAAAAABEwAAAAADIAAAAAADIAAAAAADIAAAAAADgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAEwAAAAACEwAAAAACEwAAAAABEwAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAACIAAAAAADIAAAAAAAIAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAEwAAAAACEwAAAAACEwAAAAAAEwAAAAABIAAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAEwAAAAAAEwAAAAAAEwAAAAACEwAAAAABIAAAAAABIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAABIAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAA + tiles: LgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAQwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAABKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAACOgAAAAADOgAAAAAAOgAAAAABOgAAAAADOgAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAABOgAAAAADOgAAAAADOgAAAAACOgAAAAADOgAAAAACLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALQAAAAADKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAOgAAAAAAOgAAAAADOgAAAAAAOgAAAAADOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAABOgAAAAADOgAAAAACKgAAAAAALQAAAAAALQAAAAAALQAAAAABLQAAAAACLQAAAAABLQAAAAACLQAAAAADLQAAAAADLQAAAAADLQAAAAACKgAAAAAAOgAAAAABOgAAAAACOgAAAAABOgAAAAABKgAAAAAALQAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAADLQAAAAACLQAAAAAALQAAAAABLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACOgAAAAAALAAAAAAARwAAAAACRwAAAAACRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAABRwAAAAABRwAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAABLAAAAAAALAAAAAADRwAAAAADRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAACRwAAAAAARwAAAAACRwAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAARwAAAAABRwAAAAABRwAAAAADRwAAAAABRwAAAAACRwAAAAADRwAAAAACRwAAAAABRwAAAAAARwAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAADKgAAAAAARwAAAAADRwAAAAACRwAAAAABRwAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAARwAAAAACRwAAAAACRwAAAAABRwAAAAADLQAAAAACLQAAAAABLQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAARwAAAAAARwAAAAAARwAAAAADRwAAAAADLQAAAAABLQAAAAAALQAAAAAALQAAAAADLQAAAAADLQAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAARwAAAAABRwAAAAABRwAAAAABRwAAAAABLQAAAAACLQAAAAABLQAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAADKgAAAAAALAAAAAAALAAAAAABLAAAAAAA version: 6 4,2: ind: 4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAGwAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAGwAAAAAAYAAAAAABSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAIAAAAAABgQAAAAAASgAAAAAAYAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAVAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAVAAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALQAAAAADKgAAAAAANwAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAADLAAAAAADNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAACKgAAAAAAKwAAAAAA version: 6 4,3: ind: 4,3 - tiles: YAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgAAAAAAAYAAAAAACYAAAAAAAYAAAAAADCwAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAADAAAAAADgQAAAAAASgAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAACSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAACAAAAAADYAAAAAADSgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgAAAAAAACAAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAASgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAAKwAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAACLAAAAAABLAAAAAADKgAAAAAAKwAAAAAALAAAAAACLAAAAAABLAAAAAABLwAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAARAAAAAADKgAAAAAANwAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAABNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAATAAAAAAALAAAAAACNwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKwAAAAAATAAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAANwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,2: ind: 5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 5,3: ind: 5,3 - tiles: AAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,3: ind: 3,3 - tiles: YAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAADgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACYAAAAAACYAAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAABgQAAAAAADAAAAAACDAAAAAABDAAAAAADfQAAAAACfQAAAAADCwAAAAAADAAAAAAADAAAAAAADAAAAAACDAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAADAAAAAAADAAAAAACDAAAAAADfQAAAAACfQAAAAABfQAAAAAADAAAAAABDAAAAAAADAAAAAADCAAAAAACgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADCAAAAAAACAAAAAABCAAAAAADfQAAAAADfQAAAAACfQAAAAAACAAAAAADCAAAAAABCAAAAAABCAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAABCAAAAAACCAAAAAAACAAAAAADfQAAAAADfQAAAAACfQAAAAADCAAAAAADCAAAAAABCAAAAAADCAAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADgQAAAAAADAAAAAAADAAAAAACDAAAAAAAfQAAAAABfQAAAAADfQAAAAABDAAAAAADDAAAAAACDAAAAAADDAAAAAADYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAADAAAAAACDAAAAAACDAAAAAABfQAAAAAAfQAAAAABfQAAAAADDAAAAAADDAAAAAACDAAAAAADDAAAAAADYAAAAAACYAAAAAACYAAAAAABYAAAAAABYAAAAAABgQAAAAAADAAAAAAADAAAAAACDAAAAAABfQAAAAAAfQAAAAACfQAAAAABDAAAAAACDAAAAAABDAAAAAACDAAAAAABYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAABYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABYAAAAAADYAAAAAADYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAAALAAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAACKgAAAAAARAAAAAADRAAAAAABRAAAAAACOAAAAAACOAAAAAACLwAAAAAARAAAAAACRAAAAAAARAAAAAAARAAAAAADLAAAAAABKgAAAAAALAAAAAABLAAAAAAAKgAAAAAAKgAAAAAARAAAAAACRAAAAAACRAAAAAAAOAAAAAABOAAAAAAAOAAAAAAARAAAAAADRAAAAAADRAAAAAACTAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAADTAAAAAABTAAAAAAATAAAAAACOAAAAAAAOAAAAAABOAAAAAACTAAAAAACTAAAAAADTAAAAAAATAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAADTAAAAAAATAAAAAABTAAAAAABOAAAAAADOAAAAAAAOAAAAAACTAAAAAADTAAAAAADTAAAAAACTAAAAAACLAAAAAACLAAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAARAAAAAAARAAAAAAARAAAAAADOAAAAAADOAAAAAACOAAAAAACRAAAAAAARAAAAAAARAAAAAAARAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAARAAAAAABRAAAAAABRAAAAAACOAAAAAABOAAAAAACOAAAAAABRAAAAAACRAAAAAAARAAAAAABRAAAAAADLAAAAAABKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAARAAAAAAARAAAAAADRAAAAAACOAAAAAABOAAAAAACOAAAAAADRAAAAAAARAAAAAADRAAAAAADRAAAAAAALAAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAABKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAABKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAA version: 6 2,3: ind: 2,3 - tiles: gQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABYAAAAAACYAAAAAAAQgAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAADQgAAAAAAIAAAAAADIAAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAQgAAAAAAgQAAAAAAIAAAAAABIAAAAAADIAAAAAADIAAAAAABIAAAAAADBAAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABgQAAAAAABAAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACFQAAAAACgQAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAgQAAAAAACwAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAFQAAAAADIAAAAAACIAAAAAABIAAAAAACIAAAAAADIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAACgQAAAAAAIAAAAAACIAAAAAADIAAAAAAAIAAAAAADIAAAAAADIAAAAAADIAAAAAADYAAAAAACYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADFQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAABIAAAAAABIAAAAAACIAAAAAABgQAAAAAAYAAAAAABYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAACFQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAACIAAAAAABIAAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAACgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAADcAAAAAAAgQAAAAAAFQAAAAACgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAABDQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAADQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAABgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAYAAAAAADYAAAAAABYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAADQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcwAAAAABcwAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAADgQAAAAAA + tiles: KgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAACQwAAAAAAKgAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAABLAAAAAAAQwAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADQwAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAADLQAAAAADLQAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADLAAAAAABKgAAAAAAKgAAAAAALQAAAAACLQAAAAABLQAAAAACLQAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADVQAAAAAAKgAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAADKgAAAAAALwAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAADVQAAAAACLQAAAAADLQAAAAADLQAAAAACLQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAADKgAAAAAALQAAAAACLQAAAAADLQAAAAACLQAAAAABLQAAAAABLQAAAAAALQAAAAAALAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAADLAAAAAABVQAAAAAAKgAAAAAALQAAAAAALQAAAAACLQAAAAADLQAAAAABLQAAAAADLQAAAAACLQAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAACVQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAACLQAAAAABLQAAAAADLQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAACKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAACVQAAAAABKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAADSQAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAALAAAAAADNAAAAAAAKgAAAAAASQAAAAADKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACLAAAAAAALAAAAAAALAAAAAABLAAAAAADLAAAAAADKgAAAAAAKgAAAAAASQAAAAACKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAAOgAAAAADOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAABLAAAAAACKgAAAAAA version: 6 1,3: ind: 1,3 - tiles: gQAAAAAAEwAAAAADEwAAAAADEwAAAAADEwAAAAAAIAAAAAACIAAAAAAAEwAAAAAAgQAAAAAAIAAAAAABIAAAAAACIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAACEwAAAAACEwAAAAADEwAAAAADEwAAAAABEwAAAAADEwAAAAADEwAAAAABIAAAAAADIAAAAAAAIAAAAAACgQAAAAAAfQAAAAADfQAAAAACQgAAAAAAgQAAAAAAEwAAAAAAEwAAAAABEwAAAAACEwAAAAAAEwAAAAACEwAAAAABEwAAAAAAEwAAAAAAIAAAAAADIAAAAAADIAAAAAACIAAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEwAAAAAAEwAAAAACEwAAAAACEwAAAAABEwAAAAAAEwAAAAADEwAAAAACgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAQgAAAAAAQgAAAAAAQgAAAAAAgQAAAAAAEwAAAAABEwAAAAABEwAAAAAAEwAAAAADEwAAAAACEwAAAAAAEwAAAAAAIAAAAAAAIAAAAAADIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEwAAAAABEwAAAAAAEwAAAAAAEwAAAAAAEwAAAAACEwAAAAABEwAAAAACgQAAAAAAIAAAAAADIAAAAAACIAAAAAACFQAAAAAAFQAAAAACFQAAAAACFQAAAAADgQAAAAAAEwAAAAACEwAAAAACEwAAAAADEwAAAAADEwAAAAABEwAAAAACEwAAAAACgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAFQAAAAAAFQAAAAACFQAAAAABFQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAADFQAAAAAAFQAAAAAAFQAAAAABFQAAAAACFQAAAAABFQAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAACwAAAAAAFQAAAAAAFQAAAAAAFQAAAAAAFQAAAAABFQAAAAABFQAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAADYAAAAAACgQAAAAAAFQAAAAAAFQAAAAACFQAAAAADFQAAAAACFQAAAAAAFQAAAAABFQAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAABYAAAAAACgQAAAAAAFQAAAAAAFQAAAAABFQAAAAABFQAAAAACFQAAAAADFQAAAAABFQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAFQAAAAABFQAAAAAAFQAAAAAAFQAAAAABFQAAAAAAFQAAAAACFQAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAFQAAAAAAFQAAAAACFQAAAAABFQAAAAADFQAAAAADFQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAACwAAAAAAgQAAAAAAcAAAAAAA + tiles: KgAAAAAARwAAAAABRwAAAAACRwAAAAACRwAAAAABLQAAAAADLQAAAAACRwAAAAADKgAAAAAALQAAAAAALQAAAAACLQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAADRwAAAAACRwAAAAABRwAAAAACRwAAAAABRwAAAAADRwAAAAADRwAAAAACLQAAAAADLQAAAAACLQAAAAADKgAAAAAAOAAAAAAAOAAAAAABQwAAAAAAKgAAAAAARwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAAARwAAAAADRwAAAAADRwAAAAADLQAAAAACLQAAAAADLQAAAAAALQAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAARwAAAAAARwAAAAACRwAAAAAARwAAAAAARwAAAAABRwAAAAADRwAAAAACKgAAAAAALQAAAAACLQAAAAADLQAAAAAAKgAAAAAAQwAAAAAAQwAAAAAAQwAAAAAAKgAAAAAARwAAAAABRwAAAAACRwAAAAABRwAAAAABRwAAAAACRwAAAAABRwAAAAACLQAAAAADLQAAAAABLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAARwAAAAACRwAAAAADRwAAAAABRwAAAAABRwAAAAABRwAAAAAARwAAAAADKgAAAAAALQAAAAADLQAAAAAALQAAAAACVQAAAAACVQAAAAABVQAAAAADVQAAAAACKgAAAAAARwAAAAAARwAAAAACRwAAAAABRwAAAAACRwAAAAADRwAAAAABRwAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAVQAAAAADVQAAAAACVQAAAAADVQAAAAADKgAAAAAALAAAAAACKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAAAVQAAAAADVQAAAAADVQAAAAABVQAAAAACVQAAAAADVQAAAAADKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAAAKgAAAAAALwAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAADVQAAAAACVQAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAADKgAAAAAAVQAAAAAAVQAAAAAAVQAAAAADVQAAAAAAVQAAAAADVQAAAAAAVQAAAAABKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAACKgAAAAAAVQAAAAACVQAAAAACVQAAAAACVQAAAAACVQAAAAADVQAAAAACVQAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAAAKgAAAAAAVQAAAAACVQAAAAADVQAAAAACVQAAAAAAVQAAAAADVQAAAAADVQAAAAACKgAAAAAALAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAAVQAAAAABVQAAAAADVQAAAAADVQAAAAADVQAAAAAAVQAAAAADKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAALwAAAAAAKgAAAAAANAAAAAAA version: 6 0,3: ind: 0,3 - tiles: EQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAAAfQAAAAABfQAAAAABfQAAAAACFwAAAAAAFwAAAAACFwAAAAAAFwAAAAABFwAAAAACEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAABfQAAAAACFwAAAAACFwAAAAABFwAAAAACFwAAAAAAFwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAACfQAAAAACfQAAAAAAfQAAAAADFwAAAAABFwAAAAADFwAAAAAAFwAAAAACFwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAABfQAAAAACfQAAAAADfQAAAAABFwAAAAADFwAAAAADFwAAAAACFwAAAAADFwAAAAABEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAACfQAAAAADfQAAAAABfQAAAAACfQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAEQAAAAAAEQAAAAAAEQAAAAAAgQAAAAAAfQAAAAACfQAAAAADfQAAAAAAfQAAAAACfQAAAAACfQAAAAACfQAAAAADfQAAAAADfQAAAAADcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACfQAAAAABfQAAAAACfQAAAAABfQAAAAAAfQAAAAACfQAAAAADfQAAAAACfQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAGQAAAAAAGAAAAAAAGgAAAAAAgQAAAAAAfQAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAADYAAAAAABYAAAAAACYAAAAAABYAAAAAABcAAAAAAAgQAAAAAAgQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAABYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAGQAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAfQAAAAADYAAAAAABYAAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAGgAAAAAAGAAAAAAAGAAAAAAAGAAAAAAAgQAAAAAAfQAAAAABfQAAAAAAfQAAAAACfQAAAAACfQAAAAAAfQAAAAABfQAAAAABfQAAAAABfQAAAAACcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAAACwAAAAAAgQAAAAAAcAAAAAAADQAAAAADcAAAAAAAcAAAAAAADQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: TwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAACOAAAAAACOAAAAAADOAAAAAADUwAAAAAAUwAAAAADUwAAAAADUwAAAAABUwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAADOAAAAAABOAAAAAACOAAAAAADUwAAAAACUwAAAAAAUwAAAAABUwAAAAACUwAAAAABTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAABOAAAAAAAUwAAAAAAUwAAAAADUwAAAAADUwAAAAAAUwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAADUwAAAAAAUwAAAAAAUwAAAAACUwAAAAADUwAAAAADTwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAADOAAAAAACOAAAAAABOAAAAAACOAAAAAADOAAAAAAAOAAAAAABOAAAAAAAOAAAAAADKgAAAAAAKgAAAAAAKgAAAAAATwAAAAAATwAAAAAATwAAAAAAKgAAAAAAOAAAAAACOAAAAAABOAAAAAADOAAAAAADOAAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAADOAAAAAAAOAAAAAAAOAAAAAABOAAAAAAAOAAAAAABOAAAAAABNAAAAAAAKgAAAAAAKgAAAAAAVgAAAAAAPAAAAAAAVwAAAAAAKgAAAAAAOAAAAAADLAAAAAADLAAAAAADLAAAAAAALAAAAAABLAAAAAADLAAAAAACLAAAAAAALAAAAAABNAAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAABLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAVgAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAOAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAVwAAAAAAPAAAAAAAPAAAAAAAPAAAAAAAKgAAAAAAOAAAAAAAOAAAAAACOAAAAAACOAAAAAABOAAAAAAAOAAAAAAAOAAAAAACOAAAAAABOAAAAAACNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAADLwAAAAAAKgAAAAAANAAAAAAASQAAAAADNAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -1,3: ind: -1,3 - tiles: fQAAAAACfQAAAAACfQAAAAADfQAAAAADgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAUQAAAAAAfQAAAAACUQAAAAAAfQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAAAYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAACfQAAAAABfQAAAAADfQAAAAAAYAAAAAADYAAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABgQAAAAAADQAAAAADgQAAAAAAgQAAAAAAfQAAAAADfQAAAAABfQAAAAACfQAAAAADgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAABYAAAAAADYAAAAAABYAAAAAADgQAAAAAADQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAFQAAAAADFQAAAAAAFQAAAAABgQAAAAAAYAAAAAABYAAAAAACYAAAAAADYAAAAAADgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAACwAAAAAAgQAAAAAAgQAAAAAAFQAAAAACFQAAAAADFQAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAADYAAAAAACgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAFQAAAAABFQAAAAABFQAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAACYAAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAFQAAAAABFQAAAAACFQAAAAACgQAAAAAAYAAAAAADYAAAAAACYAAAAAACYAAAAAAAgQAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAADYAAAAAADYAAAAAABYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAABYAAAAAABYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAA + tiles: OAAAAAAAOAAAAAADOAAAAAADOAAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAACOAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADLAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAAAOAAAAAAAOAAAAAADOAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAABLAAAAAADKgAAAAAASQAAAAACKgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAABOAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAABLAAAAAACKgAAAAAASQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADLAAAAAABKgAAAAAAKgAAAAAALAAAAAADKgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAVQAAAAACVQAAAAAAVQAAAAABKgAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAACKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAALwAAAAAAKgAAAAAAKgAAAAAAVQAAAAACVQAAAAABVQAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAABKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAVQAAAAACVQAAAAADVQAAAAACKgAAAAAALAAAAAABLAAAAAABLAAAAAABLAAAAAAAKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAAVQAAAAADVQAAAAADVQAAAAADKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAABKgAAAAAANgAAAAAANgAAAAAANgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAACLAAAAAABLAAAAAADLAAAAAABLAAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAACKgAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALAAAAAABLAAAAAADLAAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAADKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALAAAAAADLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAADKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAALAAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACLAAAAAADLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAACKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAACLAAAAAABLAAAAAABKgAAAAAAKgAAAAAA version: 6 3,4: ind: 3,4 - tiles: gQAAAAAAIAAAAAACgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAIAAAAAABIAAAAAABgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAALQAAAAABKgAAAAAAKgAAAAAALAAAAAABKgAAAAAALAAAAAABLAAAAAADLAAAAAADLAAAAAACLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAAALQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,4: ind: 2,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAA version: 6 1,4: ind: 1,4 - tiles: YAAAAAABYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABEgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAABYAAAAAADYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAAYAAAAAADYAAAAAAAYAAAAAADYAAAAAACYAAAAAAABwAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAA + tiles: LAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAANQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADLAAAAAABLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACLAAAAAABNQAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAACLAAAAAABLAAAAAACLAAAAAACLAAAAAABKgAAAAAALAAAAAADNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAABKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAA version: 6 4,4: ind: 4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 0,4: ind: 0,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAACwAAAAAADQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAcAAAAAAAcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABBwAAAAAAYAAAAAACYAAAAAABYAAAAAACYAAAAAACYAAAAAABgQAAAAAAYAAAAAADgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAADYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAADgQAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAADYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAACYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAALwAAAAAASQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAANAAAAAAANAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAANQAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAADKgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAA version: 6 -1,4: ind: -1,4 - tiles: YAAAAAACYAAAAAABgQAAAAAAYAAAAAACYAAAAAADYAAAAAADYAAAAAADYAAAAAACYAAAAAABYAAAAAACgQAAAAAAYAAAAAADYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAACwAAAAAADQAAAAADDQAAAAABDQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAAYAAAAAABYAAAAAADgQAAAAAAcAAAAAAAcAAAAAAADQAAAAACcAAAAAAADQAAAAADcAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAABYAAAAAACBwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAfQAAAAADfQAAAAABHgAAAAADfQAAAAACfQAAAAAAfQAAAAADfQAAAAAAfQAAAAABfQAAAAAAfQAAAAABfQAAAAACHgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAACHgAAAAAAfQAAAAACfQAAAAADfQAAAAACfQAAAAADfQAAAAABfQAAAAADfQAAAAABfQAAAAACHgAAAAACgQAAAAAAgAAAAAAAAAAAAAAAfQAAAAAAfQAAAAAAfQAAAAADHgAAAAACHgAAAAAAHgAAAAACHgAAAAADHgAAAAADHgAAAAAAHgAAAAACHgAAAAACHgAAAAAAHgAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHgAAAAABfQAAAAADfQAAAAACfQAAAAAAfQAAAAABfQAAAAACfQAAAAADfQAAAAAAfQAAAAAAHgAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAHgAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAABfQAAAAABfQAAAAADfQAAAAABfQAAAAABHgAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAHgAAAAAAHgAAAAADHgAAAAAAHgAAAAABHgAAAAADHgAAAAABHgAAAAABHgAAAAADHgAAAAABHgAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAADfQAAAAADfQAAAAACfQAAAAADfQAAAAABfQAAAAAAfQAAAAACfQAAAAABgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAADfQAAAAAAfQAAAAADfQAAAAACfQAAAAABfQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LAAAAAACLAAAAAADKgAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAABLAAAAAABKgAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAADKgAAAAAALAAAAAADLAAAAAABLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALwAAAAAASQAAAAABSQAAAAACSQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANQAAAAAALAAAAAADLAAAAAAAKgAAAAAANAAAAAAANAAAAAAASQAAAAAANAAAAAAASQAAAAABNAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAACNQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAACLAAAAAABOAAAAAAAOAAAAAAAOAAAAAABOAAAAAADOAAAAAACOAAAAAABOAAAAAABOAAAAAACLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAADLAAAAAADOAAAAAAAOAAAAAACOAAAAAABOAAAAAABOAAAAAAAOAAAAAABOAAAAAABOAAAAAAALAAAAAADKgAAAAAAKwAAAAAALgAAAAAAOAAAAAABOAAAAAABOAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAACLAAAAAAALAAAAAADLAAAAAABLAAAAAADLAAAAAADLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABOAAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAACOAAAAAAAOAAAAAACOAAAAAABLAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACOAAAAAABOAAAAAAAOAAAAAACOAAAAAACOAAAAAAAOAAAAAADOAAAAAAAOAAAAAABLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAACLAAAAAACLAAAAAACLAAAAAACLAAAAAADLAAAAAADLAAAAAADLAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADOAAAAAABOAAAAAABOAAAAAABOAAAAAACOAAAAAADOAAAAAADOAAAAAADKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAABOAAAAAABOAAAAAADOAAAAAAAOAAAAAABOAAAAAADOAAAAAADOAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 0,5: ind: 0,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAYAAAAAACYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAABLAAAAAABKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 1,5: ind: 1,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAACYAAAAAADgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAACLAAAAAAAKgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAACLAAAAAACKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,2: ind: -4,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAABIAAAAAADIAAAAAAAIAAAAAADIAAAAAAAIAAAAAAAYAAAAAABYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAABIAAAAAADYAAAAAABYAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAADIAAAAAACgQAAAAAAYAAAAAACYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAEgAAAAAAIAAAAAADIAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEgAAAAAAIAAAAAACIAAAAAACIAAAAAACIAAAAAADIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAIAAAAAABIAAAAAABIAAAAAACEgAAAAAAEgAAAAAAEgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAUQAAAAAAUQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAUQAAAAAAUQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAACLQAAAAABLQAAAAABLQAAAAABLAAAAAABLAAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAABLQAAAAADLQAAAAACLQAAAAABLQAAAAACLAAAAAADLAAAAAADLgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAAALQAAAAACKgAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKQAAAAAALQAAAAADLQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKQAAAAAALQAAAAABLQAAAAACLQAAAAAALQAAAAABLQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABKQAAAAAAKQAAAAAAKQAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -4,0: ind: -4,0 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAA version: 6 -5,2: ind: -5,2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA version: 6 -4,3: ind: -4,3 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAcwAAAAACgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAEAAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAEAAAAAAAEAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAfQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAB + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAOgAAAAACKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAOAAAAAAAOAAAAAAAOAAAAAAAPQAAAAAAPQAAAAAAOAAAAAAAKgAAAAAAKgAAAAAALAAAAAABLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAPQAAAAAAOAAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAB version: 6 -3,3: ind: -3,3 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAADIAAAAAACIAAAAAAAIAAAAAABIAAAAAAAIAAAAAAAYAAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAACYAAAAAABgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAABgQAAAAAAYAAAAAADYAAAAAABYAAAAAADCwAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAADIAAAAAADIAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAADgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAIAAAAAABIAAAAAABIAAAAAAAIAAAAAACIAAAAAADYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAIAAAAAACIAAAAAAAIAAAAAACIAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAABCwAAAAAAcwAAAAABcwAAAAAAgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAgQAAAAAAIAAAAAADIAAAAAABIAAAAAACIAAAAAACYAAAAAABYAAAAAACYAAAAAACgQAAAAAAgQAAAAAAFAAAAAADcwAAAAABgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAIAAAAAACIAAAAAABIAAAAAACIAAAAAAAgQAAAAAAYAAAAAABYAAAAAABYAAAAAAAYAAAAAAAgQAAAAAAcwAAAAACcwAAAAABcwAAAAACYAAAAAABUQAAAAADYAAAAAABgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAADgQAAAAAAYAAAAAABYAAAAAABYAAAAAACYAAAAAACgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAAAYAAAAAACYAAAAAACYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAACYAAAAAACYAAAAAAAYAAAAAADYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAACYAAAAAAAYAAAAAADYAAAAAACYAAAAAADYAAAAAACYAAAAAABYAAAAAACYAAAAAAAYAAAAAACYAAAAAABYAAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAYAAAAAAAYAAAAAABYAAAAAAAYAAAAAADYAAAAAABYAAAAAADgQAAAAAAYAAAAAADYAAAAAACgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAKQAAAAAAYAAAAAAAKQAAAAAAYAAAAAADgQAAAAAAYAAAAAABgQAAAAAAYAAAAAADYAAAAAADgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAYAAAAAACYAAAAAADYAAAAAACYAAAAAACgQAAAAAAYAAAAAACgQAAAAAAYAAAAAABYAAAAAABgQAAAAAAYAAAAAAAYAAAAAABgQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAABLQAAAAADLQAAAAAALAAAAAACLAAAAAADLAAAAAAALAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADKgAAAAAAKgAAAAAALQAAAAACLQAAAAAALQAAAAACLQAAAAABLQAAAAAAKgAAAAAALQAAAAACLQAAAAACLQAAAAAAKgAAAAAALAAAAAAALAAAAAADLAAAAAADLwAAAAAAKgAAAAAAKgAAAAAALQAAAAAALQAAAAADLQAAAAADLQAAAAADLQAAAAACKgAAAAAALQAAAAADLQAAAAACLQAAAAABKgAAAAAALAAAAAACLAAAAAAALAAAAAADLAAAAAACKgAAAAAAKgAAAAAALQAAAAABLQAAAAADLQAAAAAALQAAAAABLQAAAAAALQAAAAAALQAAAAAALQAAAAAALQAAAAADLQAAAAABLAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAAAKgAAAAAALQAAAAABLQAAAAAALQAAAAADLQAAAAAALAAAAAADLAAAAAABLAAAAAACLAAAAAAALwAAAAAAOgAAAAADOgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAAALQAAAAAALAAAAAABLAAAAAADLAAAAAACKgAAAAAAKgAAAAAAUAAAAAABOgAAAAABOgAAAAAALAAAAAACLAAAAAAALAAAAAACLQAAAAADLQAAAAABLQAAAAABLQAAAAABKgAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAAAKgAAAAAAOgAAAAADOgAAAAADOgAAAAADLAAAAAAAMwAAAAAALAAAAAADKgAAAAAALQAAAAACLQAAAAADLQAAAAADKgAAAAAALAAAAAADLAAAAAAALAAAAAADLAAAAAABKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAAALAAAAAABKgAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAABLAAAAAACLAAAAAADLAAAAAACLAAAAAAALAAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAACLAAAAAADLAAAAAACLAAAAAABLAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAABLAAAAAADLAAAAAABLAAAAAAALAAAAAAALAAAAAADKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAABLAAAAAACLAAAAAABKgAAAAAALAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALAAAAAABKgAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAADKgAAAAAALAAAAAAALAAAAAABKgAAAAAALAAAAAAAAAAAAAAAAAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAAAAAAAAAAALAAAAAACKgAAAAAALAAAAAADLAAAAAAAKgAAAAAALAAAAAACLAAAAAADKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAAKgAAAAAALQAAAAACKgAAAAAA version: 6 -5,3: ind: -5,3 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -2,3: ind: -2,3 - tiles: CwAAAAAAYAAAAAAAYAAAAAAAYAAAAAACYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAEwAAAAACEwAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAABgQAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAADQAAAAAAcAAAAAAAgQAAAAAAfQAAAAAAYAAAAAADYAAAAAADYAAAAAADYAAAAAAAgQAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAACYAAAAAABYAAAAAAAYAAAAAACYAAAAAAABAAAAAAABAAAAAAABAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAADYAAAAAAAYAAAAAADYAAAAAADgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAAAgQAAAAAAYAAAAAABYAAAAAACYAAAAAAAYAAAAAADgQAAAAAAYAAAAAACgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAAAYAAAAAADYAAAAAACYAAAAAABYAAAAAADYAAAAAACgQAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAABYAAAAAADYAAAAAABYAAAAAABYAAAAAAAYAAAAAADgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAFQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAADYAAAAAAAYAAAAAADgQAAAAAAYAAAAAAAYAAAAAADYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAACYAAAAAABYAAAAAABYAAAAAACYAAAAAADYAAAAAAAYAAAAAACYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAADQAAAAABgQAAAAAAYAAAAAACYAAAAAADYAAAAAAAYAAAAAACgQAAAAAAYAAAAAACYAAAAAABYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAYAAAAAACYAAAAAABYAAAAAADKQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAACwAAAAAAgQAAAAAAcAAAAAAAgQAAAAAAYAAAAAABgQAAAAAAgQAAAAAAYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAADQAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAcAAAAAAAgQAAAAAADQAAAAABgQAAAAAAYAAAAAAD + tiles: LwAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAABLAAAAAADKgAAAAAAKgAAAAAARwAAAAADRwAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACKgAAAAAALAAAAAAALAAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAASQAAAAABNAAAAAAAKgAAAAAAOAAAAAAALAAAAAAALAAAAAADLAAAAAACLAAAAAACKgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACLAAAAAAALAAAAAACLAAAAAAALAAAAAABNgAAAAAANgAAAAAANgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOAAAAAABKgAAAAAALAAAAAAALAAAAAACLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAOgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAACLAAAAAADKgAAAAAAOgAAAAAAOgAAAAAAKgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAAAKgAAAAAALAAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAOgAAAAACOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAABLAAAAAABLAAAAAACLAAAAAACLAAAAAADLAAAAAACKgAAAAAAOgAAAAAAOgAAAAABKgAAAAAAOgAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAADLAAAAAABLAAAAAAALAAAAAADLAAAAAAALAAAAAABKgAAAAAAOgAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAVQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAADLAAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAABLAAAAAAALAAAAAADLAAAAAADLAAAAAADLAAAAAABLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAABLAAAAAAALAAAAAAALAAAAAADKgAAAAAALAAAAAABLAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAADLAAAAAACLAAAAAADLAAAAAADLAAAAAABLAAAAAADKgAAAAAALwAAAAAAKgAAAAAANAAAAAAAKgAAAAAALAAAAAABAAAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAACLAAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAACLAAAAAABLAAAAAABLAAAAAAALAAAAAABKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAANAAAAAAAKgAAAAAASQAAAAABKgAAAAAALAAAAAAD version: 6 -4,4: ind: -4,4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAKgAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAHQAAAAAAHQAAAAACHQAAAAAAHQAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAADHQAAAAADHQAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAHQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAABWAAAAAABWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAACWAAAAAADWAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAAWAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,4: ind: -3,4 - tiles: gQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAIAAAAAABIAAAAAACIAAAAAADIAAAAAACYAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAACYAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAACIAAAAAAAIAAAAAABIAAAAAABIAAAAAABYAAAAAACBwAAAAAABwAAAAAAYAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAABIAAAAAABIAAAAAADIAAAAAACIAAAAAADYAAAAAABYAAAAAAAYAAAAAAAYAAAAAAAIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAIAAAAAADIAAAAAABIAAAAAAAIAAAAAAAYAAAAAABHQAAAAACHQAAAAAAYAAAAAAAIAAAAAABIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAHQAAAAADYAAAAAAAIAAAAAACIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAHQAAAAAAHQAAAAACYAAAAAAAIAAAAAABIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAADHQAAAAABBwAAAAAAIAAAAAAAIAAAAAABgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAHQAAAAAAHQAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAYAAAAAAAgQAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAABwAAAAAABwAAAAAAYAAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAABwAAAAAAHAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAwAAAAAABwAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLQAAAAABLQAAAAAALQAAAAADLQAAAAADLAAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALQAAAAADLQAAAAADLQAAAAABLQAAAAABLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAAALQAAAAACLQAAAAACLQAAAAACLQAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAABLQAAAAAALQAAAAABLQAAAAABLQAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALAAAAAADLQAAAAADLQAAAAAALQAAAAACLQAAAAACLAAAAAAAWAAAAAACLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAWAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAATgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKgAAAAAA version: 6 -2,4: ind: -2,4 - tiles: gQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAYAAAAAAAYAAAAAAAYAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAYAAAAAACgQAAAAAAIAAAAAAAIAAAAAACIAAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAACIAAAAAABIAAAAAABIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAADIAAAAAAAIAAAAAABIAAAAAACIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAKQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KgAAAAAAKgAAAAAALAAAAAADLAAAAAABLAAAAAABLAAAAAADLAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAABKgAAAAAAKgAAAAAALAAAAAADLAAAAAAALAAAAAACLAAAAAAALAAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAACKgAAAAAAKgAAAAAALQAAAAADLQAAAAACLQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAABLQAAAAABLQAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAAALQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADLQAAAAADLQAAAAACLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKgAAAAAALQAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAANAAAAAAANAAAAAAANAAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAKgAAAAAANAAAAAAAKgAAAAAANAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAAKgAAAAAANAAAAAAANAAAAAAANAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 4,0: ind: 4,0 - tiles: gAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -4,-1: ind: -4,-1 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAfQAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAfQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAEAAAAAAAfQAAAAAAgQAAAAAAIAAAAAADIAAAAAACgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAEAAAAAAEfQAAAAAAfQAAAAAAfQAAAAADfQAAAAADgQAAAAAAIAAAAAACUQAAAAADIAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAfQAAAAABEAAAAAACgQAAAAAAgQAAAAAAEAAAAAAGgQAAAAAAIAAAAAADIAAAAAABIAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAACOAAAAAADOAAAAAABPQAAAAAAKgAAAAAAKgAAAAAAPQAAAAADOAAAAAABKgAAAAAALQAAAAABLQAAAAABKgAAAAAALgAAAAAALgAAAAAAKgAAAAAAPQAAAAAFKgAAAAAAKgAAAAAAOAAAAAABPQAAAAAFOAAAAAABOAAAAAAAOAAAAAAAPQAAAAAEKgAAAAAALQAAAAACMwAAAAABLQAAAAABLgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAOAAAAAADKgAAAAAAKgAAAAAAOAAAAAAAPQAAAAAGPQAAAAADKgAAAAAAPQAAAAACKgAAAAAALQAAAAAALQAAAAACLQAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 3,5: ind: 3,5 - tiles: gAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: KwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 2,5: ind: 2,5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -1,-5: ind: -1,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAIAAAAAADgQAAAAAAIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAACgQAAAAAAIAAAAAADIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAIAAAAAAAgQAAAAAAIAAAAAABIAAAAAADgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAALAAAAAAALAAAAAAALAAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAABKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAALQAAAAABLAAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACLQAAAAACKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAACKgAAAAAALQAAAAACLQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALQAAAAABKgAAAAAALQAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 -2,-5: ind: -2,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALAAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAA version: 6 0,-5: ind: 0,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAADgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACIAAAAAABIAAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAIAAAAAADIAAAAAACgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAACgQAAAAAAgQAAAAAAgQAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAACLQAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAADKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABLQAAAAADLQAAAAACKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAALQAAAAAALQAAAAABKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALQAAAAABKgAAAAAAKgAAAAAAKgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -5,-2: ind: -5,-2 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABYAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAADYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAACYAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAAABgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgQAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA - version: 6 - -5,-4: - ind: -5,-4 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAADwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAAALAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAADLAAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAABLAAAAAADLgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALAAAAAADKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 -3,-5: ind: -3,-5 - tiles: AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAAgAAAAAAA + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKwAAAAAALgAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAAKwAAAAAA + version: 6 + -3,5: + ind: -3,5 + tiles: LgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA + version: 6 + -2,5: + ind: -2,5 + tiles: LgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAAKgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAALgAAAAAA version: 6 - type: Broadphase - type: Physics @@ -532,11 +526,13 @@ entities: decals: 8199: 30,-15 8200: 30,-9 - 8721: 57,11 - 8722: 58,11 8961: 9,17 8962: 10,17 8963: 16,17 + 8985: 57,11 + 8986: 58,11 + 8987: 61,11 + 8988: 62,11 - node: angle: 4.71238898038469 rad color: '#FFFFFFFF' @@ -574,6 +570,7 @@ entities: 2149: -4.9654737,27.154173 7349: -20.712843,20.881693 7381: -20.692894,-14.720455 + 9630: 4.6297913,-60.77529 - node: angle: 0.017453292519943295 rad color: '#FFFFFFFF' @@ -615,6 +612,11 @@ entities: 2152: -1.1244693,28.919865 7350: -20.36495,22.00225 7384: -12.161644,-13.896967 + - node: + color: '#FFFFFFFF' + id: Basalt8 + decals: + 9631: 5.9526916,-63.01578 - node: color: '#FFFFFFFF' id: Basalt9 @@ -639,14 +641,6 @@ entities: id: Bot decals: 5220: -51,-14 - - node: - color: '#DE3A3A96' - id: Bot - decals: - 9051: -23,64 - 9131: -36,65 - 9132: -36,66 - 9133: -35,66 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -680,8 +674,6 @@ entities: 1298: 37,-19 1299: 37,-18 1300: 52,-38 - 1301: 52,-39 - 1302: 59,-40 1303: 58,-33 1304: 59,-33 1305: 60,-33 @@ -800,12 +792,12 @@ entities: 5279: -9,-7 5280: 56,-12 5281: 57,-12 + 5529: -28,69 5551: -28,60 5552: -28,61 5553: -26,58 5554: -27,58 5555: -28,58 - 5779: 31,-8 5786: 31,-2 6198: 3,-46 6200: 3,-40 @@ -836,41 +828,37 @@ entities: 6793: 61,-19 6794: 62,-19 6795: 63,-19 - 7202: 3,-61 7203: 3,-60 7204: -8,-69 7205: -17,-59 7598: -26,47 7599: -31,46 7600: -9,-36 - 7700: 3,-21 - 7701: 4,-21 - 7704: 3,-19 - 7705: 4,-19 7726: 24,7 7764: 50,-2 7765: 50,-1 7766: 58,0 - 7770: 58,-5 8016: 20,-15 8196: 31,-3 8197: 42,-2 8198: 42,-1 - 8209: 39,4 - 8210: 40,4 8253: 31,6 8912: 51,-11 - 8970: 8,-14 - 8971: -27,-31 - 8972: -27,-30 - 9045: -22,69 - - node: - cleanable: True - color: '#FFFFFFFF' - id: Bot - decals: - 8678: 52,64 - 8679: 54,63 + 8981: 61,12 + 8982: 62,12 + 8983: 58,12 + 8984: 57,12 + 8997: 12,-13 + 8998: 13,-13 + 8999: 14,-13 + 9005: 27,-15 + 9107: 32,-29 + 9207: 55,-33 + 9290: 56,-40 + 9291: 55,-40 + 9537: 39,-1 + 9613: 52,63 + 9874: -32,77 - node: zIndex: 1 color: '#FFFFFFFF' @@ -886,7 +874,6 @@ entities: 7045: -18,-61 7046: -16,-61 7047: -16,-62 - 8390: 3,70 8425: 40,-12 8427: 33,-15 8459: 37,-13 @@ -903,7 +890,6 @@ entities: id: Bot decals: 2956: 51,59 - 2957: 50,59 2958: 48,65 2959: 50,65 7999: 8,-9 @@ -912,10 +898,7 @@ entities: color: '#FFFFFFFF' id: Bot decals: - 8726: 57,12 - 8727: 58,12 8730: 62,-4 - 8731: 60,-4 - node: color: '#000000FF' id: BotGreyscale @@ -957,14 +940,6 @@ entities: 7716: 27,6 7717: 27,7 8680: 27,8 - - node: - angle: 1.5707963267948966 rad - color: '#FFFF00FF' - id: BotGreyscale - decals: - 7996: 10,-12 - 7997: 11,-12 - 7998: 12,-12 - node: color: '#FFFFFFFF' id: BotGreyscale @@ -972,31 +947,26 @@ entities: 6802: 2,58 7718: 25,9 7719: 25,10 - 9046: -24,70 - 9136: -34,68 - - node: - color: '#FFFFFFFF' - id: BotLeftGreyscale - decals: - 9135: -36,68 - - node: - color: '#DE3A3A96' - id: Box - decals: - 9050: -22,64 - node: color: '#FFFFFFFF' id: Box decals: - 713: 29,-22 - 714: 29,-23 - 715: 29,-24 716: 31,-19 1265: 53,-25 1306: 61,-31 1307: 61,-30 1308: 61,-29 2088: -31,9 + 10246: 14,-18 + 10247: 13,-18 + 10248: 12,-18 + 10249: 12,-15 + 10250: 13,-15 + 10251: 14,-15 + 10277: 15,-18 + 10278: 15,-15 + 10289: 37,2 + 10290: 40,1 - node: zIndex: 1 color: '#FFFFFFFF' @@ -1004,10 +974,54 @@ entities: decals: 6702: 3,-6 - node: - color: '#FFFFFFFF' - id: BrickTileDarkBox + color: '#334E6DC8' + id: BoxGreyscale + decals: + 10304: -53,41 + - node: + color: '#334E6DC8' + id: BrickCornerOverlayNE decals: - 7145: -36,-18 + 10298: -52,43 + - node: + color: '#334E6DC8' + id: BrickCornerOverlayNW + decals: + 10295: -55,43 + - node: + color: '#334E6DC8' + id: BrickCornerOverlaySE + decals: + 10301: -52,40 + - node: + color: '#334E6DC8' + id: BrickCornerOverlaySW + decals: + 10292: -55,40 + - node: + color: '#334E6DC8' + id: BrickLineOverlayE + decals: + 10299: -52,42 + 10300: -52,41 + - node: + color: '#334E6DC8' + id: BrickLineOverlayN + decals: + 10296: -54,43 + 10297: -53,43 + - node: + color: '#334E6DC8' + id: BrickLineOverlayS + decals: + 10302: -53,40 + 10303: -54,40 + - node: + color: '#334E6DC8' + id: BrickLineOverlayW + decals: + 10293: -55,41 + 10294: -55,42 - node: color: '#FFFFFFFF' id: BrickTileDarkCornerNe @@ -1106,12 +1120,6 @@ entities: decals: 4244: 24,49 4245: 24,50 - 5561: -46,68 - 5562: -46,69 - 5563: -46,70 - 5564: -46,71 - 5582: -46,72 - 5583: -46,67 6692: 0,-15 7848: 53,4 7849: 53,5 @@ -1167,7 +1175,6 @@ entities: 4061: 76,54 4062: 74,55 4063: 77,52 - 6813: -4,76 7301: 18,-31 7302: 30,-31 7333: -10,21 @@ -1179,6 +1186,9 @@ entities: 7940: 57,-1 7974: 61,5 8598: 30,25 + 9590: -5,75 + 9591: -5,72 + 9900: -48,74 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerNw @@ -1187,7 +1197,6 @@ entities: 4039: 72,45 4044: 68,55 4045: 66,54 - 6812: -13,76 7292: 25,-31 7319: 11,-31 7332: -13,21 @@ -1196,6 +1205,9 @@ entities: 7939: 54,-1 7973: 58,5 8597: 28,25 + 9587: -12,72 + 9588: -12,75 + 9898: -53,74 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSe @@ -1214,6 +1226,8 @@ entities: 7366: -19,-16 7935: 57,-4 7971: 61,3 + 9589: -5,74 + 9897: -48,69 - node: color: '#FFFFFFFF' id: BrickTileSteelCornerSw @@ -1236,6 +1250,8 @@ entities: 7936: 54,-4 7972: 58,3 8596: 28,21 + 9592: -12,74 + 9899: -53,69 - node: color: '#FFFFFFFF' id: BrickTileSteelEndN @@ -1250,15 +1266,12 @@ entities: id: BrickTileSteelEndS decals: 4072: 66,52 - 6827: -4,71 - 6866: -13,71 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerNe decals: 2527: 1,35 6325: -37,27 - 6857: -13,73 7372: -13,-13 7373: -12,-15 7380: -21,-11 @@ -1272,15 +1285,12 @@ entities: 4040: 73,45 4077: 74,46 6326: -31,27 - 6856: -4,73 7502: 68,54 - node: color: '#FFFFFFFF' id: BrickTileSteelInnerSe decals: 2526: 1,40 - 6852: -13,73 - 6853: -13,76 7310: 28,-34 7323: 17,-33 7506: 74,43 @@ -1292,8 +1302,6 @@ entities: 2525: 8,40 4075: 73,52 4076: 74,51 - 6854: -4,76 - 6855: -4,73 7311: 26,-33 7312: 15,-32 7379: -20,-15 @@ -1302,20 +1310,11 @@ entities: color: '#FFFFFFFF' id: BrickTileSteelLineE decals: - 2507: 1,36 2508: 1,37 - 2509: 1,38 2510: 1,39 4041: 77,46 4042: 77,51 4043: 76,53 - 6815: -13,72 - 6816: -13,74 - 6817: -13,75 - 6823: -4,72 - 6824: -4,73 - 6825: -4,74 - 6826: -4,75 7307: 30,-33 7308: 30,-32 7309: 28,-35 @@ -1343,13 +1342,21 @@ entities: 8592: 30,22 8593: 30,23 8594: 30,24 + 9612: -5,71 + 9911: -48,70 + 9912: -48,73 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileSteelLineE + decals: + 9952: 1,36 + 9953: 1,38 - node: color: '#FFFFFFFF' id: BrickTileSteelLineN decals: - 2518: 2,35 2519: 3,35 - 2520: 4,35 2521: 5,35 2522: 6,35 2523: 7,35 @@ -1365,22 +1372,6 @@ entities: 6322: -34,27 6323: -35,27 6324: -36,27 - 6828: -12,76 - 6829: -11,76 - 6830: -10,76 - 6831: -9,76 - 6832: -8,76 - 6833: -7,76 - 6834: -6,76 - 6835: -5,76 - 6836: -5,73 - 6837: -6,73 - 6838: -7,73 - 6839: -8,73 - 6840: -9,73 - 6841: -10,73 - 6842: -11,73 - 6843: -12,73 7303: 26,-31 7304: 27,-31 7305: 28,-31 @@ -1399,6 +1390,31 @@ entities: 7944: 56,-1 7977: 59,5 7978: 60,5 + 9122: 37,-30 + 9123: 36,-30 + 9593: -11,75 + 9594: -10,75 + 9595: -9,75 + 9596: -8,75 + 9597: -7,75 + 9598: -6,75 + 9603: -11,72 + 9605: -10,72 + 9607: -9,72 + 9608: -8,72 + 9609: -7,72 + 9610: -6,72 + 9901: -52,74 + 9902: -51,74 + 9903: -50,74 + 9904: -49,74 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: BrickTileSteelLineN + decals: + 9950: 2,35 + 9951: 4,35 - node: color: '#FFFFFFFF' id: BrickTileSteelLineS @@ -1423,22 +1439,6 @@ entities: 6317: -34,27 6318: -33,27 6319: -32,27 - 6844: -12,73 - 6845: -11,73 - 6846: -10,73 - 6847: -9,73 - 6848: -8,73 - 6849: -7,73 - 6850: -6,73 - 6851: -5,73 - 6858: -12,76 - 6859: -11,76 - 6860: -10,76 - 6861: -9,76 - 6862: -8,76 - 6863: -7,76 - 6864: -5,76 - 6865: -6,76 7280: 12,-32 7281: 13,-32 7285: 14,-32 @@ -1454,6 +1454,28 @@ entities: 7975: 59,3 7976: 60,3 8595: 29,21 + 9114: 35,-33 + 9115: 36,-33 + 9125: 37,-33 + 9578: -12,77 + 9579: -11,77 + 9580: -10,77 + 9581: -10,77 + 9582: -9,77 + 9583: -8,77 + 9584: -7,77 + 9585: -6,77 + 9586: -5,77 + 9599: -6,74 + 9600: -7,74 + 9601: -8,74 + 9602: -9,74 + 9604: -10,74 + 9606: -11,74 + 9905: -52,69 + 9906: -51,69 + 9907: -50,69 + 9908: -49,69 - node: color: '#FFFFFFFF' id: BrickTileSteelLineW @@ -1464,13 +1486,6 @@ entities: 2506: 8,39 4060: 66,44 4071: 66,53 - 6808: -13,72 - 6809: -13,73 - 6810: -13,74 - 6811: -13,75 - 6818: -4,74 - 6819: -4,75 - 6821: -4,72 7282: 15,-35 7283: 15,-34 7284: 15,-33 @@ -1497,28 +1512,9 @@ entities: 7942: 54,-2 7979: 58,4 8591: 28,24 - - node: - angle: -3.141592653589793 rad - color: '#334E6DC8' - id: BrickTileWhiteCornerNe - decals: - 8974: -55,40 - - node: - angle: -1.5707963267948966 rad - color: '#334E6DC8' - id: BrickTileWhiteCornerNe - decals: - 8973: -52,40 - - node: - color: '#334E6DC8' - id: BrickTileWhiteCornerNe - decals: - 8976: -52,43 - - node: - color: '#334E6DC8' - id: BrickTileWhiteEndN - decals: - 8975: -55,44 + 9611: -12,71 + 9909: -53,70 + 9910: -53,73 - node: color: '#FFFFFFFF' id: BrickTileWhiteEndN @@ -1531,39 +1527,6 @@ entities: decals: 6354: -11,-51 6355: -9,-51 - - node: - color: '#334E6DC8' - id: BrickTileWhiteInnerSe - decals: - 8986: -55.003822,43.71731 - - node: - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 8977: -52,42 - 8978: -52,41 - - node: - angle: 1.5707963267948966 rad - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 8979: -53,43 - 8980: -54,43 - - node: - angle: 3.141592653589793 rad - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 8981: -55,43 - 8982: -55,42 - 8983: -55,41 - - node: - angle: 4.71238898038469 rad - color: '#334E6DC8' - id: BrickTileWhiteLineE - decals: - 8984: -54,40 - 8985: -53,40 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineE @@ -1572,12 +1535,6 @@ entities: 8605: -9,-49 8608: -11,-50 8609: -11,-49 - - node: - angle: 3.141592653589793 rad - color: '#334E6DC8' - id: BrickTileWhiteLineS - decals: - 8987: -55,43 - node: color: '#FFFFFFFF' id: BrickTileWhiteLineW @@ -1780,12 +1737,6 @@ entities: id: Bushl3 decals: 2113: -1.7269804,25.162542 - - node: - color: '#FFFFFFFF' - id: Caution - decals: - 8988: -1,-1.1167433 - 9053: -24,65 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -1807,10 +1758,11 @@ entities: 4357: -43.14474,-50.673935 4358: -44.534176,-46.580185 - node: - color: '#DE3A3A96' + color: '#334E6DC8' id: Delivery decals: - 9052: -22,64 + 10305: -38,62 + 10306: -33,62 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -1864,7 +1816,6 @@ entities: 6666: -22,-3 8358: 24,-15 8359: 25,-15 - 8360: 26,-15 8708: -38,66 8709: -38,67 8711: -38,68 @@ -1873,7 +1824,6 @@ entities: 8714: -33,68 8755: -3,19 8960: 33,-13 - 9134: -35,68 - node: angle: 1.5707963267948966 rad color: '#FFFFFFFF' @@ -1882,12 +1832,6 @@ entities: 7818: 62,3 7819: 62,4 7820: 62,5 - - node: - angle: 6.283185307179586 rad - color: '#FFFFFFFF' - id: Delivery - decals: - 8993: -37,68 - node: cleanable: True color: '#B02E26FF' @@ -1993,15 +1937,12 @@ entities: 7146: -35,-16 7147: -26,-16 7171: -45,-17 - 7172: -55,-18 7173: -54,-13 7188: -54,-49 7189: -48,-51 7190: -40,-51 - 7197: 3,-61 7199: 3,-63 7200: 0,-65 - 7201: 4,-60 7206: 4,-52 7207: 6,-48 7208: 10,-50 @@ -2010,40 +1951,22 @@ entities: 7211: 5,-37 7212: 4,-30 7213: -10,-32 - 7445: -61,-29 - 7446: -63,-26 - 7447: -61,-23 - 7448: -63,-22 7449: -65,-22 - 7450: -61,-27 - 7497: -61,-19 7498: -66,-20 7499: -65,-20 - 7500: -61,-31 - 8175: 3,-21 - 8176: 4,-19 - 8320: 36,1 8321: 37,-3 8322: 31,0 8646: -57,-34 - 8647: -58,-31 8648: -57,-30 8649: -59,-34 8650: -57,-35 - 8651: -61,-30 8652: -59,-35 - 8653: -59,-29 - 8654: -59,-23 8655: -59,-19 - 8656: -57,-18 8674: -48,-46 8675: -48,-44 8676: -51,-51 8677: -43,-54 - 8681: -61,-55 - 8682: -63,-56 8850: 62,-4 - 8851: 62,-1 8913: 48,-6 8914: 50,-4 8915: 55,-9 @@ -2052,7 +1975,58 @@ entities: 8918: 46,-4 8958: -5,-62 8959: -9,-63 - 8999: -39,77 + 9203: -25,54 + 9204: -23,52 + 9205: -24,55 + 9206: -26,56 + 9369: -59,-30 + 9370: -61,-27 + 9371: -59,-27 + 9372: -63,-24 + 9373: -61,-31 + 9374: -62,-22 + 9375: -61,-20 + 9376: -60,-23 + 9377: -59,-21 + 9439: 36,-49 + 9440: 35,-47 + 9441: 33,-47 + 9442: 36,-45 + 9443: 35,-44 + 9444: 39,-43 + 9446: 44,-43 + 9447: 44,-43 + 9499: 9,-55 + 9500: 5,-55 + 9501: 10,-52 + 9502: -19,-70 + 9647: 3,-61 + 9648: 3,-61 + 9787: -36,76 + 9788: -36,78 + 9789: -39,79 + 9790: -40,78 + 9791: -32,77 + 9792: -29,78 + 9793: -28,75 + 9794: -30,73 + 9795: -32,72 + 9796: -43,73 + 9797: -44,69 + 9920: -32,75 + 9921: -28,74 + 9922: -29,77 + 10059: -58,-17 + 10060: -61,-16 + 10113: -10,-69 + 10114: -12,-72 + 10115: -14,-70 + 10116: -16,-72 + 10117: -16,-68 + 10118: -12,-67 + 10241: 3,69 + 10242: 5,70 + 10243: 6,68 - node: cleanable: True zIndex: 1 @@ -2084,22 +2058,14 @@ entities: 6960: 40,-9 6961: 44,-15 7030: 44,-22 - 7031: 39,3 - 7032: 38,4 7033: 48,27 7034: 40,31 7035: 30,10 7036: 28,14 8099: 29,6 8129: 44,-1 - 8130: 47,-4 8168: 42,4 8169: 45,0 - 8401: 5,68 - 8402: 4,69 - 8403: 6,70 - 8404: 4,70 - 8405: 2,68 8406: 0,68 8407: 1,70 8408: -2,70 @@ -2153,9 +2119,6 @@ entities: 4575: 8,34 4576: 4,44 4577: -1,45 - 9012: -39,62 - 9013: -39,62 - 9075: -23,61 - node: cleanable: True color: '#FFFFFFFF' @@ -2173,10 +2136,8 @@ entities: 1461: -10,-23 1466: 16,3 1467: 15,3 - 1481: 19,5 1482: 22,5 1484: 19,6 - 1489: 31,-12 1490: 30,-14 1491: 32,-16 1492: 27,-18 @@ -2190,10 +2151,7 @@ entities: 1502: 10,-24 1503: 12,-23 1504: 9,-20 - 1505: 13,-16 - 1506: 9,-16 1507: 9,-14 - 1508: 13,-17 1552: 49,19 1553: 48,20 1554: 48,19 @@ -2283,7 +2241,6 @@ entities: 4138: -36,1 4139: -30,7 4140: -30,10 - 4141: -22,9 4142: -21,7 4143: -17,11 4144: -16,0 @@ -2299,7 +2256,6 @@ entities: 4154: 10,-27 4155: 15,-23 4156: 11,-21 - 4157: 13,-16 4158: 18,-18 4159: 25,-18 4160: 26,-17 @@ -2320,7 +2276,6 @@ entities: 4175: 40,-36 4176: 42,-35 4177: 44,-35 - 4178: 47,-36 4179: 48,-34 4180: 48,-35 4181: 49,-37 @@ -2330,9 +2285,6 @@ entities: 4186: 45,-40 4187: 53,-45 4188: 53,-44 - 4189: 56,-45 - 4190: 55,-42 - 4191: 57,-40 4192: 57,-38 4193: 55,-36 4194: 57,-32 @@ -2340,7 +2292,6 @@ entities: 4196: 58,-29 4199: 52,-29 4200: 51,-26 - 4201: 52,-39 4202: 51,-37 4203: 52,-34 4204: 51,-32 @@ -2367,7 +2318,6 @@ entities: 4272: 10,16 4273: 14,15 4274: 11,17 - 4282: 19,5 4283: 25,5 4284: 28,3 4293: 13,-28 @@ -2467,8 +2417,6 @@ entities: 4589: -16,68 4612: 59,-50 4613: 59,-50 - 4614: 56,-49 - 4615: 55,-48 4895: -1,-50 4896: 0,-51 4898: -10,-52 @@ -2520,7 +2468,6 @@ entities: 5245: -57,-20 5246: -56,-20 5247: -56,-20 - 5248: -55,-18 5249: -51,-20 5250: -52,-19 5251: -53,-20 @@ -2619,18 +2566,19 @@ entities: 5650: -26,53 5651: -25,54 5652: -19,55 + 5653: -23,61 5654: -24,62 5655: -27,64 5656: -29,63 5657: -28,67 5658: -29,68 + 5659: -27,69 5660: -29,72 5661: -31,72 5662: -33,72 5663: -35,72 5664: -37,72 5665: -40,72 - 5666: -45,67 5667: -44,70 5668: -45,72 5669: -42,69 @@ -2648,8 +2596,6 @@ entities: 5681: -51,62 5683: -53,61 5684: -54,61 - 5685: -54,62 - 5686: -53,62 5687: -51,61 5688: -51,59 5689: -51,56 @@ -2690,6 +2636,10 @@ entities: 5724: -23,57 5725: -26,59 5726: -27,60 + 5727: -23,64 + 5728: -24,65 + 5729: -22,65 + 5730: -23,64 5970: 37,10 5971: 34,11 5972: 33,11 @@ -2787,9 +2737,7 @@ entities: 6536: 44,-6 6542: 29,-4 6543: 29,-1 - 6544: 31,-9 6545: 30,-11 - 6546: 29,-9 6547: 36,-7 6548: 34,-6 6549: 34,-8 @@ -2861,7 +2809,6 @@ entities: 7149: -36,-16 7150: -36,-15 7151: -35,-15 - 7152: -36,-18 7153: -28,-17 7154: -29,-17 7155: -26,-15 @@ -2882,10 +2829,6 @@ entities: 7170: -45,-13 7174: -59,-34 7175: -59,-32 - 7176: -59,-29 - 7177: -59,-27 - 7178: -59,-25 - 7179: -59,-23 7180: -59,-20 7181: -50,-41 7182: -51,-39 @@ -2927,60 +2870,30 @@ entities: 7243: -17,-68 7244: -18,-66 7245: -16,-64 - 7430: -62,-29 - 7431: -63,-28 - 7432: -61,-27 - 7433: -62,-26 - 7434: -63,-27 - 7435: -62,-25 - 7436: -61,-25 - 7437: -62,-24 - 7438: -63,-23 - 7439: -63,-23 - 7440: -62,-22 - 7441: -62,-21 - 7442: -61,-21 7443: -65,-22 7444: -65,-28 - 7484: -61,-31 - 7485: -63,-30 7486: -65,-30 7487: -64,-30 7488: -66,-20 7489: -64,-20 - 7490: -62,-19 - 7491: -61,-19 7492: -66,-22 7493: -66,-28 7494: -66,-30 7495: -65,-29 - 7496: -63,-29 - 8170: 4,-21 8171: 2,-20 - 8172: 3,-19 - 8173: 1,-21 - 8174: 1,-19 8317: 34,-2 8318: 40,-3 8319: 38,-2 8633: 54,60 8634: 54,62 8635: 52,61 - 8636: 49,61 8637: -57,-31 - 8638: -58,-30 8639: -57,-30 8641: -57,-33 8642: -57,-33 8643: -58,-34 8644: -58,-33 8657: -59,-20 - 8658: -59,-21 - 8659: -59,-23 - 8660: -59,-25 - 8661: -59,-27 - 8662: -59,-29 - 8663: -59,-31 8664: -54,-36 8665: -54,-37 8666: -54,-39 @@ -2991,41 +2904,15 @@ entities: 8671: -51,-44 8672: -48,-46 8673: -48,-46 - 8683: -62,-56 - 8684: -63,-55 - 8685: -62,-55 - 8686: -61,-56 - 8687: -61,-55 - 8688: -62,-54 - 8689: -63,-53 - 8690: -62,-53 - 8805: 35,-33 - 8806: 35,-32 - 8807: 36,-32 - 8808: 36,-31 - 8809: 37,-32 - 8810: 37,-33 - 8811: 38,-32 - 8812: 38,-33 - 8813: 36,-32 - 8814: 36,-32 - 8815: 35,-32 - 8816: 35,-32 - 8817: 34,-31 8818: 39,-36 8819: 41,-36 8820: 43,-36 - 8821: 36,-29 8822: 32,-26 8823: 39,-19 8824: 61,-3 8825: 61,-2 - 8826: 62,-1 - 8827: 60,-1 - 8828: 61,0 8829: 62,-2 8830: 62,-3 - 8831: 60,-3 8832: 61,6 8833: 60,2 8834: 58,5 @@ -3034,20 +2921,14 @@ entities: 8837: 58,7 8838: 61,9 8839: 59,10 - 8840: 58,11 - 8841: 60,12 8842: 60,11 - 8843: 61,10 8844: 59,10 - 8845: 58,11 8846: 57,10 - 8847: 58,10 8848: 62,7 8849: 62,-3 8892: 47,0 8893: 48,1 8894: 50,1 - 8895: 49,0 8899: -22,-32 8900: -21,-31 8901: -26,-30 @@ -3081,7 +2962,349 @@ entities: 8955: -3,-63 8956: -3,-63 8957: -5,-62 - 9000: -38,76 + 9234: 56,-50 + 9237: 55,-42 + 9241: 56,-40 + 9323: -60,-31 + 9324: -62,-30 + 9325: -62,-29 + 9326: -60,-27 + 9327: -62,-27 + 9328: -63,-27 + 9329: -59,-29 + 9330: -59,-26 + 9331: -60,-24 + 9332: -62,-25 + 9333: -63,-23 + 9334: -61,-22 + 9335: -59,-23 + 9336: -62,-20 + 9337: -63,-21 + 9338: -61,-20 + 9339: -61,-19 + 9340: -59,-21 + 9341: -62,-24 + 9342: -60,-27 + 9343: -60,-27 + 9344: -62,-28 + 9345: -63,-29 + 9346: -62,-30 + 9347: -61,-30 + 9348: -61,-31 + 9349: -59,-31 + 9413: -23,-16 + 9414: -24,-16 + 9415: -25,-15 + 9416: -25,-16 + 9417: -25,-17 + 9418: -23,-15 + 9419: -23,-15 + 9420: -23,-15 + 9421: -31,-15 + 9422: -33,-14 + 9423: -32,-14 + 9424: 35,-51 + 9425: 36,-51 + 9426: 36,-53 + 9427: 34,-53 + 9428: 33,-55 + 9429: 33,-56 + 9430: 34,-54 + 9431: 33,-53 + 9432: 33,-52 + 9433: 33,-51 + 9434: 33,-50 + 9435: 36,-49 + 9436: 35,-48 + 9437: 36,-47 + 9438: 35,-49 + 9448: 43,-43 + 9449: 42,-42 + 9450: 40,-42 + 9451: 38,-43 + 9452: 36,-43 + 9453: 35,-42 + 9454: 37,-42 + 9455: 37,-43 + 9456: 36,-43 + 9457: 33,-43 + 9485: 8,-57 + 9487: 6,-55 + 9488: 10,-52 + 9489: 10,-54 + 9490: 10,-55 + 9491: 13,-57 + 9492: 12,-57 + 9493: 13,-56 + 9494: 13,-57 + 9495: 13,-57 + 9496: 8,-57 + 9497: 6,-58 + 9498: 5,-57 + 9503: -20,-70 + 9504: -19,-69 + 9505: -20,-68 + 9506: -19,-68 + 9507: -19,-67 + 9508: -22,-68 + 9509: -20,-67 + 9510: -19,-67 + 9511: -21,-68 + 9520: -18,-65 + 9521: -17,-70 + 9522: -17,-71 + 9559: 39,4 + 9560: 40,2 + 9733: -32,77 + 9734: -32,77 + 9735: -32,78 + 9736: -31,78 + 9737: -29,79 + 9738: -28,79 + 9739: -28,78 + 9740: -27,77 + 9741: -29,77 + 9742: -28,75 + 9743: -29,75 + 9744: -30,75 + 9745: -28,77 + 9746: -28,76 + 9747: -27,78 + 9748: -28,78 + 9749: -29,79 + 9750: -30,78 + 9751: -28,79 + 9752: -27,79 + 9753: -30,73 + 9754: -32,74 + 9755: -33,73 + 9756: -34,73 + 9757: -35,73 + 9758: -38,74 + 9760: -36,76 + 9761: -38,76 + 9762: -39,77 + 9763: -38,77 + 9764: -37,77 + 9875: -40,76 + 9876: -37,76 + 9877: -37,77 + 9878: -37,77 + 9879: -38,77 + 9880: -39,77 + 9881: -39,78 + 9882: -39,79 + 9883: -38,79 + 9884: -38,78 + 9885: -37,78 + 9886: -37,79 + 9887: -36,78 + 9888: -39,74 + 9889: -40,74 + 9890: -36,73 + 9891: -35,74 + 9892: -37,74 + 9893: -38,74 + 9894: -38,74 + 9895: -38,74 + 9896: -38,74 + 9913: -28,73 + 9914: -28,74 + 9915: -29,73 + 9916: -29,74 + 9917: -30,74 + 9918: -28,75 + 9919: -30,75 + 9923: -30,77 + 9924: -28,77 + 9925: -28,76 + 9926: -28,75 + 9927: -29,75 + 9928: -30,74 + 9929: -30,74 + 9930: -30,73 + 9931: -31,72 + 9932: -32,72 + 9933: -34,72 + 9934: -39,73 + 9935: -43,72 + 9936: -44,72 + 9937: -43,69 + 9938: -43,68 + 9939: -44,69 + 9940: -44,68 + 9941: -43,67 + 9942: -43,67 + 9943: -43,68 + 9944: -46,68 + 9984: -1,10 + 9985: 0,7 + 9986: -2,7 + 9987: -2,7 + 9988: -1,7 + 9989: -3,10 + 9990: -4,11 + 9991: -7,4 + 9992: -7,5 + 9993: -7,6 + 9994: -6,7 + 9995: -9,0 + 9996: -10,-2 + 9997: -11,-2 + 9998: -11,-1 + 9999: -13,-2 + 10000: -12,-5 + 10001: -11,-4 + 10002: -12,-4 + 10003: -12,-4 + 10004: -2,-4 + 10005: -11,-11 + 10006: -11,-10 + 10007: -11,-10 + 10008: -11,-9 + 10009: -12,-9 + 10010: -12,-9 + 10011: -11,-7 + 10012: -10,-13 + 10013: -10,-12 + 10014: -7,-16 + 10015: -8,-16 + 10016: -7,-15 + 10017: -7,-15 + 10018: -7,-18 + 10019: -4,-20 + 10020: -4,-21 + 10021: -5,-20 + 10022: -3,-19 + 10023: -3,-21 + 10024: -1,-21 + 10025: 3,-21 + 10026: 4,-19 + 10027: 4,-15 + 10028: 4,-16 + 10029: 4,-16 + 10030: 4,-17 + 10031: 4,-24 + 10032: 2,-24 + 10033: -13,-23 + 10034: -60,-28 + 10035: -61,-28 + 10036: -63,-30 + 10037: -60,-22 + 10038: -59,-22 + 10039: -59,-25 + 10040: -59,-28 + 10041: -61,-16 + 10042: -61,-16 + 10043: -61,-16 + 10044: -61,-16 + 10045: -61,-15 + 10046: -60,-14 + 10047: -57,-17 + 10048: -58,-16 + 10049: -57,-16 + 10050: -58,-17 + 10051: -54,-17 + 10052: -55,-17 + 10053: -55,-16 + 10054: -54,-16 + 10055: -53,-16 + 10056: -55,-15 + 10057: -54,-13 + 10058: -54,-13 + 10061: -60,-14 + 10062: -60,-14 + 10063: -60,-14 + 10064: -57,-17 + 10065: -55,-16 + 10066: -55,-16 + 10067: -55,-15 + 10068: -56,-16 + 10069: -56,-16 + 10070: -55,-15 + 10071: -54,-16 + 10072: -54,-16 + 10073: -54,-16 + 10074: -51,-15 + 10075: -50,-15 + 10076: -51,-13 + 10077: -52,-20 + 10078: -52,-20 + 10079: -52,-20 + 10080: -53,-20 + 10081: -51,-20 + 10082: -46,-23 + 10083: -17,-70 + 10084: -15,-69 + 10085: -15,-70 + 10086: -14,-70 + 10087: -13,-69 + 10088: -12,-69 + 10089: -11,-70 + 10090: -11,-71 + 10091: -11,-72 + 10092: -12,-72 + 10093: -12,-71 + 10094: -14,-72 + 10095: -15,-72 + 10096: -15,-72 + 10097: -16,-72 + 10098: -16,-72 + 10099: -15,-72 + 10100: -10,-69 + 10101: -10,-69 + 10102: -11,-69 + 10103: -11,-69 + 10104: -11,-70 + 10105: -13,-70 + 10106: -16,-68 + 10107: -16,-69 + 10108: -14,-69 + 10109: -12,-70 + 10110: -11,-70 + 10111: -16,-70 + 10112: -17,-68 + 10119: -16,-66 + 10120: -13,-66 + 10121: -12,-66 + 10122: -13,-67 + 10123: -12,-67 + 10124: -11,-67 + 10125: -13,-67 + 10126: -14,-67 + 10127: -14,-66 + 10128: -15,-66 + 10129: -15,-65 + 10130: -13,-65 + 10131: -13,-65 + 10132: -9,-65 + 10133: -8,-64 + 10134: -14,-63 + 10146: -24,9 + 10147: -25,9 + 10148: -21,9 + 10149: -21,10 + 10150: -20,9 + 10151: -24,7 + 10152: -24,4 + 10153: -22,5 + 10154: -21,4 + 10155: -20,13 + 10156: -22,13 + 10157: -23,14 + 10158: -24,14 + 10159: -24,11 + 10160: -20,12 + 10218: 3,68 + 10219: 4,70 + 10220: 5,69 + 10221: 6,68 + 10222: 6,68 + 10223: 5,70 + 10226: 6,70 + 10227: 5,70 + 10229: 2,69 + 10231: 3,70 - node: cleanable: True zIndex: 1 @@ -3139,19 +3362,10 @@ entities: 8107: 31,5 8111: 29,2 8112: 29,6 - 8113: 34,4 - 8114: 35,4 - 8115: 37,4 - 8116: 40,4 - 8117: 40,2 - 8118: 40,1 - 8119: 39,0 - 8120: 39,0 8121: 45,-2 8122: 45,-1 8123: 43,-2 8124: 47,-2 - 8125: 48,-1 8126: 44,-1 8127: 43,1 8128: 42,2 @@ -3167,17 +3381,6 @@ entities: 8141: 54,4 8142: 55,6 8152: 64,4 - 8154: 58,-5 - 8391: 4,68 - 8392: 4,69 - 8393: 5,68 - 8394: 5,69 - 8395: 6,69 - 8396: 6,68 - 8397: 6,70 - 8398: 5,70 - 8399: 4,70 - 8400: 3,70 8481: 35,-12 8482: 36,-13 8483: 38,-13 @@ -3211,12 +3414,15 @@ entities: 8588: 28,23 8589: 29,25 8590: 29,25 - - node: - color: '#FFFFFFFF' - id: DirtHeavyMonotile - decals: - 9009: -39,61 - 9074: -23,64 + 9954: -1,22 + 9955: -1,21 + 9956: -3,22 + 9957: -3,22 + 9958: -4,22 + 9959: -5,19 + 9960: -5,20 + 9961: -3,21 + 9962: -2,21 - node: cleanable: True color: '#FFFFFFFF' @@ -3285,7 +3491,6 @@ entities: 3000: -11,6 3001: -9,8 3002: -19,8 - 3003: -24,9 3004: -19,11 3005: -16,12 3006: -17,18 @@ -3315,7 +3520,6 @@ entities: 3032: -31,39 3033: -38,41 3034: -28,39 - 3035: -35,45 3036: -30,43 3037: -28,46 3038: -30,51 @@ -3329,7 +3533,6 @@ entities: 3047: -45,52 3049: -47,55 3050: -43,58 - 3051: -46,59 3052: -45,61 3053: -49,62 3054: -42,62 @@ -3517,11 +3720,9 @@ entities: 3261: 43,62 3262: 44,59 3263: 45,58 - 3264: 46,59 3265: 45,60 3266: 45,59 3267: 43,55 - 3268: 46,56 3269: 38,56 3270: 35,53 3271: 36,51 @@ -3539,7 +3740,6 @@ entities: 3283: 40,49 3284: 40,47 3286: 32,46 - 3287: 31,45 3288: 29,46 3289: 35,50 3290: 31,49 @@ -3563,7 +3763,6 @@ entities: 3310: 28,55 3311: 30,57 3312: 27,59 - 3313: 47,56 3314: 51,55 3315: 50,54 3316: 51,50 @@ -3660,8 +3859,6 @@ entities: 3411: 47,10 3412: 43,7 3426: 10,0 - 3430: 13,-16 - 3432: 11,-16 3433: 9,-21 3434: 10,-22 3435: 11,-23 @@ -3672,7 +3869,6 @@ entities: 3443: 26,-17 3444: 26,-22 3445: 27,-23 - 3446: 29,-23 3447: 32,-22 3448: 32,-23 3449: 34,-19 @@ -3719,11 +3915,6 @@ entities: 3503: 60,-30 3504: 56,-36 3505: 57,-36 - 3506: 57,-41 - 3507: 55,-42 - 3508: 56,-43 - 3509: 56,-47 - 3510: 55,-45 3511: 50,-44 3512: 50,-43 3513: 50,-44 @@ -3741,13 +3932,9 @@ entities: 3527: 50,-41 3528: 49,-36 3529: 46,-37 - 3530: 45,-36 3531: 47,-35 - 3532: 47,-36 3533: 48,-36 3534: 48,-36 - 3535: 47,-36 - 3536: 47,-37 3537: 49,-34 3538: 49,-33 3539: 48,-33 @@ -4017,7 +4204,6 @@ entities: 3828: -26,13 3829: -26,12 3830: -26,10 - 3831: -25,9 3832: -26,8 3833: -24,10 3834: -23,8 @@ -4107,8 +4293,6 @@ entities: 4592: -19,71 4593: -19,72 4594: -19,72 - 4607: 56,-50 - 4608: 55,-49 4609: 58,-49 4610: 58,-50 5149: -56,-40 @@ -4120,13 +4304,6 @@ entities: 5155: -58,-36 5156: -59,-34 5157: -59,-32 - 5158: -59,-29 - 5159: -59,-27 - 5160: -59,-25 - 5161: -59,-23 - 5162: -59,-21 - 5163: -59,-18 - 5164: -58,-17 5165: -55,-17 5166: -54,-17 5167: -53,-17 @@ -4170,24 +4347,6 @@ entities: 7078: -29,-59 7079: -28,-60 7080: -29,-57 - 7191: 3,-61 - 7192: 3,-61 - 7193: 4,-60 - 7194: 4,-60 - 7451: -62,-28 - 7452: -62,-29 - 7453: -61,-29 - 7454: -62,-27 - 7455: -63,-27 - 7456: -63,-27 - 7457: -63,-26 - 7458: -62,-25 - 7459: -62,-24 - 7460: -61,-23 - 7461: -62,-23 - 7462: -63,-22 - 7463: -61,-21 - 7464: -62,-21 7695: 1,-38 7696: -2,-36 7697: 2,-33 @@ -4196,19 +4355,6 @@ entities: 8612: 57,63 8613: 55,64 8645: -57,-34 - 8691: -63,-56 - 8692: -62,-56 - 8693: -61,-56 - 8694: -62,-55 - 8695: -62,-55 - 8696: -63,-54 - 8697: -63,-54 - 8698: -63,-53 - 8699: -63,-53 - 8700: -61,-54 - 8701: -61,-58 - 8702: -61,-59 - 8703: -61,-57 - node: cleanable: True zIndex: 1 @@ -4224,12 +4370,6 @@ entities: 7043: 27,16 8159: 55,-2 8160: 56,-3 - 8413: 6,68 - 8414: 6,69 - 8415: 6,70 - 8416: 5,70 - 8417: 3,70 - 8418: 3,70 8543: 31,22 8544: 31,23 8545: 31,24 @@ -4241,11 +4381,6 @@ entities: 8551: 33,24 8552: 34,22 8553: 35,23 - - node: - color: '#FFFFFFFF' - id: DirtLight - decals: - 9010: -40,61 - node: cleanable: True color: '#FFFFFFFF' @@ -4300,25 +4435,10 @@ entities: 7130: 1,-66 7131: -3,-69 7132: -5,-69 - 7465: -62,-28 - 7466: -62,-26 7467: -65,-28 - 7468: -61,-24 - 7469: -62,-26 - 7470: -61,-26 - 7471: -61,-23 - 7472: -61,-23 - 7473: -62,-25 - 7474: -62,-31 - 7475: -61,-31 7476: -65,-30 7477: -65,-28 7478: -65,-20 - 7479: -63,-20 - 7480: -62,-19 - 7481: -61,-20 - 7482: -61,-19 - 7483: -62,-20 7681: 0,-39 7682: 1,-40 7683: -1,-37 @@ -4335,28 +4455,21 @@ entities: 7694: -6,-38 8614: 58,61 8615: 58,60 - 8616: 54,63 8617: 52,62 8618: 49,62 - 8619: 48,61 8620: 50,63 - 8621: 52,64 8622: 48,63 8623: 49,62 8624: 58,64 8625: 49,59 - 8626: 50,57 - 8627: 48,55 8628: 56,62 8629: 56,62 8630: 56,62 8631: 54,60 8632: 54,60 - 8852: 60,-2 8853: 62,-3 8854: 62,-3 8855: 61,-3 - 8856: 60,-3 8857: 58,-3 8858: 54,2 8896: -20,-31 @@ -4373,9 +4486,153 @@ entities: 8949: 49,1 8950: 49,1 8951: 49,1 - 9001: -37,75 - 9002: -35,76 - 9003: -35,76 + 9155: -14,-42 + 9156: -18,-39 + 9157: -14,-29 + 9158: -16,-25 + 9159: -17,-21 + 9160: -17,-26 + 9161: -6,-27 + 9162: 3,-28 + 9163: 6,-27 + 9164: 10,-27 + 9165: 17,-28 + 9166: 21,-27 + 9167: 31,-28 + 9168: 31,-23 + 9169: 26,-16 + 9170: 25,-18 + 9171: 11,-17 + 9172: 9,-16 + 9173: 10,-15 + 9174: 8,-15 + 9175: 32,-16 + 9176: 31,-15 + 9177: 30,-15 + 9178: 31,-12 + 9179: 29,-9 + 9180: 30,-8 + 9181: 29,-4 + 9182: 30,-2 + 9183: 13,-13 + 9185: 17,-13 + 9186: 19,-13 + 9187: 18,-10 + 9188: 15,-9 + 9189: 49,0 + 9190: 48,1 + 9191: 47,1 + 9192: 46,0 + 9193: 46,0 + 9194: 46,0 + 9195: 46,0 + 9196: 53,1 + 9197: 61,11 + 9198: 62,11 + 9199: 57,12 + 9200: 62,5 + 9201: 57,6 + 9202: 48,3 + 9243: 54,-43 + 9246: 57,-49 + 9247: 57,-49 + 9350: -60,-31 + 9351: -63,-30 + 9352: -62,-31 + 9353: -61,-27 + 9354: -60,-26 + 9355: -59,-27 + 9356: -59,-25 + 9357: -59,-23 + 9358: -61,-23 + 9359: -63,-23 + 9360: -61,-23 + 9361: -63,-20 + 9362: -59,-21 + 9363: -62,-26 + 9364: -63,-27 + 9365: -61,-27 + 9366: -60,-25 + 9367: -60,-25 + 9368: -60,-27 + 9458: 33,-54 + 9459: 33,-53 + 9460: 33,-52 + 9461: 34,-51 + 9462: 34,-51 + 9463: 33,-56 + 9464: 31,-57 + 9465: 30,-57 + 9466: 31,-53 + 9467: 33,-48 + 9468: 33,-47 + 9469: 33,-46 + 9470: 36,-44 + 9471: 35,-43 + 9472: 33,-43 + 9473: 33,-44 + 9474: 34,-43 + 9475: 35,-42 + 9476: 37,-42 + 9477: 38,-42 + 9478: 40,-42 + 9479: 41,-42 + 9480: 42,-42 + 9481: 43,-43 + 9482: 42,-43 + 9483: 41,-43 + 9484: 44,-42 + 9512: -23,-68 + 9513: -20,-70 + 9514: -19,-70 + 9515: -19,-70 + 9516: -20,-65 + 9517: -20,-65 + 9518: -18,-65 + 9519: -18,-65 + 9569: 40,2 + 9570: 39,2 + 9571: 39,1 + 9572: 39,1 + 9573: 40,4 + 9574: 39,-1 + 9575: 39,-2 + 9576: 39,-1 + 9577: 39,-1 + 9617: 5,-60 + 9618: 5,-60 + 9619: 5,-60 + 9620: 5,-60 + 9621: 5,-60 + 9798: -53,68 + 9799: -55,70 + 9800: -54,71 + 9801: -54,74 + 9802: -51,75 + 9803: -50,76 + 9804: -47,74 + 9805: -46,72 + 9806: -47,70 + 9807: -47,70 + 9808: -47,68 + 9809: -50,68 + 9810: -49,67 + 9811: -51,67 + 9812: -52,68 + 9864: -33,74 + 9865: -32,73 + 9866: -31,74 + 9867: -31,74 + 9868: -31,74 + 9869: -31,74 + 9870: -31,74 + 9871: -31,75 + 9872: -31,75 + 9873: -32,75 + 10237: 3,69 + 10238: 5,69 + 10239: 5,69 + 10240: 5,68 - node: cleanable: True zIndex: 1 @@ -4432,13 +4689,8 @@ entities: 8072: 19,-5 8073: 18,2 8074: 15,-1 - 8155: 62,-1 - 8156: 61,0 8157: 58,-4 8158: 56,-2 - 8410: 4,68 - 8411: 4,69 - 8412: 5,69 8554: 29.134378,23.105629 8555: 29.850428,21.84541 8556: 28.655983,21.215342 @@ -4450,12 +4702,17 @@ entities: 8562: 29.489317,22.508635 8563: 29.612774,23.37652 - node: + cleanable: True + angle: 1.5707963267948966 rad color: '#FFFFFFFF' - id: DirtMedium + id: DirtLight decals: - 9011: -40,62 - 9014: -40,63 - 9073: -22,64 + 9622: 5,-60 + 9623: 5,-60 + 9624: 6,-62 + 9625: 6,-62 + 9626: 6,-62 + 9627: 6,-62 - node: cleanable: True color: '#FFFFFFFF' @@ -4497,34 +4754,100 @@ entities: 7128: -5,-69 7129: 0,-66 7196: 4,-61 - 8323: 40,0 8324: 40,-1 8325: 38,-3 8326: 34,-2 8327: 40,-2 8328: 40,-1 - 8329: 39,-2 8330: 36,-3 - 8331: 40,3 - 8332: 39,2 - 8333: 36,1 - 8334: 35,1 - 8335: 34,2 - 8336: 35,3 - 8337: 35,3 - 8338: 34,3 - 8339: 35,4 - 8340: 37,3 - 8341: 36,2 - 8342: 34,0 - 8343: 33,1 - 8344: 34,2 - 8345: 35,3 - 9004: -35,77 - 9005: -35,77 - 9006: -36,78 - 9007: -36,75 - 9008: -37,76 + 9378: -59,-24 + 9379: -63,-29 + 9381: -63,-28 + 9382: -61,-26 + 9383: -61,-25 + 9384: -60,-30 + 9385: -62,-23 + 9386: -63,-22 + 9387: -60,-23 + 9388: -63,-22 + 9389: -62,-21 + 9390: -62,-21 + 9391: -62,-21 + 9813: -50,67 + 9814: -46,68 + 9815: -46,70 + 9816: -47,71 + 9817: -54,72 + 9818: -55,73 + 9819: -51,75 + 9820: -50,76 + 9821: -49,76 + 9822: -49,75 + 9823: -52,64 + 9824: -52,65 + 9825: -51,65 + 9826: -51,63 + 9827: -51,61 + 9828: -51,59 + 9829: -52,59 + 9830: -52,60 + 9831: -52,57 + 9832: -52,55 + 9833: -52,55 + 9834: -53,54 + 9835: -52,51 + 9836: -52,49 + 9837: -54,51 + 9838: -50,52 + 9839: -49,52 + 9840: -49,50 + 9841: -49,50 + 9842: -42,68 + 9843: -42,69 + 9844: -42,71 + 9845: -43,71 + 9846: -41,73 + 9847: -40,73 + 9848: -38,74 + 9849: -37,73 + 9850: -43,73 + 9851: -44,72 + 9852: -34,74 + 9853: -33,74 + 9854: -31,73 + 9855: -30,72 + 9856: -31,72 + 9857: -33,72 + 9858: -34,72 + 9859: -32,77 + 9860: -31,78 + 9861: -31,78 + 9862: -29,75 + 9863: -29,75 + 9965: -2,17 + 9966: -2,17 + 9967: -3,17 + 9968: -4,15 + 9969: -1,15 + 9970: -1,15 + 9971: -4,17 + 9972: -4,17 + 9973: -13,17 + 9974: -13,17 + 9975: -12,10 + 9976: -9,11 + 9977: -8,9 + 9978: -3,10 + 9979: -4,10 + 9980: -5,10 + 9981: -5,11 + 9982: -4,11 + 9983: -3,11 + 10232: 2,68 + 10233: 3,69 + 10234: 5,69 + 10235: 6,69 + 10236: 5,69 - node: cleanable: True zIndex: 1 @@ -4544,6 +4867,8 @@ entities: 8165: 42,4 8166: 42,4 8167: 42,4 + 9963: -5,22 + 9964: -4,21 - node: cleanable: True color: '#B02E26FF' @@ -4560,6 +4885,11 @@ entities: id: FlowersBRThree decals: 7264: 26.104586,-35.788994 + - node: + color: '#FFFFFFFF' + id: FlowersBRTwo + decals: + 9634: 3.844667,-59.998734 - node: cleanable: True color: '#8600003C' @@ -4577,6 +4907,11 @@ entities: id: Flowerspv1 decals: 7266: 29.790075,-31.994879 + - node: + color: '#FFFFFFFF' + id: Flowerspv3 + decals: + 9635: 4.798371,-61.027225 - node: color: '#FFFFFFFF' id: Flowersy1 @@ -4593,6 +4928,7 @@ entities: decals: 7258: 26.24314,-34.01442 7259: 28.224497,-32.072487 + 9633: 6.0730624,-60.884834 - node: cleanable: True color: '#8600003C' @@ -4679,6 +5015,7 @@ entities: 8872: -21,-38 8873: -23,-38 8881: -22,-32 + 10308: -34,68 - node: color: '#52B4E9FF' id: FullTileOverlayGreyscale @@ -4763,6 +5100,9 @@ entities: 1154: 49,-23 1335: 48,-21 5765: 33,-5 + 9129: 48,-31 + 9130: 49,-31 + 9289: 54,-40 - node: color: '#D381C996' id: FullTileOverlayGreyscale @@ -4780,6 +5120,8 @@ entities: 3943: -19,-21 3944: -19,-20 5762: 36,-5 + 9153: 47,60 + 9154: 48,60 - node: zIndex: 1 color: '#D381C996' @@ -4816,6 +5158,7 @@ entities: 8866: -20,39 8867: -38,52 8868: -38,53 + 10307: -35,64 - node: color: '#DE3A3AFF' id: FullTileOverlayGreyscale @@ -4853,6 +5196,10 @@ entities: 8860: 49,48 8861: 49,46 8862: 48,46 + 9056: 29,-8 + 9057: 29,-7 + 9058: 32,-16 + 9059: 33,-16 - node: cleanable: True color: '#5CCD74FF' @@ -4889,6 +5236,12 @@ entities: 2154: -1.157942,30.175095 7267: 16.652384,-34.100002 7269: 11.344307,-31.211573 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grassc3 + decals: + 9641: 5.033425,-62.563927 - node: color: '#FFFFFFFF' id: Grassd1 @@ -4916,6 +5269,7 @@ entities: 7524: -6.217932,-59.185604 7675: -3.5938263,-56.260292 7680: -1.5469481,-58.996563 + 9638: 5.0452843,-61.87877 - node: color: '#FFFFFFFF' id: Grassd2 @@ -4947,6 +5301,7 @@ entities: 7536: -6.9667845,-59.92288 7537: -7.3973403,-55.888157 7676: -1.5469494,-57.83951 + 9639: 5.616272,-62.734875 - node: color: '#FFFFFFFF' id: Grassd3 @@ -4960,6 +5315,12 @@ entities: 6346: -12.371423,21.042667 7526: -6.3637667,-55.222935 7535: -5.6820626,-58.1451 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: Grassd3 + decals: + 9642: 5.450092,-61.303795 - node: color: '#FFFFFFFF' id: Grasse1 @@ -4994,6 +5355,7 @@ entities: 6342: -11.392975,19.721764 7529: -8.943234,-55.069675 7679: -2.2657008,-56.79191 + 9640: 5.962713,-59.932472 - node: color: '#FFFFFFFF' id: Grasse3 @@ -5010,6 +5372,13 @@ entities: 4017: 70.72331,43.30718 7528: -6.4679327,-56.7646 7678: -3.7188244,-58.042778 + - node: + color: '#32CD3293' + id: HalfTileOverlayGreyscale + decals: + 9656: -46,59 + 9657: -44,59 + 9661: -45,63 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale @@ -5117,19 +5486,12 @@ entities: id: HalfTileOverlayGreyscale decals: 1534: 45,21 - - node: - color: '#8D1C9996' - id: HalfTileOverlayGreyscale - decals: - 1204: 57,-40 - 1205: 55,-40 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale decals: 2454: -12,66 2873: 57,45 - 2874: 56,45 2875: 55,45 2876: 54,45 2877: 53,45 @@ -5158,6 +5520,13 @@ entities: 4240: 40,57 7501: 76,50 8368: 66,50 + - node: + color: '#A020F093' + id: HalfTileOverlayGreyscale + decals: + 9662: -43,59 + 9663: -41,59 + 9666: -42,63 - node: color: '#A4610696' id: HalfTileOverlayGreyscale @@ -5167,8 +5536,6 @@ entities: 1133: 52,-25 1134: 53,-25 1170: 54,-11 - 1191: 58,-40 - 1203: 56,-40 1321: 76,-31 1322: 77,-31 1323: 78,-31 @@ -5194,6 +5561,9 @@ entities: 6261: 61,-19 6262: 62,-19 6275: 62,-24 + 9285: 59,-40 + 9286: 58,-40 + 9287: 57,-40 - node: color: '#D381C996' id: HalfTileOverlayGreyscale @@ -5236,6 +5606,8 @@ entities: 3939: -22,-20 3940: -21,-20 3941: -20,-20 + 9146: 49,56 + 9147: 47,56 - node: color: '#D4D4D428' id: HalfTileOverlayGreyscale @@ -5269,13 +5641,14 @@ entities: 5873: 5,45 5929: 44,56 5930: 45,56 - 5931: 46,56 - 5932: 47,56 5935: -23,29 5936: -24,29 5937: -25,29 6328: -12,2 6329: -13,2 + 9400: -61,-30 + 9403: -61,-22 + 9404: -60,-22 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale @@ -5311,12 +5684,6 @@ entities: 2283: -31,60 2284: -32,60 2285: -33,60 - 2358: -49,59 - 2359: -47,59 - 2360: -46,59 - 2361: -44,59 - 2362: -43,59 - 2363: -41,59 2778: 22,59 4220: -31,31 5363: -43,53 @@ -5324,7 +5691,13 @@ entities: 5365: -46,52 5366: -40,56 5512: -27,61 + 5525: -30,70 + 5526: -29,70 + 5528: -27,70 + 5532: -28,70 5542: -30,65 + 5543: -29,65 + 5544: -28,65 5545: -27,65 5584: -39,60 5592: -36,60 @@ -5342,17 +5715,6 @@ entities: 7581: -29,48 7582: -28,48 7583: -27,48 - 9144: -27,65 - 9152: -30,65 - 9155: -29,65 - 9156: -29,65 - 9157: -29,65 - 9158: -29,65 - 9159: -28,65 - 9160: -28,65 - 9161: -28,65 - 9162: -28,65 - 9163: -28,65 - node: color: '#EFB34196' id: HalfTileOverlayGreyscale @@ -5372,12 +5734,9 @@ entities: 761: 16,-26 762: 17,-26 763: 18,-26 - 764: 21,-26 - 765: 22,-26 776: 11,-20 777: 12,-20 778: 13,-20 - 801: 27,-16 858: 26,-21 1364: 32,-14 1393: -24,-3 @@ -5389,7 +5748,6 @@ entities: 2790: 48,45 2791: 47,45 2792: 46,45 - 2793: 45,45 2794: 44,45 2795: 43,45 2796: 39,43 @@ -5399,8 +5757,6 @@ entities: 2802: 34,43 2804: 29,43 2805: 30,43 - 2806: 31,43 - 2807: 32,43 2808: 33,43 2811: 34,47 4724: 35,43 @@ -5424,7 +5780,6 @@ entities: 6622: 17,-16 6623: 18,-16 6629: 27,-26 - 7844: 48,-1 7863: 53,2 7865: 57,0 7866: 56,0 @@ -5435,6 +5790,16 @@ entities: 8346: 38,-2 8802: 2,20 8803: 3,20 + 8991: 48,1 + 8993: 46,0 + 9006: 26,-15 + 9024: 8,-14 + 9025: 9,-14 + 9030: 11,-15 + 9044: 2,-19 + 9045: 3,-19 + 9046: 4,-19 + 9069: 29,-9 - node: zIndex: 1 color: '#EFB34196' @@ -5454,6 +5819,13 @@ entities: 190: -28,-42 191: -27,-42 204: -31,-42 + - node: + color: '#FFA50093' + id: HalfTileOverlayGreyscale + decals: + 9652: -48,63 + 9654: -49,59 + 9655: -47,59 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale180 @@ -5477,12 +5849,6 @@ entities: 6448: -23,26 6449: -21,26 6450: -20,26 - - node: - color: '#3EB38896' - id: HalfTileOverlayGreyscale180 - decals: - 8008: 17,-14 - 8009: 18,-14 - node: color: '#43990996' id: HalfTileOverlayGreyscale180 @@ -5573,7 +5939,6 @@ entities: decals: 1108: 55,-38 1113: 58,-33 - 1216: 58,-41 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale180 @@ -5611,7 +5976,6 @@ entities: 1159: 53,-22 1179: 56,-25 1180: 57,-25 - 1202: 57,-41 1315: 76,-33 1316: 77,-33 1317: 78,-33 @@ -5729,6 +6093,11 @@ entities: 6333: -13,1 6334: -12,1 6335: -11,1 + 9281: 59,-41 + 9282: 58,-41 + 9283: 57,-41 + 9401: -60,-28 + 9402: -61,-28 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale180 @@ -5792,13 +6161,6 @@ entities: 708: 32,-24 709: 31,-24 710: 30,-24 - 711: 29,-24 - 729: 38,-29 - 730: 37,-29 - 731: 36,-29 - 732: 35,-29 - 733: 34,-29 - 734: 33,-29 735: 31,-29 736: 30,-29 737: 29,-29 @@ -5814,9 +6176,6 @@ entities: 754: 17,-29 755: 19,-29 756: 18,-29 - 769: 12,-16 - 770: 13,-16 - 771: 14,-16 783: 10,-24 784: 9,-24 785: 11,-24 @@ -5831,14 +6190,10 @@ entities: 817: 24,-18 859: 26,-24 1362: 30,-17 - 1363: 31,-17 1391: -23,-8 1392: -22,-8 2401: -48,24 - 2784: 45,47 2785: 44,47 - 2809: 32,45 - 2810: 31,45 6038: 30,45 6040: 33,45 6041: 34,45 @@ -5861,6 +6216,14 @@ entities: 8907: 55,-6 8908: 56,-6 8909: 57,-6 + 9027: 9,-17 + 9028: 10,-17 + 9048: 2,-21 + 9051: 3,-21 + 9052: 4,-21 + 9068: 29,-11 + 9104: 33,-29 + 9127: 34,-29 - node: color: '#FA750096' id: HalfTileOverlayGreyscale180 @@ -5871,6 +6234,12 @@ entities: 6050: -33,-45 8386: -29,-45 8387: -28,-45 + - node: + color: '#32CD3293' + id: HalfTileOverlayGreyscale270 + decals: + 9658: -46,61 + 9659: -46,62 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale270 @@ -5969,11 +6338,7 @@ entities: decals: 1104: 56,-31 1106: 55,-34 - 1209: 55,-46 - 1210: 55,-44 - 1211: 55,-42 1349: 56,-29 - 4599: 55,-48 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale270 @@ -5983,23 +6348,24 @@ entities: 2458: -13,61 2459: -13,65 2872: 53,48 + - node: + color: '#A020F093' + id: HalfTileOverlayGreyscale270 + decals: + 9664: -43,61 + 9665: -43,62 - node: color: '#A4610696' id: HalfTileOverlayGreyscale270 decals: - 1118: 55,-33 1119: 56,-30 1120: 55,-35 1142: 49,-26 1143: 49,-25 1174: 46,-19 - 1192: 55,-43 - 1193: 55,-45 - 1194: 55,-47 1333: 46,-20 1339: 46,-17 1340: 46,-15 - 4603: 55,-49 5295: 50,-13 5308: 49,-17 5322: 52,-18 @@ -6042,6 +6408,10 @@ entities: 4506: -27,-31 4728: -18,-24 6090: -27,-30 + 9148: 50,57 + 9149: 50,58 + 9151: 50,59 + 9152: 47,59 - node: color: '#D4D4D428' id: HalfTileOverlayGreyscale270 @@ -6067,9 +6437,6 @@ entities: 5881: 18,28 5882: 18,29 5883: 18,30 - 5925: 48,57 - 5926: 48,58 - 5927: 48,59 5961: 33,-7 5962: 33,-6 6432: -17,-16 @@ -6079,10 +6446,22 @@ entities: 6436: -17,-12 6437: -17,-11 7413: -14,-1 - 7420: -63,-27 - 7421: -63,-26 - 7422: -63,-25 - 7424: -63,-23 + 9266: 55,-50 + 9267: 55,-49 + 9268: 55,-48 + 9269: 55,-47 + 9270: 55,-46 + 9271: 55,-45 + 9272: 55,-44 + 9273: 55,-42 + 9405: -63,-27 + 9406: -63,-26 + 9407: -63,-25 + 9408: -63,-23 + 9409: -63,-22 + 9410: -63,-20 + 9411: -63,-30 + 9412: -63,-28 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale270 @@ -6113,7 +6492,6 @@ entities: 2327: -18,36 2328: -18,37 2329: -19,39 - 2330: -19,40 2331: -18,42 2332: -18,43 2333: -18,44 @@ -6146,8 +6524,6 @@ entities: 743: 20,-32 744: 20,-33 757: 20,-30 - 767: 11,-15 - 768: 11,-14 779: 8,-20 780: 8,-21 781: 8,-22 @@ -6192,9 +6568,6 @@ entities: 7952: 57,4 7953: 57,5 7954: 57,6 - 8223: 39,-1 - 8224: 39,0 - 8236: 39,2 8781: 1,19 8782: 1,17 8783: 1,18 @@ -6202,12 +6575,21 @@ entities: 8785: 1,14 8786: 1,13 8787: 1,12 + 8994: 29,-22 + 8995: 29,-23 + 9055: 1,-20 - node: color: '#FA750096' id: HalfTileOverlayGreyscale270 decals: 182: -36,-44 183: -36,-43 + - node: + color: '#FFA50093' + id: HalfTileOverlayGreyscale270 + decals: + 9649: -49,61 + 9650: -49,62 - node: color: '#334E6DC8' id: HalfTileOverlayGreyscale90 @@ -6310,10 +6692,6 @@ entities: 1110: 61,-30 1114: 57,-34 1115: 57,-36 - 1212: 56,-43 - 1213: 56,-45 - 1214: 56,-47 - 4601: 56,-49 - node: color: '#9FED5896' id: HalfTileOverlayGreyscale90 @@ -6336,6 +6714,9 @@ entities: 7570: -58,31 8369: 72,48 8370: 72,49 + 9101: 38,-31 + 9102: 38,-32 + 9103: 38,-33 - node: color: '#A4610696' id: HalfTileOverlayGreyscale90 @@ -6346,13 +6727,9 @@ entities: 1136: 54,-27 1137: 54,-28 1138: 54,-29 - 1195: 56,-46 - 1196: 56,-44 - 1197: 56,-42 1341: 63,-16 1342: 63,-15 1343: 63,-14 - 4602: 56,-48 5313: 48,-18 5314: 48,-17 5315: 48,-16 @@ -6467,10 +6844,21 @@ entities: 6442: -15,-12 6443: -15,-11 7415: -13,-1 - 7425: -61,-27 - 7426: -61,-26 - 7427: -61,-25 - 7428: -61,-24 + 9274: 56,-48 + 9275: 56,-47 + 9276: 56,-46 + 9277: 56,-45 + 9278: 56,-44 + 9279: 56,-43 + 9280: 56,-42 + 9392: -59,-21 + 9393: -59,-22 + 9394: -59,-23 + 9395: -59,-24 + 9396: -59,-25 + 9397: -59,-26 + 9398: -59,-29 + 9399: -59,-31 - node: color: '#D4D4D496' id: HalfTileOverlayGreyscale90 @@ -6500,7 +6888,6 @@ entities: 2293: -34,48 2309: -33,37 2321: -21,39 - 2322: -21,40 2781: 23,57 2782: 23,58 4217: -33,32 @@ -6511,6 +6898,9 @@ entities: 5375: -39,51 5376: -39,55 5386: -43,56 + 5509: -23,61 + 5510: -23,62 + 5547: -26,64 5557: -26,59 5558: -26,60 6396: -12,-48 @@ -6568,14 +6958,13 @@ entities: 7947: 55,4 7948: 55,5 7949: 55,6 - 8230: 40,0 - 8234: 40,2 - 8235: 40,3 - - node: - color: '#DE3A3A96' - id: LoadingArea - decals: - 9110: -35,65 + 9039: 11,-16 + 9061: 31,-16 + 9062: 31,-9 + 9063: 31,-10 + 9065: 31,-13 + 9067: 31,-7 + 9070: 31,-12 - node: angle: -1.5707963267948966 rad color: '#FFFFFFFF' @@ -6604,87 +6993,16 @@ entities: decals: 6080: -26,-26 6081: -27,-26 - - node: - color: '#DE3A3A96' - id: LoadingArrowGreyscale - decals: - 9109: -35,64 - - node: - angle: 3.141592653589793 rad - color: '#FFFFFFFF' - id: LoadingLine - decals: - 9137: -30,63 - node: color: '#D381C996' id: MiniTileBoxOverlay decals: 245: -44,-21 - - node: - color: '#DE3A3A96' - id: MiniTileDarkCornerNe - decals: - 9108: -34,68 - node: color: '#52B4E996' id: MiniTileOverlay decals: 7727: -42,-21 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerNe - decals: - 9111: -34,68 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerNw - decals: - 9125: -37,68 - - node: - color: '#DE3A3A96' - id: MiniTileSteelCornerSe - decals: - 9115: -34,64 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerSe - decals: - 9128: -37,64 - 9130: -35,64 - - node: - color: '#DE3A3A96' - id: MiniTileSteelInnerSw - decals: - 9129: -35,64 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineE - decals: - 9112: -34,67 - 9113: -34,66 - 9114: -34,65 - 9118: -37,63 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineN - decals: - 9126: -36,68 - 9127: -35,68 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineS - decals: - 9116: -36,64 - 9119: -37,63 - - node: - color: '#DE3A3A96' - id: MiniTileSteelLineW - decals: - 9120: -37,63 - 9121: -37,64 - 9122: -37,65 - 9123: -37,66 - 9124: -37,67 - node: color: '#D381C996' id: MiniTileWhiteLineW @@ -6916,12 +7234,6 @@ entities: 1147: 49,-27 5293: 51,-12 5294: 50,-14 - - node: - color: '#A72323FF' - id: QuarterTileOverlayGreyscale - decals: - 9054: -23,65 - 9055: -22,65 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale @@ -6935,6 +7247,7 @@ entities: 130: -28,-22 635: -7,-27 5605: -32,-38 + 9144: 50,56 - node: color: '#D4D4D428' id: QuarterTileOverlayGreyscale @@ -6942,7 +7255,6 @@ entities: 1883: -18,11 5851: -4,45 5852: -11,45 - 5933: 48,56 - node: color: '#D4D4D496' id: QuarterTileOverlayGreyscale @@ -6977,6 +7289,7 @@ entities: 5533: -30,66 5534: -30,67 5535: -30,68 + 5536: -30,69 6392: -8,-52 6454: -19,29 6461: -27,29 @@ -6986,9 +7299,6 @@ entities: 6718: -18,-1 6719: -18,-2 6720: -18,3 - 9042: -24,70 - 9043: -23,70 - 9044: -22,70 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale @@ -7007,14 +7317,12 @@ entities: 6485: -28,-4 6486: -28,-3 7830: 42,-8 - 7846: 49,-1 7847: 44,0 7917: 57,-4 7923: 56,-2 7924: 55,-4 7926: 57,-2 7934: 55,-3 - 8225: 39,-2 8232: 33,-2 8233: 34,-2 8882: 58,7 @@ -7023,6 +7331,7 @@ entities: 8885: 61,7 8886: 62,-3 8887: 61,-2 + 8989: 47,0 - node: zIndex: 1 color: '#EFB34196' @@ -7176,7 +7485,6 @@ entities: id: QuarterTileOverlayGreyscale180 decals: 1111: 60,-31 - 1215: 56,-41 - node: color: '#9FED5896' id: QuarterTileOverlayGreyscale180 @@ -7222,6 +7530,7 @@ entities: 5959: 34,-8 5960: 36,-7 6336: -15,1 + 9284: 56,-41 - node: color: '#D4D4D496' id: QuarterTileOverlayGreyscale180 @@ -7262,22 +7571,12 @@ entities: 2308: -37,35 2310: -33,38 5388: -43,57 - 9066: -23,61 - 9069: -23,63 - 9070: -23,62 - 9071: -23,61 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale180 decals: 759: 23,-29 - 1367: 31,-11 - 1368: 31,-12 - 1369: 31,-13 1389: -21,-7 - 5768: 31,-10 - 5769: 31,-9 - 5770: 31,-7 7840: 43,-2 7914: 54,-1 7918: 56,-1 @@ -7297,8 +7596,8 @@ entities: 8797: 11,12 8798: 12,12 8799: 13,12 - 8888: 60,-1 8889: 61,-2 + 9106: 38,-29 - node: color: '#FA750096' id: QuarterTileOverlayGreyscale180 @@ -7384,7 +7683,6 @@ entities: color: '#A4610696' id: QuarterTileOverlayGreyscale270 decals: - 1201: 55,-41 6253: 56,-22 - node: color: '#D381C996' @@ -7505,16 +7803,11 @@ entities: 2620: 17,60 2621: 17,61 2824: 50,55 - 5774: 29,-11 - 5775: 29,-10 - 5776: 29,-9 - 5777: 29,-8 - 5778: 29,-7 6620: 19,-18 7838: 42,3 7845: 49,-2 7931: 57,-1 - 8891: 62,-1 + 9128: 35,-29 - node: color: '#334E6DC8' id: QuarterTileOverlayGreyscale90 @@ -7551,18 +7844,18 @@ entities: 2541: 0,33 2542: 0,35 2543: 1,34 - 2544: 2,35 2545: 3,34 - 2546: 1,36 2547: 0,37 2548: 0,39 - 2549: 1,38 2550: 5,34 - 2551: 4,35 2579: 6,41 2975: -17,-33 2981: -17,-37 2985: -18,-36 + 9946: 4,35 + 9947: 2,35 + 9948: 1,36 + 9949: 1,38 - node: color: '#8C347F96' id: QuarterTileOverlayGreyscale90 @@ -7581,12 +7874,6 @@ entities: 1146: 50,-25 5356: 53,-18 6286: 61,-24 - - node: - color: '#A72323FF' - id: QuarterTileOverlayGreyscale90 - decals: - 9056: -23,65 - 9057: -22,65 - node: color: '#D381C996' id: QuarterTileOverlayGreyscale90 @@ -7650,21 +7937,12 @@ entities: 1018: 13,-41 1048: 16,-40 2339: -34,41 + 5537: -27,69 5538: -27,68 5539: -27,67 5540: -27,66 6459: -30,29 6460: -25,29 - 9035: -22,66 - 9036: -22,67 - 9037: -22,68 - 9038: -22,69 - 9039: -22,70 - 9040: -23,70 - 9041: -24,70 - 9067: -23,62 - 9068: -23,63 - 9072: -23,61 - node: color: '#EFB34196' id: QuarterTileOverlayGreyscale90 @@ -7732,7 +8010,9 @@ entities: 7868: 55,0 7932: 54,-4 8238: 10,-20 - 8890: 60,-3 + 9009: 27,-16 + 9042: 10,-15 + 9066: 31,-14 - node: color: '#FFFFFFFF' id: Rock01 @@ -7778,45 +8058,52 @@ entities: 7279: 28.908653,-33.8389 7347: -20.375824,19.28789 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign1 decals: - 2058: -25,9 + 10139: -25,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign2 decals: - 2034: -24,9 + 10140: -24,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign3 decals: - 1863: -23,9 + 10141: -23,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign4 decals: - 1864: -22,9 + 10142: -22,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign5 decals: - 1865: -21,9 + 10143: -21,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign6 decals: - 1866: -20,9 + 10144: -20,9 - node: + zIndex: 1 color: '#FFFFFFFF' id: SpaceStationSign7 decals: - 1867: -19,9 + 10145: -19,9 - node: - color: '#FFFFFFFF' - id: StandClear + color: '#32CD3293' + id: ThreeQuarterTileOverlayGreyscale decals: - 9143: -30,63 + 9660: -46,63 - node: color: '#43990996' id: ThreeQuarterTileOverlayGreyscale @@ -7868,6 +8155,11 @@ entities: 2869: 53,49 2870: 54,50 2920: 67,52 + - node: + color: '#A020F093' + id: ThreeQuarterTileOverlayGreyscale + decals: + 9667: -43,63 - node: color: '#A4610696' id: ThreeQuarterTileOverlayGreyscale @@ -7875,7 +8167,6 @@ entities: 1129: 54,-36 1130: 49,-24 1168: 53,-11 - 1200: 54,-40 1347: 56,-28 5291: 46,-14 5292: 50,-12 @@ -7894,7 +8185,6 @@ entities: id: ThreeQuarterTileOverlayGreyscale decals: 7409: -14,0 - 7419: -63,-22 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale @@ -7927,11 +8217,23 @@ entities: 7860: 52,2 8042: 53,-3 8801: 1,20 + 8990: 47,1 + 9053: 1,-19 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale decals: 200: -36,-42 + - node: + color: '#FFA50093' + id: ThreeQuarterTileOverlayGreyscale + decals: + 9653: -49,63 + - node: + color: '#3EB38896' + id: ThreeQuarterTileOverlayGreyscale180 + decals: + 10282: 18,-14 - node: color: '#43990996' id: ThreeQuarterTileOverlayGreyscale180 @@ -7977,8 +8279,6 @@ entities: id: ThreeQuarterTileOverlayGreyscale180 decals: 1124: 61,-31 - 1198: 59,-41 - 4604: 56,-50 5331: 51,-18 5335: 58,-17 6239: 58,-25 @@ -8026,6 +8326,8 @@ entities: 2830: 48,47 6039: 35,45 8231: 40,-3 + 9040: 11,-17 + 9060: 31,-17 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale180 @@ -8035,7 +8337,7 @@ entities: color: '#3EB38896' id: ThreeQuarterTileOverlayGreyscale270 decals: - 8004: 16,-14 + 10281: 17,-14 - node: color: '#43990996' id: ThreeQuarterTileOverlayGreyscale270 @@ -8064,12 +8366,6 @@ entities: decals: 609: 6,-53 1538: 43,16 - - node: - color: '#8D1C9996' - id: ThreeQuarterTileOverlayGreyscale270 - decals: - 1206: 54,-41 - 4600: 55,-50 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale270 @@ -8085,18 +8381,19 @@ entities: 5332: 49,-18 5340: 49,-22 5500: 54,-17 + 9292: 54,-38 - node: color: '#D381C996' id: ThreeQuarterTileOverlayGreyscale270 decals: 118: -39,-36 4517: -27,-32 + 9131: 47,58 - node: color: '#D4D4D428' id: ThreeQuarterTileOverlayGreyscale270 decals: 7417: -14,-2 - 7418: -63,-28 - node: color: '#DE3A3A96' id: ThreeQuarterTileOverlayGreyscale270 @@ -8115,7 +8412,6 @@ entities: color: '#EFB34196' id: ThreeQuarterTileOverlayGreyscale270 decals: - 766: 11,-16 773: 8,-24 792: 16,-18 793: 25,-19 @@ -8127,6 +8423,8 @@ entities: 8041: 52,0 8800: 1,11 8910: 53,-6 + 8996: 29,-24 + 9054: 1,-21 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale270 @@ -8175,11 +8473,6 @@ entities: 610: 8,-51 1540: 47,17 1541: 46,21 - - node: - color: '#8D1C9996' - id: ThreeQuarterTileOverlayGreyscale90 - decals: - 1208: 59,-40 - node: color: '#9FED5896' id: ThreeQuarterTileOverlayGreyscale90 @@ -8220,6 +8513,7 @@ entities: 2777: 23,59 4219: -30,31 5358: -39,56 + 5541: -26,65 5559: -26,61 - node: color: '#EFB34196' @@ -8233,6 +8527,8 @@ entities: 1387: -20,-3 2829: 48,53 7864: 55,2 + 8992: 50,1 + 9041: 10,-14 - node: color: '#FA750096' id: ThreeQuarterTileOverlayGreyscale90 @@ -8305,31 +8601,6 @@ entities: 2697: 12,84 2698: 25,84 2699: 26,82 - 8185: 35,3 - - node: - angle: -1.5707963267948966 rad - color: '#334E6DC8' - id: WarnCornerNW - decals: - 8991: 2,4 - - node: - angle: 6.283185307179586 rad - color: '#334E6DC8' - id: WarnCornerNW - decals: - 8992: -4,4 - - node: - angle: -3.141592653589793 rad - color: '#79150096' - id: WarnCornerNW - decals: - 8990: 2,0 - - node: - angle: 1.5707963267948966 rad - color: '#79150096' - id: WarnCornerNW - decals: - 8989: -4,0 - node: color: '#FFFFFFFF' id: WarnCornerNW @@ -8339,7 +8610,6 @@ entities: 2700: 10,82 2701: 11,84 2742: 24,84 - 8184: 33,3 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8362,7 +8632,6 @@ entities: 2693: 12,72 2694: 25,72 2695: 26,77 - 8177: 35,1 - node: zIndex: 1 color: '#EFB341FF' @@ -8378,22 +8647,18 @@ entities: 2691: 24,72 2692: 11,72 2696: 10,77 - 8183: 33,1 - node: color: '#FFFFFFFF' id: WarnCornerSmallNE decals: 886: 13,-22 - 902: 10,-17 2746: 25,82 - 9167: -28.022985,64.51996 - node: color: '#FFFFFFFF' id: WarnCornerSmallNW decals: 885: 18,-22 2743: 11,82 - 9166: -29.009096,64.49913 - node: color: '#FFFFFFFF' id: WarnCornerSmallSE @@ -8408,9 +8673,14 @@ entities: color: '#FFFFFFFF' id: WarnCornerSmallSW decals: - 905: 9,-15 1253: 57,-25 2744: 11,77 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnCornerSmallSW + decals: + 9034: 9,-15 - node: color: '#439909FF' id: WarnEndE @@ -8480,9 +8750,6 @@ entities: 877: 23,-21 878: 13,-21 879: 13,-20 - 895: 10,-16 - 896: 10,-15 - 897: 10,-14 1259: 57,-38 2069: -15,5 2070: -15,6 @@ -8523,10 +8790,6 @@ entities: 4606: 59,-49 4616: 59,-50 5598: -35,62 - 8195: 35,2 - 9140: -31,64 - 9141: -31,65 - 9142: -31,66 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8535,6 +8798,22 @@ entities: 8718: -38,66 8719: -38,67 8720: -38,68 + 9036: 11,-17 + 9037: 11,-16 + 9038: 11,-15 + 10175: -1,43 + 10176: -1,44 + 10177: -1,45 + 10178: -14,27 + 10179: -14,28 + 10190: 14,-28 + 10191: 14,-27 + 10192: 28,-28 + 10193: 28,-27 + 10198: 47,-29 + 10199: 47,-28 + 10216: 35,11 + 10217: 35,12 - node: color: '#FFFFFFFF' id: WarnLineN @@ -8561,7 +8840,6 @@ entities: 215: -45,-34 576: -4,-44 577: 0,-44 - 906: 8,-15 973: -1,-14 1244: 59,-15 1252: 56,-25 @@ -8580,11 +8858,8 @@ entities: 5522: -29,66 5523: -28,66 5524: -27,66 - 8192: 34,1 8297: 13,-12 8298: 14,-12 - 8299: 15,-12 - 8300: 16,-12 8301: 17,-12 8302: 18,-12 8303: 19,-12 @@ -8595,12 +8870,29 @@ entities: 8735: 61,9 8736: 62,9 8737: 57,9 - 9032: -24,66 - 9033: -23,66 - 9034: -22,66 - 9105: -35,63 - 9164: -28,65 - 9165: -29,65 + 9000: 12,-12 + 9001: 11,-12 + 9002: 10,-12 + 9003: 9,-12 + 10164: 34,38 + 10165: 35,38 + 10279: 16,-12 + 10280: 15,-12 + - node: + zIndex: 1 + color: '#FFFFFFFF' + id: WarnLineN + decals: + 9035: 8,-15 + 10170: 50,50 + 10171: 51,50 + 10182: -18,30 + 10183: -17,30 + 10184: -16,30 + 10206: 30,-43 + 10207: 31,-43 + 10208: 12,-43 + 10209: 13,-43 - node: zIndex: 2 color: '#FFFFFFFF' @@ -8628,8 +8920,6 @@ entities: 872: 20,-22 873: 20,-21 884: 18,-21 - 903: 9,-17 - 904: 9,-16 1431: -37,-11 1715: 36,17 2060: -13,5 @@ -8671,7 +8961,11 @@ entities: 2944: 57,54 2945: 57,55 5597: -36,62 - 8193: 33,2 + 10284: 37,3 + 10285: 37,1 + 10286: 37,0 + 10287: 37,2 + 10291: 37,4 - node: zIndex: 1 color: '#FFFFFFFF' @@ -8683,6 +8977,25 @@ entities: 8715: -33,66 8716: -33,67 8717: -33,68 + 9032: 9,-17 + 9033: 9,-16 + 10172: -1,43 + 10173: -1,44 + 10174: -1,45 + 10180: -14,27 + 10181: -14,28 + 10188: 14,-28 + 10189: 14,-27 + 10194: 28,-28 + 10195: 28,-27 + 10196: 47,-29 + 10197: 47,-28 + 10202: 55,-22 + 10203: 55,-21 + 10204: 55,-20 + 10205: 55,-19 + 10214: 35,11 + 10215: 35,12 - node: color: '#FFFFFFFF' id: WarnLineW @@ -8706,10 +9019,6 @@ entities: 881: 16,-22 882: 15,-22 883: 17,-22 - 898: 11,-17 - 899: 12,-17 - 900: 13,-17 - 901: 14,-17 974: -1,-14 1249: 59,-15 1417: -32,-10 @@ -8721,7 +9030,6 @@ entities: 2223: -30,49 2375: -37,62 2378: -34,62 - 8194: 34,3 8305: 14,4 8306: 15,4 8307: 16,4 @@ -8729,12 +9037,24 @@ entities: 8309: 18,4 8310: 19,4 8311: 20,4 + 10166: 34,38 + 10167: 35,38 + 10244: 61,1 + 10245: 62,1 - node: + zIndex: 1 color: '#FFFFFFFF' - id: WoodTrimThinBox + id: WarnLineW decals: - 9016: -53,64 - 9076: 30,27 + 10168: 51,50 + 10169: 50,50 + 10185: -18,30 + 10186: -17,30 + 10187: -16,30 + 10210: 12,-43 + 10211: 13,-43 + 10212: 30,-43 + 10213: 31,-43 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNe @@ -8745,9 +9065,6 @@ entities: 5756: -42,34 7539: -22,-54 7549: -20,-55 - 9017: -55,64 - 9088: 32,33 - 9169: -13,51 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerNw @@ -8758,10 +9075,6 @@ entities: 6722: -26,0 7538: -24,-54 8371: 11,51 - 9018: -56,64 - 9019: -57,63 - 9092: 28,33 - 9170: -17,51 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSe @@ -8769,9 +9082,6 @@ entities: 5391: 49,-13 6729: -24,-1 7547: -20,-57 - 9025: -54,60 - 9083: 32,27 - 9168: -13,47 - node: color: '#FFFFFFFF' id: WoodTrimThinCornerSw @@ -8779,9 +9089,6 @@ entities: 5390: 46,-13 6728: -26,-1 7548: -24,-57 - 9022: -57,60 - 9099: 28,27 - 9174: -17,47 - node: color: '#FFFFFFFF' id: WoodTrimThinEndN @@ -8792,59 +9099,11 @@ entities: id: WoodTrimThinInnerNe decals: 7551: -22,-55 - 9103: 32,29 - 9189: -17,48 - 9190: -15,48 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinInnerNe - decals: - 6915: -13,73 - node: color: '#FFFFFFFF' id: WoodTrimThinInnerNw decals: 6726: -24,0 - 9101: 28,28 - 9191: -15,48 - 9192: -13,48 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinInnerNw - decals: - 6914: -4,73 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSe - decals: - 9081: 29,28 - 9104: 32,29 - 9195: -17,50 - 9196: -15,50 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinInnerSe - decals: - 6910: -13,73 - 6911: -13,76 - - node: - color: '#FFFFFFFF' - id: WoodTrimThinInnerSw - decals: - 9080: 31,28 - 9102: 28,28 - 9193: -15,50 - 9194: -13,50 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinInnerSw - decals: - 6912: -4,76 - 6913: -4,73 - node: color: '#FFFFFFFF' id: WoodTrimThinLineE @@ -8860,28 +9119,6 @@ entities: 5759: -42,32 6727: -24,0 7540: -20,-56 - 9026: -54,61 - 9030: -55,63 - 9031: -55,63 - 9079: 29,27 - 9084: 32,28 - 9085: 32,30 - 9086: 32,31 - 9087: 32,32 - 9178: -13,48 - 9179: -13,49 - 9180: -13,50 - 9187: -15,49 - 9188: -17,49 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinLineE - decals: - 6906: -13,71 - 6907: -13,72 - 6908: -13,74 - 6909: -13,75 - node: color: '#FFFFFFFF' id: WoodTrimThinLineN @@ -8907,35 +9144,6 @@ entities: 8376: 13,51 8377: 14,51 8378: 15,51 - 9028: -53,62 - 9029: -54,62 - 9089: 31,33 - 9090: 30,33 - 9091: 29,33 - 9097: 27,28 - 9181: -16,48 - 9186: -14,48 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinLineN - decals: - 6872: -12,76 - 6873: -11,76 - 6874: -10,76 - 6875: -9,76 - 6876: -8,76 - 6877: -7,76 - 6878: -6,76 - 6879: -5,76 - 6880: -5,73 - 6881: -6,73 - 6882: -7,73 - 6883: -8,73 - 6884: -9,73 - 6885: -10,73 - 6886: -11,73 - 6887: -12,73 - node: color: '#FFFFFFFF' id: WoodTrimThinLineS @@ -8946,39 +9154,6 @@ entities: 7544: -23,-57 7545: -22,-57 7546: -21,-57 - 9023: -56,60 - 9024: -55,60 - 9027: -53,62 - 9077: 30,28 - 9082: 31,27 - 9098: 27,28 - 9100: 29,27 - 9175: -16,47 - 9176: -15,47 - 9177: -14,47 - 9184: -14,50 - 9185: -16,50 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinLineS - decals: - 6888: -12,76 - 6889: -11,76 - 6890: -10,76 - 6891: -9,76 - 6892: -8,76 - 6893: -7,76 - 6894: -6,76 - 6895: -5,76 - 6896: -5,73 - 6897: -6,73 - 6898: -7,73 - 6899: -8,73 - 6900: -9,73 - 6901: -10,73 - 6902: -11,73 - 6903: -12,73 - node: color: '#FFFFFFFF' id: WoodTrimThinLineW @@ -8996,30 +9171,6 @@ entities: 8372: 11,47 8373: 11,48 8374: 11,49 - 9020: -57,62 - 9021: -57,61 - 9078: 31,27 - 9093: 28,32 - 9094: 28,31 - 9095: 28,30 - 9096: 28,29 - 9171: -17,50 - 9172: -17,49 - 9173: -17,48 - 9182: -15,49 - 9183: -13,49 - - node: - zIndex: 1 - color: '#FFFFFFFF' - id: WoodTrimThinLineW - decals: - 6867: -13,71 - 6868: -13,72 - 6869: -13,73 - 6870: -4,74 - 6871: -4,75 - 6904: -4,71 - 6905: -4,72 - node: cleanable: True color: '#780000FF' @@ -9038,6 +9189,12 @@ entities: id: arrow decals: 7134: -1,-66 + - node: + cleanable: True + color: '#FFFFFFFF' + id: body + decals: + 9704: -54.01239,56.214497 - node: cleanable: True color: '#FFFFFFFF' @@ -9098,12 +9255,37 @@ entities: 5225: -46.56901,-13.125473 5226: -46.193733,-12.893991 5227: -45.901848,-13.130102 + - node: + cleanable: True + angle: 3.141592653589793 rad + color: '#FF000019' + id: footprint + decals: + 9709: -55.204544,57.35501 + 9710: -55.016273,57.10175 + 9711: -54.559483,57.01218 + 9712: -54.917507,57.568123 + 9713: -55.182938,57.836826 + - node: + cleanable: True + angle: 3.9269908169872414 rad + color: '#FF000019' + id: footprint + decals: + 9707: -54.94837,56.814514 + 9708: -54.83726,57.216026 - node: cleanable: True color: '#8600003C' id: grasssnow decals: 4352: -46.01974,-50.080185 + - node: + color: '#FFFFFFFF' + id: grasssnow + decals: + 10162: 21.08367,-26.059422 + 10163: 21.882736,-26.075739 - node: cleanable: True color: '#8600003C' @@ -9142,12 +9324,12 @@ entities: 6670: -20.968155,61.005226 - node: cleanable: True - color: '#9C2020FF' + color: '#FF0000FF' id: revolution decals: - 8996: 5,-60 - 8997: 6,-62 - 8998: 3.5996938,-61.12529 + 9644: 3.5085063,-61.033157 + 9645: 6.0640616,-61.992157 + 9646: 5.022396,-59.949074 - node: cleanable: True angle: 0.05235987755982989 rad @@ -9171,11 +9353,31 @@ entities: 4349: -43.888477,-48.399616 4350: -45.903927,-47.07149 - node: - color: '#CEDA8BFF' + cleanable: True + color: '#894A0067' + id: splatter + decals: + 9732: -56.899662,59.249393 + - node: + cleanable: True + color: '#EC000019' + id: splatter + decals: + 9731: -55.007996,61.89848 + - node: + cleanable: True + color: '#FF000019' + id: splatter + decals: + 9668: -54.08878,56.11026 + - node: + cleanable: True + angle: 0.7853981633974483 rad + color: '#FF000019' id: splatter decals: - 8994: -43.150723,-20.830069 - 8995: -42.91461,-21.010626 + 9705: -54.38739,56.499416 + 9706: -54.380444,56.061615 - type: GridAtmosphere version: 2 data: @@ -9188,13 +9390,15 @@ entities: 0: 47935 0,1: 0: 7 - 1: 40960 + 1: 4096 + 2: 40960 -1,1: - 0: 32783 - 1: 12288 + 0: 15 + 1: 49152 + 2: 12288 0,2: 0: 57360 - 1: 238 + 2: 238 -1,2: 0: 15344 0,3: @@ -9204,48 +9408,48 @@ entities: 0,4: 0: 61167 1,1: - 1: 30438 + 2: 30438 1,2: - 1: 255 + 2: 255 0: 28672 1,3: 0: 65535 1,0: - 1: 26214 + 2: 26214 1,4: 0: 8191 1,-1: - 1: 58976 + 2: 58976 0: 2186 2,0: - 2: 30576 + 1: 30576 2,1: - 1: 8337 - 2: 3680 + 2: 8337 + 1: 3680 2,2: - 1: 4083 + 2: 4083 2,3: 0: 65535 2,-1: - 1: 36864 - 2: 24576 + 2: 36864 + 1: 24576 0: 239 2,4: 0: 36863 3,0: - 1: 4369 + 2: 4369 0: 52428 3,1: - 1: 4113 - 2: 256 + 2: 4113 + 1: 256 0: 51404 3,2: - 1: 817 - 0: 36040 + 2: 817 + 0: 3272 3,3: - 0: 65467 + 0: 65399 3,-1: - 1: 4096 + 2: 4096 0: 52479 3,4: 0: 4095 @@ -9254,11 +9458,11 @@ entities: 4,1: 0: 43775 4,2: - 0: 816 - 1: 52416 + 0: 4912 + 2: 52416 4,3: - 0: 4353 - 1: 52428 + 0: 4369 + 2: 52428 -4,0: 0: 32767 -4,-1: @@ -9325,20 +9529,20 @@ entities: 0: 55739 -3,-3: 0: 12900 - 1: 32768 + 2: 32768 -3,-2: 0: 12528 - 1: 32768 + 2: 32768 -3,-5: 0: 44687 -2,-4: 0: 32819 -2,-3: - 1: 61440 + 2: 61440 0: 136 -2,-2: 0: 240 - 1: 61440 + 2: 61440 -2,-5: 0: 4794 -1,-4: @@ -9362,7 +9566,7 @@ entities: 1,-3: 0: 25668 2,-4: - 0: 4095 + 0: 2047 2,-3: 0: 65535 2,-2: @@ -9370,15 +9574,15 @@ entities: 2,-5: 0: 62079 3,-4: - 0: 57463 + 0: 61695 3,-3: 0: 65535 3,-2: 0: 65535 3,-5: - 0: 63247 + 0: 65295 4,-4: - 0: 63239 + 0: 62982 4,-3: 0: 65535 4,-2: @@ -9422,7 +9626,7 @@ entities: -1,-6: 0: 45567 -1,-5: - 0: 179 + 0: 51 -1,-9: 0: 56829 0,-8: @@ -9466,27 +9670,25 @@ entities: 4,-6: 0: 30583 4,-5: - 0: 65411 + 0: 65155 -8,-4: - 1: 48 - 0: 63624 + 0: 64440 + -8,-5: + 2: 12288 + 0: 32887 -9,-4: - 1: 128 - 0: 61747 + 0: 63731 -8,-3: - 2: 272 + 1: 272 0: 224 - 1: 8192 + 2: 8192 -9,-3: - 2: 4080 + 1: 4080 -8,-2: 0: 58592 -8,-1: - 1: 8736 + 2: 8736 0: 49152 - -8,-5: - 0: 32887 - 1: 12288 -7,-4: 0: 45279 -7,-3: @@ -9514,7 +9716,7 @@ entities: -8,-8: 0: 65262 -9,-8: - 1: 224 + 2: 224 0: 61440 -8,-7: 0: 65407 @@ -9526,7 +9728,7 @@ entities: 0: 56605 -9,-5: 0: 8653 - 1: 32768 + 2: 32768 -8,-9: 0: 26231 -7,-7: @@ -9536,8 +9738,7 @@ entities: -7,-8: 0: 61166 -6,-8: - 0: 40917 - 3: 16384 + 0: 57301 -6,-7: 0: 64781 -6,-6: @@ -9551,17 +9752,17 @@ entities: -9,0: 0: 4080 -8,1: - 1: 115 + 2: 115 0: 61440 -9,1: - 1: 17630 + 2: 17614 -8,2: 0: 65535 -8,3: - 1: 880 + 2: 880 0: 32768 -9,3: - 1: 3796 + 2: 3780 -8,4: 0: 24063 -7,1: @@ -9583,57 +9784,57 @@ entities: -5,4: 0: 56573 -12,0: - 1: 4097 0: 4080 -12,3: - 1: 24336 + 2: 7952 -13,3: - 1: 752 + 2: 752 -12,4: - 1: 1073 + 2: 49 0: 136 -12,1: - 1: 14 + 2: 14 -11,0: 0: 12272 -11,1: - 1: 88 0: 34 + 2: 8 -11,3: - 1: 2128 0: 8736 + 2: 2048 -11,4: 0: 255 -10,0: 0: 36848 -10,1: - 1: 67 + 2: 3 0: 136 -10,3: - 1: 832 + 2: 768 0: 34944 -10,4: 0: 255 -9,4: 0: 65535 -9,2: - 1: 17476 + 2: 17476 -12,-4: - 0: 60643 + 0: 60651 -12,-5: - 0: 28672 - 1: 119 + 0: 45056 + 2: 119 -13,-4: - 0: 60992 - 4: 32 + 0: 61024 -11,-4: - 0: 61713 - 1: 192 + 0: 62365 + -11,-5: + 0: 53263 -10,-4: - 1: 112 - 0: 61440 + 0: 61815 + -10,-5: + 0: 30479 -10,-3: - 2: 2176 + 1: 2176 -13,-8: 0: 4095 -12,-8: @@ -9647,8 +9848,8 @@ entities: -13,-6: 0: 3581 -13,-5: - 1: 136 - 0: 62003 + 2: 136 + 0: 57907 -12,-9: 0: 61166 -11,-8: @@ -9657,9 +9858,6 @@ entities: 0: 45875 -11,-6: 0: 28859 - -11,-5: - 0: 271 - 1: 3072 -11,-9: 0: 65535 -10,-8: @@ -9668,9 +9866,6 @@ entities: 0: 61644 -10,-6: 0: 65535 - -10,-5: - 0: 15 - 1: 1792 -10,-9: 0: 61182 -4,-12: @@ -9728,19 +9923,18 @@ entities: -8,-10: 0: 30583 -9,-10: - 0: 2035 - 5: 4 + 0: 2039 -9,-9: 0: 255 - 1: 57344 + 2: 57344 -7,-12: 0: 29431 -7,-11: 0: 2047 -7,-10: - 1: 21847 + 2: 21847 -7,-9: - 1: 1877 + 2: 1877 -7,-13: 0: 30578 -6,-12: @@ -9785,159 +9979,144 @@ entities: 0: 10922 -9,-13: 0: 12288 - 1: 2048 + 2: 2048 -16,-8: - 0: 61376 - 1: 2 + 0: 28608 -17,-8: 0: 35840 -16,-7: - 0: 61159 + 0: 61167 -17,-7: 0: 12 - 1: 50176 + 2: 50176 -16,-6: - 0: 59374 + 0: 61422 -17,-6: 0: 35840 - 1: 4 + 2: 4 -16,-5: - 0: 207 - 1: 512 + 0: 35023 -17,-5: 0: 12 -15,-8: - 0: 16106 - -15,-6: - 0: 12834 + 0: 15290 -15,-7: - 0: 8738 - 1: 32768 + 0: 13107 + 2: 32768 + -15,-6: + 0: 9011 + -16,-4: + 0: 2184 -15,-5: - 0: 52906 - 1: 4096 + 0: 54506 -15,-9: - 0: 61164 + 0: 65527 -15,-4: - 0: 36044 + 0: 56797 -14,-7: - 1: 4369 + 2: 4369 0: 3276 -14,-5: - 0: 64139 + 0: 63739 -14,-8: 0: 3822 -14,-6: - 1: 273 + 2: 273 0: 3276 + -14,-4: + 0: 65535 -14,-9: - 0: 58621 + 0: 58620 -16,-12: - 1: 19524 + 2: 19660 -16,-13: - 2: 16464 - 1: 1024 + 1: 17026 -16,-11: - 1: 3140 + 2: 3140 -15,-12: - 1: 61422 + 2: 61438 -15,-11: - 1: 3918 + 2: 3918 -15,-13: - 1: 59968 - 2: 5284 + 1: 4612 + 2: 60608 + -15,-10: + 0: 24584 -14,-11: - 1: 257 + 2: 257 0: 17612 - -15,-10: - 0: 8 - 1: 2048 -14,-10: - 0: 17487 - 1: 256 + 0: 30543 -14,-12: 0: 49356 -14,-13: 0: 51424 - 1: 273 + 2: 273 -13,-13: 0: 61160 - -16,-15: - 2: 16 - 1: 12 - 0: 2048 - -17,-15: - 2: 2048 - 1: 17408 -16,-14: - 0: 28398 - -17,-14: - 0: 128 - 2: 32768 - 1: 68 + 1: 2048 -15,-15: - 1: 42689 - 2: 2048 + 2: 61440 -15,-14: - 2: 548 - 1: 57472 + 1: 40960 + 2: 2286 -14,-15: - 1: 57360 - 2: 256 + 2: 12288 -14,-14: - 2: 4096 - 1: 10820 - -13,-15: - 1: 61440 + 2: 12288 + 1: 18432 -13,-14: - 1: 10180 - -12,-15: - 1: 61440 + 1: 640 + -13,-15: + 2: 24576 -12,-14: 0: 65024 - -11,-15: - 1: 63624 + 1: 8 + -12,-15: + 1: 4096 -11,-14: 0: 64256 -11,-16: - 1: 34952 + 2: 58030 -11,-17: - 1: 34952 + 2: 41646 + -11,-15: + 2: 2 + 1: 33920 -10,-16: - 1: 62191 + 2: 58111 -10,-14: 0: 16368 + -10,-17: + 2: 62207 -10,-15: 0: 61152 - -10,-17: - 1: 58095 -9,-16: - 1: 1279 + 2: 767 -9,-14: 0: 4084 -9,-17: - 1: 62719 + 2: 63487 -9,-15: 0: 60142 -8,-16: - 1: 255 + 2: 767 -8,-15: 0: 65535 -8,-14: 0: 4087 -8,-13: - 1: 1792 + 2: 1792 -8,-17: - 1: 61695 + 2: 62207 -7,-16: - 1: 273 - 0: 17612 + 2: 1 + 0: 17608 -7,-15: 0: 26469 -7,-14: 0: 30582 - -7,-17: - 1: 12799 -6,-16: 0: 65039 -6,-15: @@ -9954,7 +10133,6 @@ entities: 0: 40413 -5,-17: 0: 64187 - 1: 256 -4,-16: 0: 56769 -4,-15: @@ -9962,7 +10140,7 @@ entities: -4,-14: 0: 49631 -4,-17: - 0: 61441 + 0: 65473 -3,-16: 0: 46008 -3,-15: @@ -9970,7 +10148,7 @@ entities: -3,-14: 0: 62139 -3,-17: - 0: 61568 + 0: 61872 -2,-16: 0: 3839 -2,-15: @@ -9998,29 +10176,29 @@ entities: 0,-15: 0: 36394 1,-16: - 0: 30304 + 0: 30560 1,-15: - 0: 4375 - 1: 17408 + 0: 63255 1,-14: - 0: 53521 - 1: 76 + 0: 53745 1,-13: - 0: 60317 + 0: 64413 1,-17: - 1: 4369 + 2: 4369 1,-12: 0: 65294 + 2,-15: + 0: 28672 2,-14: - 1: 19 - 0: 4096 + 0: 54374 2,-13: - 0: 21521 - 1: 4 + 0: 21525 2,-12: 0: 21831 + 3,-15: + 0: 12800 3,-14: - 0: 14096 + 0: 14099 3,-13: 0: 13111 3,-12: @@ -10053,7 +10231,7 @@ entities: 0: 63231 5,-4: 0: 5461 - 1: 49152 + 2: 49152 6,-8: 0: 61678 6,-7: @@ -10063,9 +10241,9 @@ entities: 6,-6: 0: 61166 6,-4: - 0: 127 - 2: 12288 - 1: 49152 + 0: 255 + 1: 12288 + 2: 49152 6,-9: 0: 60637 7,-8: @@ -10081,7 +10259,7 @@ entities: 7,-4: 0: 61133 8,-8: - 0: 61917 + 0: 61883 8,-7: 0: 4095 8,-6: @@ -10090,30 +10268,30 @@ entities: 0: 3839 5,-3: 0: 4369 - 1: 17476 + 2: 17476 5,-2: 0: 4369 - 1: 17476 + 2: 17476 5,-1: 0: 4369 - 1: 17476 + 2: 17476 5,0: 0: 4369 - 1: 50244 + 2: 50244 6,-3: - 6: 48 - 7: 12288 - 1: 34952 + 3: 48 + 4: 12288 + 2: 34952 6,-2: - 8: 48 - 2: 12288 - 1: 34952 + 5: 48 + 1: 12288 + 2: 34952 6,-1: - 2: 12336 - 1: 34952 + 1: 12336 + 2: 34952 6,0: - 1: 51336 - 2: 12336 + 2: 51336 + 1: 12336 7,-3: 0: 61166 7,-2: @@ -10132,22 +10310,22 @@ entities: 0: 4080 4,4: 0: 273 - 1: 52428 + 2: 52428 5,1: 0: 32753 5,2: - 1: 64880 + 2: 64880 5,3: - 1: 30583 + 2: 30583 5,4: - 1: 32767 + 2: 32767 6,1: 0: 65520 6,2: 0: 61167 6,3: 0: 14 - 1: 1024 + 2: 1024 7,1: 0: 36606 7,2: @@ -10156,7 +10334,7 @@ entities: 0: 18254 6,4: 0: 200 - 1: 49971 + 2: 49971 7,4: 0: 26230 8,2: @@ -10174,31 +10352,31 @@ entities: 9,-1: 0: 36848 9,0: - 0: 64443 + 0: 65531 10,-4: 0: 65535 10,-3: 0: 56799 10,-1: 0: 65500 - 10,0: - 0: 56797 10,-2: 0: 52428 10,-5: 0: 52703 + 10,0: + 0: 56796 11,-4: 0: 57309 11,-3: 0: 57565 11,-2: - 0: 12046 + 0: 28430 11,-1: - 0: 65439 + 0: 65431 11,-5: 0: 56797 11,0: - 0: 58023 + 0: 58031 12,-4: 0: 65535 12,-3: @@ -10212,7 +10390,7 @@ entities: 8,4: 0: 48059 9,1: - 0: 65291 + 0: 65295 9,2: 0: 63343 9,3: @@ -10224,7 +10402,7 @@ entities: 10,2: 0: 47919 10,3: - 0: 11055 + 0: 10799 10,4: 0: 48059 11,1: @@ -10236,7 +10414,7 @@ entities: 11,4: 0: 63487 12,0: - 0: 12401 + 0: 12407 12,1: 0: 3003 12,2: @@ -10244,9 +10422,9 @@ entities: 12,3: 0: 44943 8,-9: - 0: 54783 + 0: 47615 9,-8: - 0: 28791 + 0: 29559 9,-7: 0: 1919 9,-6: @@ -10270,7 +10448,7 @@ entities: 11,-6: 0: 56799 11,-9: - 0: 29439 + 0: 29425 12,-8: 0: 65464 12,-7: @@ -10292,91 +10470,100 @@ entities: 7,-13: 0: 52430 8,-11: - 0: 4078 + 0: 4074 8,-10: - 0: 7099 + 0: 11195 + 7,-15: + 0: 50176 7,-14: - 0: 52864 + 0: 52876 + 8,-14: + 0: 30242 8,-12: - 1: 224 + 0: 41642 + 8,-13: + 0: 58082 9,-12: - 1: 2298 + 0: 4113 + 2: 2248 + 9,-11: + 0: 4081 9,-10: 0: 35771 9,-13: - 1: 43770 + 0: 4113 + 2: 35016 10,-12: - 1: 12287 + 2: 12287 + 10,-11: + 0: 36832 10,-10: - 0: 4095 + 0: 35771 10,-13: - 1: 12287 - 10,-11: - 1: 546 + 2: 12287 11,-12: - 1: 65535 + 2: 65535 11,-11: - 1: 273 - 0: 16580 + 0: 16852 11,-10: - 0: 57422 + 0: 20814 11,-13: - 1: 61439 + 2: 61439 12,-12: - 1: 240 + 2: 240 0: 57344 12,-11: 0: 58622 12,-10: - 0: 47779 + 0: 47919 12,-9: 0: 48059 - 8,-14: - 1: 224 - 8,-13: - 1: 224 9,-14: - 1: 43770 + 2: 35066 + 0: 4096 9,-16: - 1: 11776 + 2: 11776 9,-15: - 1: 43754 + 2: 43754 10,-16: - 1: 40704 + 2: 40704 10,-15: - 1: 12287 + 2: 12287 10,-14: - 1: 12287 + 2: 12287 11,-16: - 1: 3840 + 2: 3840 11,-15: - 1: 61439 + 2: 61439 11,-14: - 1: 61439 + 2: 61439 12,-16: - 1: 44800 + 2: 44800 12,-15: - 1: 36863 + 2: 36863 12,-14: - 1: 4095 + 2: 4095 12,-13: - 1: 240 + 2: 240 13,-12: - 1: 48 + 2: 48 0: 43656 13,-11: 0: 63722 13,-10: - 0: 56732 + 0: 56717 13,-9: - 0: 48028 + 6: 16 + 0: 63884 + 7: 512 13,-8: 0: 63259 13,-13: 0: 34816 - 1: 52 + 2: 52 14,-12: 0: 4369 + 2: 3072 14,-11: 0: 61713 14,-10: @@ -10384,54 +10571,58 @@ entities: 14,-9: 0: 62463 14,-13: - 0: 63360 - 1: 4 + 0: 65280 + 2: 4 14,-8: 0: 65535 + 15,-12: + 2: 4368 15,-9: 0: 4351 - 1: 52224 + 2: 52224 15,-13: 0: 4352 + 15,-11: + 2: 17 15,-8: 0: 13105 15,-10: - 1: 49344 + 2: 49344 0: 3072 16,-10: - 1: 61680 + 2: 61680 0: 3840 16,-9: 0: 255 - 1: 7936 + 2: 7936 13,-16: - 1: 36608 + 2: 36608 13,-15: - 1: 20479 + 2: 20479 13,-14: - 1: 20479 + 2: 20479 14,-16: - 1: 12032 + 2: 12032 14,-15: - 1: 20479 + 2: 20479 14,-14: - 1: 18423 + 2: 18423 15,-16: - 1: 12032 + 2: 12032 15,-15: - 1: 4095 + 2: 4095 16,-16: - 1: 7936 + 2: 7936 16,-15: - 1: 4095 + 2: 4095 17,-16: - 1: 40704 + 2: 40704 17,-15: - 1: 4095 + 2: 4095 18,-16: - 1: 18176 + 2: 18176 18,-15: - 1: 1397 + 2: 1397 13,-7: 0: 30583 13,-6: @@ -10455,7 +10646,7 @@ entities: 15,-5: 0: 61695 15,-4: - 0: 24575 + 0: 65010 13,-3: 0: 61679 13,-2: @@ -10466,32 +10657,28 @@ entities: 0: 20479 14,-3: 0: 4215 - 1: 49152 + 2: 49152 14,-2: - 0: 29441 - 1: 128 + 0: 13057 14,-1: - 0: 32759 + 0: 65535 14,0: - 0: 60999 + 0: 61135 15,-3: - 1: 64160 + 2: 64160 15,-1: - 0: 32759 - 15,0: - 0: 30519 + 0: 4086 15,-2: - 1: 2730 + 2: 2730 + 15,0: + 0: 30566 16,-4: 0: 257 + 16,-2: + 2: 61440 16,-1: + 2: 35023 0: 9008 - 16,-7: - 1: 35048 - 16,-6: - 1: 35048 - 16,-5: - 1: 2280 19,-8: 0: 61183 19,-9: @@ -10500,78 +10687,90 @@ entities: 0: 14 20,-8: 0: 4403 - 1: 128 + 2: 128 20,-7: 0: 1 17,-10: - 1: 61680 + 2: 61680 0: 3840 17,-9: 0: 255 - 1: 3840 + 2: 3840 18,-10: - 1: 28784 + 2: 28784 0: 3840 - 2: 32896 + 1: 32896 18,-9: 0: 255 - 1: 1792 + 2: 1792 19,-10: - 2: 65520 + 1: 65520 20,-10: - 2: 13104 - 1: 34824 + 1: 13104 + 2: 34824 20,-9: 0: 12799 - 1: 34816 + 2: 34816 21,-10: - 1: 3951 + 2: 3951 0: 61440 21,-9: 0: 4027 - 1: 28672 + 2: 28672 21,-8: - 1: 1402 + 2: 1402 22,-10: - 1: 16 + 2: 16 0: 4096 22,-9: 0: 273 16,0: 0: 13090 - 1: 34957 + 2: 34957 + 17,-2: + 2: 61440 + 17,-1: + 2: 255 + 18,-2: + 2: 61440 + 18,-1: + 2: 255 + 19,-2: + 2: 12288 + 19,-1: + 2: 55 4,5: 0: 285 - 1: 17600 + 2: 17600 3,5: 0: 3838 4,6: - 1: 4375 + 2: 4375 0: 52224 3,6: - 1: 65535 + 2: 65535 4,7: - 1: 273 + 2: 273 0: 36044 3,7: - 1: 20479 + 2: 20479 5,5: - 1: 119 - 2: 29184 + 2: 119 + 1: 29184 5,6: - 2: 7 + 1: 7 0: 65280 5,7: 0: 65535 5,8: 0: 8738 - 1: 34944 + 2: 34944 6,6: 0: 4352 - 1: 1024 + 2: 1024 6,7: 0: 287 - 1: 1024 + 2: 1024 7,5: 0: 65396 7,6: @@ -10598,13 +10797,11 @@ entities: 0: 30583 -1,7: 0: 65535 - 0,8: - 0: 65393 1,5: 0: 7645 1,6: 0: 4369 - 1: 3276 + 2: 3276 1,7: 0: 45855 1,8: @@ -10612,20 +10809,20 @@ entities: 2,5: 0: 35835 2,6: - 1: 65535 + 2: 65535 2,7: - 1: 15 + 2: 15 0: 12288 2,8: 0: 45827 3,8: - 1: 68 + 2: 68 0: 28672 -13,4: - 1: 128 + 2: 128 0: 29491 -12,5: - 1: 769 + 2: 769 0: 34944 -12,6: 0: 30527 @@ -10646,7 +10843,7 @@ entities: -11,8: 0: 32631 -10,5: - 1: 7 + 2: 7 0: 57088 -10,6: 0: 65392 @@ -10659,7 +10856,7 @@ entities: -9,6: 0: 65534 -9,7: - 0: 8191 + 0: 4095 -9,8: 0: 62702 -8,5: @@ -10667,15 +10864,13 @@ entities: -8,6: 0: 65488 -8,7: - 0: 30719 + 0: 26623 -7,5: 0: 65336 -7,6: 0: 65394 -7,7: 0: 62719 - -8,8: - 0: 3816 -7,8: 0: 4095 -6,5: @@ -10702,42 +10897,42 @@ entities: 0: 5407 -4,8: 0: 13107 - 1: 34952 + 2: 34952 -3,5: 0: 28799 -3,6: 0: 62071 -3,7: 0: 15 - 1: 1792 + 2: 1792 -2,5: 0: 15295 -2,6: - 0: 64187 + 0: 47803 -2,7: - 0: 48047 + 0: 48043 -2,8: 0: 63731 -16,5: - 1: 32768 + 2: 32768 -16,6: - 1: 34952 + 2: 34952 -15,5: - 1: 4465 + 2: 4465 -15,6: - 1: 3 + 2: 3 0: 52360 -16,7: - 1: 34952 + 2: 34952 -15,7: - 1: 17 + 2: 17 0: 52428 -16,8: - 1: 2184 + 2: 2184 -15,4: - 1: 65160 + 2: 65160 -14,4: - 1: 4099 + 2: 4099 0: 51336 -14,5: 0: 4060 @@ -10747,9 +10942,9 @@ entities: 0: 65535 -15,8: 0: 136 - 1: 4400 + 2: 4400 -14,3: - 1: 6640 + 2: 6640 -14,8: 0: 3839 -13,5: @@ -10759,11 +10954,11 @@ entities: -12,9: 0: 43578 -13,9: - 0: 8191 + 0: 4095 -12,10: 0: 15291 -13,10: - 0: 56797 + 0: 57309 -12,11: 0: 65535 -13,11: @@ -10800,6 +10995,8 @@ entities: 0: 61695 -8,11: 0: 61167 + -8,8: + 0: 3808 -8,12: 0: 65391 -7,9: @@ -10826,7 +11023,7 @@ entities: 0: 37343 -4,9: 0: 13107 - 1: 34952 + 2: 34952 -4,10: 0: 65395 -4,11: @@ -10836,9 +11033,9 @@ entities: -4,12: 0: 65535 -3,9: - 1: 4096 + 2: 4096 -3,10: - 1: 227 + 2: 227 0: 61440 -3,11: 0: 58623 @@ -10847,7 +11044,7 @@ entities: -2,9: 0: 15 -2,10: - 1: 240 + 2: 240 0: 61440 -2,11: 0: 14847 @@ -10863,6 +11060,8 @@ entities: 0: 26214 -1,12: 0: 26214 + 0,8: + 0: 65392 0,9: 0: 65535 0,10: @@ -10937,32 +11136,34 @@ entities: 0: 5407 13,4: 0: 4437 - 2: 49152 + 1: 49152 14,1: 0: 61166 14,2: 0: 61152 14,3: 0: 14 - 1: 224 + 2: 224 15,1: 0: 30583 15,2: 0: 30576 15,3: 0: 7 - 1: 240 + 2: 240 16,1: 0: 9011 - 1: 34956 + 2: 34956 16,2: - 1: 13 + 2: 51341 0: 13090 + 16,3: + 2: 255 12,8: 0: 65534 13,5: 0: 29441 - 1: 12 + 2: 12 13,6: 0: 57463 13,7: @@ -10970,16 +11171,16 @@ entities: 13,8: 0: 65535 14,5: - 1: 4369 + 2: 4369 14,6: - 1: 17427 + 2: 17427 0: 4096 14,7: 0: 4369 - 1: 17476 + 2: 17476 14,8: 0: 28945 - 1: 68 + 2: 68 12,9: 0: 65535 11,9: @@ -11011,7 +11212,7 @@ entities: 14,12: 0: 12287 15,9: - 1: 12304 + 2: 12304 15,10: 0: 65280 15,11: @@ -11020,7 +11221,7 @@ entities: 0: 3839 16,10: 0: 53504 - 1: 64 + 2: 64 16,11: 0: 61663 8,9: @@ -11053,24 +11254,24 @@ entities: 0: 45532 9,12: 0: 29688 - 9: 32768 + 8: 32768 10,12: 0: 187 - 9: 28672 + 8: 28672 11,12: 0: 65535 4,9: 0: 57344 - 1: 136 + 2: 136 4,11: 0: 61166 4,12: 0: 61166 4,8: - 1: 34944 + 2: 34944 5,9: 0: 61986 - 1: 136 + 2: 136 5,10: 0: 65535 5,11: @@ -11102,76 +11303,78 @@ entities: 18,12: 0: 60637 19,10: - 1: 50416 + 2: 50416 0: 4096 19,11: 0: 13105 - 1: 34952 + 2: 34952 19,12: 0: 13107 - 1: 34952 + 2: 34952 20,10: - 1: 17968 + 2: 17968 20,11: - 1: 20292 + 2: 20292 16,13: 0: 3581 15,13: 0: 65535 16,14: - 1: 49158 + 2: 49158 15,14: 0: 4095 16,15: - 1: 116 + 2: 116 15,15: - 1: 8946 + 2: 8946 17,13: 0: 65535 17,14: - 1: 61984 + 2: 61984 17,15: - 1: 2 + 2: 2 18,13: 0: 32767 18,14: - 1: 61984 + 2: 61984 18,15: - 1: 2 + 2: 2 19,13: 0: 275 - 1: 19592 + 2: 19592 19,14: - 1: 62543 + 2: 62543 19,15: - 1: 4 + 2: 4 20,12: - 1: 62532 + 2: 62532 20,14: - 1: 4403 + 2: 4403 20,13: - 1: 25668 + 2: 25668 12,13: 0: 64733 11,13: 0: 61695 12,14: - 0: 65535 + 0: 56799 11,14: - 0: 30479 + 0: 47887 12,15: - 0: 65532 + 0: 65481 + 11,15: + 0: 30491 12,16: - 0: 634 + 0: 626 13,13: 0: 65485 13,14: 0: 7645 13,15: - 0: 64988 + 0: 57308 13,16: - 0: 4381 - 1: 51200 + 0: 797 + 2: 52224 14,13: 0: 65535 14,14: @@ -11180,9 +11383,9 @@ entities: 0: 30583 14,16: 0: 7 - 1: 61952 + 2: 65280 15,16: - 1: 12835 + 2: 13107 7,12: 0: 61408 8,13: @@ -11199,7 +11402,7 @@ entities: 0: 65287 9,13: 0: 62259 - 9: 136 + 8: 136 9,14: 0: 61695 9,15: @@ -11207,7 +11410,7 @@ entities: 8,16: 0: 61176 10,13: - 9: 119 + 8: 119 0: 61440 10,14: 0: 64669 @@ -11215,12 +11418,10 @@ entities: 0: 57103 10,16: 0: 12 - 1: 8720 - 11,15: - 0: 30487 + 2: 8720 11,16: 0: 7 - 1: 41472 + 2: 41472 4,13: 0: 44782 3,13: @@ -11316,96 +11517,96 @@ entities: -1,16: 0: 63675 12,17: - 1: 61448 + 2: 61440 12,18: - 1: 52479 + 2: 52479 11,17: - 1: 64170 + 2: 64170 11,18: - 1: 43775 + 2: 43775 12,19: - 1: 36863 + 2: 36863 11,19: - 1: 45055 + 2: 45055 13,17: - 1: 63627 + 2: 63624 13,18: - 1: 39423 + 2: 39423 13,19: - 1: 36863 + 2: 36863 12,20: - 1: 15 + 2: 15 14,17: - 1: 61986 + 2: 61998 14,18: - 1: 8959 + 2: 8959 14,19: - 1: 10231 + 2: 10231 13,20: - 1: 15 + 2: 15 14,20: - 1: 15 + 2: 15 15,17: - 1: 65058 + 2: 65059 15,18: - 1: 8191 + 2: 8191 15,19: - 1: 4369 + 2: 4369 15,20: - 1: 1 + 2: 1 16,17: - 1: 13056 + 2: 13056 16,18: - 1: 819 + 2: 819 7,16: 0: 48048 8,17: - 1: 61712 + 2: 61712 7,17: 0: 11 - 1: 61312 + 2: 61312 8,18: - 1: 255 + 2: 255 7,18: - 1: 43758 + 2: 43758 8,19: - 1: 3840 + 2: 3840 7,19: - 1: 19663 + 2: 19663 9,16: 0: 4368 - 1: 192 + 2: 192 9,17: - 1: 61440 + 2: 61440 9,18: - 1: 255 + 2: 255 9,19: - 1: 3840 + 2: 3840 10,17: - 1: 61986 + 2: 61986 10,18: - 1: 8959 + 2: 8959 10,19: - 1: 18402 + 2: 18402 10,20: - 1: 12 + 2: 12 11,20: - 1: 15 + 2: 15 4,17: 0: 15 - 1: 3840 + 2: 3840 3,17: 0: 4991 - 1: 32768 + 2: 32768 5,17: 0: 2255 - 1: 8448 + 2: 8448 6,17: 0: 13085 - 1: 34816 + 2: 34816 6,18: 0: 13107 - 1: 34952 + 2: 34952 5,19: 0: 8 6,19: @@ -11413,32 +11614,31 @@ entities: 6,20: 0: 14199 7,20: - 1: 29764 + 2: 29764 0,17: - 0: 799 - 10: 2048 + 0: 4061 -1,17: 0: 7679 1,17: - 10: 1911 + 0: 1911 1,19: - 1: 17484 + 2: 17484 1,20: - 1: 50244 + 2: 50244 2,17: 0: 34823 - 1: 8960 + 2: 8960 1,18: - 1: 34952 + 2: 34952 2,19: - 1: 1 + 2: 1 0: 52424 2,18: - 1: 8738 + 2: 8738 0: 34952 2,20: 0: 36044 - 1: 4096 + 2: 4096 3,18: 0: 4369 3,19: @@ -11455,7 +11655,7 @@ entities: 0: 35071 -4,19: 0: 8 - 1: 32768 + 2: 32768 -3,17: 0: 62718 -3,18: @@ -11470,121 +11670,123 @@ entities: 0: 4095 -1,18: 0: 4369 - 1: 1092 + 2: 1092 -1,19: 0: 1 - 1: 4096 + 2: 4096 1,21: - 1: 34952 + 2: 34952 2,21: - 1: 65058 + 2: 65058 0: 8 2,22: - 1: 3311 + 2: 3311 3,21: 0: 1 - 1: 768 + 2: 768 3,22: - 1: 61696 + 2: 61696 4,22: - 1: 61440 + 2: 61440 5,22: - 1: 61440 + 2: 61440 5,20: 0: 32768 6,21: 0: 3 - 1: 61320 + 2: 61320 5,21: - 1: 2048 + 2: 2048 6,22: - 1: 6126 + 2: 6126 7,21: - 1: 12834 + 2: 12834 7,22: - 1: 1 + 2: 1 -16,10: - 1: 65535 + 2: 65535 -17,10: - 1: 65519 + 2: 65519 -16,11: - 1: 61455 + 2: 61455 -17,11: - 1: 61999 + 2: 61999 -16,12: - 1: 255 + 2: 255 -15,10: - 1: 65535 + 2: 65535 -15,11: - 1: 64991 + 2: 64991 -15,9: - 1: 52303 + 2: 52303 -15,12: - 1: 56831 + 2: 56831 -14,9: - 1: 257 - 0: 3276 - -14,11: - 0: 36738 + 2: 257 + 0: 36044 -14,10: + 2: 4369 0: 61166 + -14,11: + 2: 1 + 0: 36768 -14,12: - 1: 22003 + 2: 4403 + 0: 49280 -13,12: - 0: 60136 + 0: 64504 -19,11: - 1: 52224 + 2: 52224 -19,12: - 1: 3276 + 2: 3276 -18,11: - 1: 63300 + 2: 63300 -18,12: - 1: 18431 + 2: 18431 -18,10: - 1: 50252 + 2: 50252 -17,12: - 1: 8959 + 2: 8959 -16,13: - 1: 4095 + 2: 4095 -17,13: - 1: 12287 + 2: 12287 -16,14: - 1: 15 + 2: 15 -17,14: - 1: 15 + 2: 15 -15,13: - 1: 8191 + 2: 8191 -15,14: - 1: 3 + 2: 15 + 0: 32768 -15,15: - 0: 34952 + 0: 2184 -14,13: - 1: 20309 - -14,15: - 0: 16247 - -14,16: - 0: 11 - 1: 3072 + 2: 273 + 0: 1036 -14,14: - 0: 200 + 0: 28774 + -14,15: + 0: 32631 + -13,13: + 0: 64318 -13,14: - 0: 47674 + 0: 47803 -13,15: 0: 43939 - -13,13: - 0: 59950 -13,16: - 0: 57570 + 0: 61683 -12,13: - 0: 45966 + 0: 62350 -12,14: - 0: 65439 + 0: 65311 -12,15: 0: 56793 -11,13: 0: 63935 -11,14: - 0: 65339 + 0: 65307 -11,15: 0: 26212 -10,13: @@ -11592,16 +11794,16 @@ entities: -10,14: 0: 65419 -10,15: - 0: 39738 + 0: 3723 -10,16: + 2: 4369 0: 52428 - 1: 4368 -9,13: 0: 29683 -9,14: 0: 65399 -9,15: - 0: 11823 + 0: 3919 -9,16: 0: 65535 -8,13: @@ -11609,107 +11811,117 @@ entities: -8,14: 0: 63247 -8,15: - 0: 49223 + 0: 50439 -18,13: - 1: 17604 + 2: 17604 -18,14: - 1: 12 + 2: 12 -8,16: - 0: 61166 + 0: 52428 -7,13: 0: 56784 -7,14: - 0: 63233 - 1: 4 + 0: 63237 -7,15: - 0: 28919 + 0: 29431 -7,16: - 0: 30583 + 0: 13175 -6,13: - 0: 61875 + 0: 45491 -6,14: 0: 61872 -6,15: - 0: 15288 + 0: 39864 -6,16: - 0: 30583 + 0: 1395 + 2: 16384 -14,17: - 0: 52360 + 0: 61132 -14,18: - 0: 35020 + 0: 52462 + -14,16: + 2: 1088 -13,17: 0: 65535 -13,18: 0: 65535 -13,19: - 0: 14 + 0: 15 -12,16: - 0: 5360 + 0: 1776 -12,17: - 0: 65407 + 0: 30527 -12,18: - 0: 30719 - -12,19: - 0: 1 + 0: 13175 + 2: 32768 -11,16: 0: 29808 -11,17: - 0: 26215 + 0: 30071 -11,18: - 1: 61440 - 0: 238 + 0: 127 + 2: 28672 -10,17: - 1: 3857 + 2: 3857 0: 12 -10,18: - 0: 59631 + 0: 20415 -10,19: - 0: 3310 + 0: 61439 -9,17: 0: 15 - 1: 3840 + 2: 3840 -9,18: - 0: 12527 + 0: 1887 -9,19: - 0: 307 - 1: 8 + 0: 273 + 2: 1024 -8,17: - 1: 3328 - 0: 14 + 2: 256 + 0: 3276 -8,18: - 0: 223 - 1: 8704 + 0: 65535 -8,19: - 1: 15 + 0: 53205 -7,17: - 0: 7 - 1: 1792 + 0: 819 -7,18: - 0: 251 - 1: 16384 + 0: 4383 + 2: 17408 -7,19: - 1: 7 - -6,17: - 0: 10103 + 0: 13105 -6,18: - 0: 247 - 1: 32768 + 0: 15 + 2: 32768 + -6,17: + 2: 1092 -5,18: 0: 631 -6,19: - 1: 8 - -14,-4: - 0: 65520 + 2: 8 + 17,2: + 2: 61440 + 17,3: + 2: 255 + 18,2: + 2: 61440 + 18,3: + 2: 255 + 19,2: + 2: 12288 + 19,3: + 2: 55 + -4,-19: + 0: 20480 -4,-18: - 1: 3584 + 0: 65367 -5,-18: - 0: 47104 - 1: 256 + 0: 47872 + 2: 4 -3,-18: - 1: 18176 + 0: 29495 -2,-18: 0: 61440 - 1: 96 -1,-18: 0: 65280 -1,-17: @@ -11717,22 +11929,22 @@ entities: 0,-18: 0: 29440 -8,-18: - 1: 61680 + 2: 62192 -9,-18: - 1: 62704 + 2: 62192 -7,-18: - 1: 63984 + 2: 65535 + -7,-17: + 2: 255 -6,-18: - 1: 7936 + 2: 6001 -6,-17: - 1: 2065 + 2: 1041 0: 14 - -17,-13: - 2: 4 -11,-18: - 1: 34944 + 2: 41696 -10,-18: - 1: 58096 + 2: 62192 uniqueMixes: - volume: 2500 temperature: 293.15 @@ -11750,7 +11962,7 @@ entities: - 0 - 0 - volume: 2500 - immutable: True + temperature: 293.15 moles: - 0 - 0 @@ -11765,7 +11977,7 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + immutable: True moles: - 0 - 0 @@ -11782,8 +11994,8 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 21.6852 - - 81.57766 + - 6666.982 + - 0 - 0 - 0 - 0 @@ -11797,23 +12009,8 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 21.824806 - - 82.102844 - - 0 - - 0 - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - volume: 2500 - temperature: 293.14975 - moles: - - 20.078888 - - 75.53487 + - 6666.982 - 0 - 0 - 0 @@ -11827,10 +12024,10 @@ entities: - volume: 2500 temperature: 293.15 moles: - - 6666.982 - 0 - 0 - 0 + - 6666.982 - 0 - 0 - 0 @@ -11840,10 +12037,10 @@ entities: - 0 - 0 - volume: 2500 - temperature: 293.15 + temperature: 293.14975 moles: - - 0 - - 6666.982 + - 20.078888 + - 75.53487 - 0 - 0 - 0 @@ -11857,11 +12054,11 @@ entities: - volume: 2500 temperature: 293.15 moles: + - 21.6852 + - 81.57766 - 0 - 0 - 0 - - 6666.982 - - 0 - 0 - 0 - 0 @@ -11884,41 +12081,20 @@ entities: - 0 - 0 - 0 - - volume: 2500 - temperature: 293.15 - moles: - - 0 - - 103.92799 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 chunkSize: 4 - type: BecomesStation id: Cog - type: GasTileOverlay - type: RadiationGridResistance - type: NavMap - - uid: 19360 +- proto: AcousticGuitarInstrument + entities: + - uid: 29038 components: - - type: MetaData - name: solution - battery - - type: Transform - parent: 19359 - - type: Solution - solution: - maxVol: 5 - name: battery - reagents: [] - - type: ContainedSolution - containerName: battery - container: 19359 + - type: Transform + rot: -6.283185307179586 rad + pos: 26.526651,-21.486578 + parent: 12 - proto: ActionStethoscope entities: - uid: 4711 @@ -11929,49 +12105,28 @@ entities: container: 12708 - proto: ActionToggleBlock entities: - - uid: 21989 - components: - - type: Transform - parent: 31881 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 31881 - - uid: 29210 + - uid: 11047 components: - type: Transform - parent: 31893 + parent: 4565 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 31893 + container: 4565 - uid: 31202 components: - type: Transform parent: 31201 - type: InstantAction container: 31201 - - uid: 31844 - components: - - type: Transform - parent: 31894 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 31894 - - uid: 31885 - components: - - type: Transform - parent: 31884 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 31884 - - uid: 31896 +- proto: ActionToggleInternals + entities: + - uid: 899 components: - type: Transform - parent: 31895 + parent: 28460 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 31895 -- proto: ActionToggleInternals - entities: + container: 28460 - uid: 2687 components: - type: Transform @@ -11990,13 +12145,20 @@ entities: parent: 5895 - type: InstantAction container: 5895 - - uid: 7270 + - uid: 6678 components: - type: Transform - parent: 16458 + parent: 31675 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 16458 + container: 31675 + - uid: 6679 + components: + - type: Transform + parent: 31364 + - type: InstantAction + originalIconColor: '#FFFFFFFF' + container: 31364 - uid: 9757 components: - type: Transform @@ -12052,44 +12214,30 @@ entities: parent: 30713 - type: InstantAction container: 30713 - - uid: 31744 - components: - - type: Transform - parent: 30059 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 30059 - - uid: 31745 - components: - - type: Transform - parent: 30062 - - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 30062 - - uid: 32030 +- proto: ActionToggleJetpack + entities: + - uid: 28699 components: - type: Transform - parent: 32029 + parent: 28698 - type: InstantAction - originalIconColor: '#FFFFFFFF' - container: 32029 -- proto: ActionToggleJetpack + container: 28698 +- proto: ActionToggleLight entities: - - uid: 6186 + - uid: 5528 components: - type: Transform - parent: 16458 + parent: 26655 - type: InstantAction originalIconColor: '#FFFFFFFF' - container: 16458 - - uid: 28699 + container: 26655 + - uid: 5542 components: - type: Transform - parent: 28698 + parent: 26694 - type: InstantAction - container: 28698 -- proto: ActionToggleLight - entities: + originalIconColor: '#FFFFFFFF' + container: 26694 - uid: 5596 components: - type: Transform @@ -12114,18 +12262,6 @@ entities: parent: 8999 - type: InstantAction container: 8999 - - uid: 12036 - components: - - type: Transform - parent: 4313 - - type: InstantAction - container: 4313 - - uid: 12037 - components: - - type: Transform - parent: 12064 - - type: InstantAction - container: 12064 - uid: 18678 components: - type: Transform @@ -12185,6 +12321,9 @@ entities: - type: Transform pos: 56.5,65.5 parent: 12 + - type: DeviceList + devices: + - 616 - uid: 377 components: - type: Transform @@ -12255,6 +12394,37 @@ entities: - 9316 - 9317 - 9314 + - uid: 706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-50.5 + parent: 12 + - type: DeviceList + devices: + - 8423 + - 2824 + - 4155 + - 6980 + - 6973 + - 8416 + - 8351 + - uid: 752 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-41.5 + parent: 12 + - type: DeviceList + devices: + - 8541 + - 8542 + - 6708 + - 690 + - 7617 + - 7618 + - 27433 + - 704 - uid: 921 components: - type: Transform @@ -12270,6 +12440,21 @@ entities: - 2097 - 1135 - 1146 + - uid: 1169 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 11.5,-50.5 + parent: 12 + - type: DeviceList + devices: + - 26030 + - 25984 + - 6005 + - 6175 + - 6981 + - 6977 + - 23101 - uid: 1288 components: - type: Transform @@ -12283,6 +12468,16 @@ entities: - 9302 - 4266 - 9305 + - uid: 1375 + components: + - type: Transform + pos: 38.5,5.5 + parent: 12 + - type: DeviceList + devices: + - 2416 + - 2680 + - 6291 - uid: 1699 components: - type: Transform @@ -12368,17 +12563,6 @@ entities: - 2100 - 1250 - 2081 - - uid: 2682 - components: - - type: Transform - pos: 35.5,5.5 - parent: 12 - - type: DeviceList - devices: - - 26593 - - 2684 - - 26415 - - 4787 - uid: 2852 components: - type: Transform @@ -12393,7 +12577,7 @@ entities: - 23936 - 6812 - 6783 - - 6815 + - 6816 - 6283 - 6978 - 6979 @@ -12408,6 +12592,7 @@ entities: devices: - 15699 - 15701 + - 23906 - 23909 - 16632 - 16631 @@ -12468,18 +12653,6 @@ entities: - 26312 - 28364 - 29393 - - uid: 4887 - components: - - type: Transform - pos: 14.5,-13.5 - parent: 12 - - type: DeviceList - devices: - - 28375 - - 9321 - - 5255 - - 5316 - - 5305 - uid: 4906 components: - type: Transform @@ -12487,7 +12660,6 @@ entities: parent: 12 - type: DeviceList devices: - - 26593 - 9303 - 10811 - 5298 @@ -12538,6 +12710,7 @@ entities: - 8916 - 8597 - 8540 + - 27072 - uid: 7342 components: - type: Transform @@ -12558,16 +12731,6 @@ entities: - 7389 - 2348 - 8986 - - uid: 8420 - components: - - type: Transform - pos: 62.5,1.5 - parent: 12 - - type: DeviceList - devices: - - 11225 - - 8344 - - 9052 - uid: 8504 components: - type: Transform @@ -12599,6 +12762,7 @@ entities: - 7461 - 26319 - 26314 + - 27072 - uid: 8971 components: - type: Transform @@ -12643,6 +12807,7 @@ entities: - 5887 - 7547 - 2020 + - 630 - uid: 9702 components: - type: Transform @@ -12750,7 +12915,6 @@ entities: parent: 12 - type: DeviceList devices: - - 28375 - 9315 - 9314 - 9318 @@ -12760,6 +12924,19 @@ entities: - 5280 - 10003 - 10026 + - uid: 10201 + components: + - type: Transform + pos: 11.5,-18.5 + parent: 12 + - type: DeviceList + devices: + - 5254 + - 5309 + - 9322 + - 9321 + - 10013 + - 9320 - uid: 11505 components: - type: Transform @@ -12793,11 +12970,11 @@ entities: - type: DeviceList devices: - 11341 - - 9488 - 6735 - 2516 - 2604 - 3702 + - 1537 - uid: 13076 components: - type: Transform @@ -12953,12 +13130,11 @@ entities: parent: 12 - type: DeviceList devices: + - 20843 - 20844 - 20105 - 20106 - 7350 - - 26899 - - 29258 - uid: 20784 components: - type: Transform @@ -12969,16 +13145,19 @@ entities: - 26327 - 26569 - 8461 - - uid: 22034 + - uid: 22005 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,63.5 + pos: 11.5,-13.5 parent: 12 - type: DeviceList devices: - - 29300 - - 28062 + - 7529 + - 9321 + - 7229 + - 5316 + - 617 + - 4938 - uid: 22248 components: - type: Transform @@ -13194,6 +13373,33 @@ entities: - 22331 - 23787 - 23790 + - uid: 23791 + components: + - type: Transform + pos: -39.5,61.5 + parent: 12 + - type: DeviceList + devices: + - 19431 + - 19430 + - 23795 + - 19338 + - 19339 + - 20344 + - 19394 + - 19397 + - 23794 + - 20345 + - 19393 + - 19396 + - 23792 + - 19290 + - 19395 + - 19392 + - 23793 + - 19289 + - 245 + - 246 - uid: 23796 components: - type: Transform @@ -13348,36 +13554,6 @@ entities: - 2201 - 19749 - 4153 - - uid: 26680 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,57.5 - parent: 12 - - type: DeviceList - devices: - - 19431 - - 12811 - - 23795 - - 19338 - - 19339 - - 20344 - - 19394 - - 19397 - - 23794 - - 20345 - - 19393 - - 19396 - - 23792 - - 19290 - - 19395 - - 19392 - - 23793 - - 245 - - 246 - - 26113 - - 12079 - - 28140 - uid: 26792 components: - type: Transform @@ -13419,7 +13595,7 @@ entities: parent: 12 - type: DeviceList devices: - - 26949 + - 2501 - 2020 - 26923 - 609 @@ -13427,6 +13603,7 @@ entities: - 26790 - 15130 - 22142 + - 630 - uid: 27312 components: - type: Transform @@ -13469,13 +13646,16 @@ entities: parent: 12 - type: DeviceList devices: - - 24083 - - 24082 - 28272 - - 23940 + - 4523 - 23941 - - 14474 + - 24083 + - 24082 + - 23943 + - 14476 - 14475 + - 26899 + - 14472 - 14471 - uid: 28328 components: @@ -13485,11 +13665,11 @@ entities: - type: DeviceList devices: - 23093 - - 23092 - 28329 - - 14474 - 14475 - - 12055 + - 616 + - 708 + - 5873 - uid: 28330 components: - type: Transform @@ -13723,21 +13903,6 @@ entities: - 27102 - 25548 - 9482 - - uid: 28376 - components: - - type: Transform - pos: 15.5,-18.5 - parent: 12 - - type: DeviceList - devices: - - 5309 - - 10013 - - 5254 - - 9322 - - 9320 - - 9321 - - 29981 - - 29982 - uid: 28381 components: - type: Transform @@ -13793,7 +13958,9 @@ entities: - type: DeviceList devices: - 29258 + - 29259 - 29271 + - 29207 - uid: 29272 components: - type: Transform @@ -13805,10 +13972,10 @@ entities: - 4163 - 29261 - 16366 + - 29207 - 26289 - 24662 - 16364 - - 26899 - uid: 29275 components: - type: Transform @@ -13831,16 +13998,6 @@ entities: - 19338 - 19339 - 16364 - - uid: 29782 - components: - - type: Transform - pos: -53.5,63.5 - parent: 12 - - type: DeviceList - devices: - - 29397 - - 29396 - - 9513 - uid: 30349 components: - type: Transform @@ -13968,18 +14125,6 @@ entities: devices: - 32229 - 10069 -- proto: AirAlarmVox - entities: - - uid: 7822 - components: - - type: Transform - pos: 4.5,71.5 - parent: 12 - - type: DeviceList - devices: - - 7844 - - 6688 - - 32024 - proto: AirCanister entities: - uid: 138 @@ -13987,11 +14132,6 @@ entities: - type: Transform pos: 55.5,10.5 parent: 12 - - uid: 1347 - components: - - type: Transform - pos: 55.5,-18.5 - parent: 12 - uid: 1792 components: - type: Transform @@ -14002,15 +14142,20 @@ entities: - type: Transform pos: -51.5,-37.5 parent: 12 - - uid: 8668 + - uid: 2831 components: - type: Transform - pos: -20.5,60.5 + pos: 63.5,-18.5 parent: 12 - - uid: 8863 + - uid: 6282 components: - type: Transform - pos: 81.5,-30.5 + pos: -51.5,-29.5 + parent: 12 + - uid: 7609 + components: + - type: Transform + pos: -59.5,-34.5 parent: 12 - uid: 9787 components: @@ -14042,11 +14187,21 @@ entities: - type: Transform pos: -4.5,11.5 parent: 12 + - uid: 23715 + components: + - type: Transform + pos: -53.5,52.5 + parent: 12 - uid: 23899 components: - type: Transform pos: -1.5,67.5 parent: 12 + - uid: 25347 + components: + - type: Transform + pos: -20.5,61.5 + parent: 12 - uid: 26544 components: - type: Transform @@ -14062,48 +14217,32 @@ entities: - type: Transform pos: 25.5,9.5 parent: 12 - - uid: 26876 - components: - - type: Transform - pos: -28.5,73.5 - parent: 12 - uid: 29112 components: - type: Transform pos: 45.5,10.5 parent: 12 - - uid: 30705 - components: - - type: Transform - pos: -17.5,-60.5 - parent: 12 - - uid: 31026 - components: - - type: Transform - pos: -60.5,-53.5 - parent: 12 - - uid: 31447 + - uid: 30113 components: - type: Transform - pos: 4.5,-53.5 + pos: -39.5,73.5 parent: 12 - - uid: 31669 + - uid: 30705 components: - type: Transform - pos: -60.5,-24.5 + pos: -17.5,-60.5 parent: 12 - proto: Airlock entities: - - uid: 81 + - uid: 259 components: - type: Transform rot: 1.5707963267948966 rad pos: 36.5,23.5 parent: 12 - - uid: 531 + - uid: 276 components: - type: Transform - rot: 3.141592653589793 rad pos: -5.5,52.5 parent: 12 - uid: 2309 @@ -14116,36 +14255,36 @@ entities: - type: Transform pos: 8.5,-28.5 parent: 12 - - uid: 12071 + - uid: 19876 components: - type: Transform rot: 1.5707963267948966 rad - pos: 53.5,63.5 + pos: -27.5,51.5 parent: 12 - - uid: 19876 + - uid: 27239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,51.5 + rot: -1.5707963267948966 rad + pos: 53.5,62.5 parent: 12 - proto: AirlockArmoryGlassLocked entities: - - uid: 89 + - uid: 292 components: - type: Transform rot: -1.5707963267948966 rad pos: -37.5,54.5 parent: 12 - - uid: 146 + - uid: 370 components: - type: Transform rot: -1.5707963267948966 rad pos: -41.5,55.5 parent: 12 - - uid: 11852 + - uid: 10592 components: - type: Transform - pos: -34.5,61.5 + pos: -43.5,54.5 parent: 12 - uid: 27104 components: @@ -14155,18 +14294,17 @@ entities: parent: 12 - proto: AirlockAssemblyMaintenance entities: - - uid: 1502 + - uid: 15446 components: - type: Transform - rot: -1.5707963267948966 rad pos: 44.5,-5.5 parent: 12 - proto: AirlockAtmosphericsLocked entities: - - uid: 292 + - uid: 437 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 28.5,5.5 parent: 12 - uid: 2181 @@ -14198,7 +14336,7 @@ entities: - DoorStatus: DoorBolt - proto: AirlockBarLocked entities: - - uid: 1009 + - uid: 445 components: - type: Transform rot: -1.5707963267948966 rad @@ -14222,25 +14360,37 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,50.5 parent: 12 +- proto: AirlockBlueShieldLocked + entities: + - uid: 32166 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,39.5 + parent: 12 - proto: AirlockBrigGlassLocked entities: - uid: 359 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,40.5 + pos: -33.5,61.5 parent: 12 - - uid: 445 + - uid: 362 + components: + - type: Transform + pos: -36.5,61.5 + parent: 12 + - uid: 446 components: - type: Transform rot: 1.5707963267948966 rad - pos: -19.5,40.5 + pos: -26.5,40.5 parent: 12 - - uid: 976 + - uid: 19439 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,61.5 + rot: 1.5707963267948966 rad + pos: -19.5,40.5 parent: 12 - uid: 19837 components: @@ -14248,20 +14398,21 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,59.5 parent: 12 -- proto: AirlockBrigLocked - entities: - - uid: 64 + - uid: 32186 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,56.5 + rot: 3.141592653589793 rad + pos: -43.5,57.5 parent: 12 - - uid: 446 +- proto: AirlockBrigLocked + entities: + - uid: 514 components: - type: Transform + rot: 3.141592653589793 rad pos: -21.5,42.5 parent: 12 - - uid: 479 + - uid: 549 components: - type: Transform rot: -1.5707963267948966 rad @@ -14284,15 +14435,9 @@ entities: - type: Transform pos: -51.5,23.5 parent: 12 - - type: Door - secondsUntilStateChange: -25460.967 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - proto: AirlockCargoGlassLocked entities: - - uid: 502 + - uid: 550 components: - type: Transform pos: 49.5,-22.5 @@ -14300,12 +14445,12 @@ entities: - uid: 553 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 59.5,-14.5 parent: 12 - proto: AirlockCargoLocked entities: - - uid: 1050 + - uid: 618 components: - type: Transform rot: -1.5707963267948966 rad @@ -14319,7 +14464,7 @@ entities: parent: 12 - proto: AirlockChapelLocked entities: - - uid: 486 + - uid: 626 components: - type: Transform rot: -1.5707963267948966 rad @@ -14338,7 +14483,7 @@ entities: parent: 12 - proto: AirlockChemistryGlassLocked entities: - - uid: 487 + - uid: 634 components: - type: Transform rot: 3.141592653589793 rad @@ -14353,14 +14498,14 @@ entities: parent: 12 - proto: AirlockChiefMedicalOfficerGlassLocked entities: - - uid: 514 + - uid: 640 components: - type: Transform pos: -11.5,-40.5 parent: 12 - proto: AirlockCommandGlass entities: - - uid: 549 + - uid: 641 components: - type: Transform rot: -1.5707963267948966 rad @@ -14368,7 +14513,7 @@ entities: parent: 12 - proto: AirlockCommandGlassLocked entities: - - uid: 550 + - uid: 684 components: - type: Transform rot: -1.5707963267948966 rad @@ -14382,6 +14527,12 @@ entities: parent: 12 - proto: AirlockCommandLocked entities: + - uid: 146 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-6.5 + parent: 12 - uid: 162 components: - type: Transform @@ -14390,25 +14541,16 @@ entities: parent: 12 - type: DeviceLinkSink invokeCounter: 4 - - uid: 626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,-6.5 - parent: 12 - - uid: 634 + - uid: 771 components: - type: Transform + rot: 3.141592653589793 rad pos: -51.5,35.5 parent: 12 - - type: AccessReader - access: - - - BlueShield - - - Command - - uid: 640 + - uid: 772 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -9.5,-6.5 parent: 12 - uid: 16380 @@ -14422,15 +14564,6 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,37.5 parent: 12 - - uid: 26906 - components: - - type: Transform - pos: -51.5,39.5 - parent: 12 - - type: AccessReader - access: - - - BlueShield - - - Command - proto: AirlockDetectiveLocked entities: - uid: 13590 @@ -14454,13 +14587,13 @@ entities: parent: 12 - proto: AirlockEngineeringGlassLocked entities: - - uid: 684 + - uid: 830 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-16.5 + rot: 1.5707963267948966 rad + pos: 29.5,-16.5 parent: 12 - - uid: 696 + - uid: 918 components: - type: Transform rot: 3.141592653589793 rad @@ -14496,151 +14629,140 @@ entities: - type: Transform pos: 4.5,21.5 parent: 12 - - uid: 727 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,-48.5 - parent: 12 - - uid: 773 + - uid: 931 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -10.5,-30.5 parent: 12 - - uid: 830 + - uid: 933 components: - type: Transform + rot: 3.141592653589793 rad pos: 16.5,-24.5 parent: 12 - - uid: 840 + - uid: 939 components: - type: Transform + rot: 3.141592653589793 rad pos: 9.5,-17.5 parent: 12 - - uid: 906 + - uid: 940 components: - type: Transform rot: 1.5707963267948966 rad pos: 32.5,-10.5 parent: 12 - - uid: 918 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-16.5 - parent: 12 - - uid: 972 + - uid: 943 components: - type: Transform rot: 1.5707963267948966 rad pos: 29.5,-18.5 parent: 12 - - uid: 973 + - uid: 947 components: - type: Transform rot: 1.5707963267948966 rad pos: 34.5,-14.5 parent: 12 - - uid: 985 + - uid: 950 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,-41.5 parent: 12 - - uid: 1014 + - uid: 954 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,-14.5 parent: 12 - - uid: 1016 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,46.5 - parent: 12 - - uid: 1082 + - uid: 957 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: 5.5,-19.5 parent: 12 - - uid: 1268 + - uid: 963 components: - type: Transform pos: -2.5,14.5 parent: 12 - - uid: 1346 + - uid: 964 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 0.5,16.5 parent: 12 - - uid: 1552 + - uid: 970 components: - type: Transform rot: 3.141592653589793 rad - pos: 51.5,26.5 + pos: 21.5,22.5 parent: 12 - - uid: 1813 + - uid: 972 components: - type: Transform - pos: 58.5,1.5 + pos: 51.5,26.5 parent: 12 - - uid: 1962 + - uid: 977 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -9.5,-19.5 parent: 12 - - uid: 2041 + - uid: 1014 components: - type: Transform rot: -1.5707963267948966 rad pos: 11.5,65.5 parent: 12 - - uid: 2092 + - uid: 1016 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,46.5 + parent: 12 + - uid: 1082 components: - type: Transform rot: 1.5707963267948966 rad pos: 5.5,-15.5 parent: 12 - - uid: 2093 + - uid: 1168 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-51.5 + rot: 1.5707963267948966 rad + pos: -48.5,-42.5 parent: 12 - - uid: 2243 + - uid: 1346 components: - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,22.5 + rot: -1.5707963267948966 rad + pos: -37.5,-51.5 parent: 12 - - uid: 2246 + - uid: 1436 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,1.5 parent: 12 - - uid: 2281 + - uid: 1613 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,3.5 + rot: -1.5707963267948966 rad + pos: 5.5,-54.5 parent: 12 - - uid: 2282 + - uid: 1813 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-46.5 parent: 12 - - uid: 2283 + - uid: 2421 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-42.5 + pos: 39.5,0.5 parent: 12 - uid: 5517 components: @@ -14668,6 +14790,12 @@ entities: - type: Transform pos: 39.5,-36.5 parent: 12 + - uid: 10017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-16.5 + parent: 12 - uid: 15705 components: - type: Transform @@ -14689,9 +14817,10 @@ entities: - type: Transform pos: -23.5,58.5 parent: 12 - - uid: 26913 + - uid: 28299 components: - type: Transform + rot: 3.141592653589793 rad pos: -18.5,-65.5 parent: 12 - uid: 32061 @@ -14721,96 +14850,52 @@ entities: parent: 12 - proto: AirlockExternalEngineeringLocked entities: - - uid: 2284 - components: - - type: Transform - pos: 15.5,13.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2345: - - DoorStatus: DoorBolt - - uid: 2345 - components: - - type: Transform - pos: 15.5,11.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2284: - - DoorStatus: DoorBolt - - uid: 2489 + - uid: 2041 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-43.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6350: - - DoorStatus: DoorBolt - - uid: 2533 + - uid: 2092 components: - type: Transform pos: 31.5,66.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2534: - - DoorStatus: DoorBolt - - uid: 2534 + - uid: 2093 components: - type: Transform pos: 31.5,68.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2533: - - DoorStatus: DoorBolt - - uid: 2539 + - uid: 2147 components: - type: Transform pos: 15.5,6.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2548: - - DoorStatus: DoorBolt - - uid: 2548 + - uid: 2277 components: - type: Transform pos: 15.5,8.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 2539: - - DoorStatus: DoorBolt - - uid: 2550 + - uid: 2281 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -22.5,-67.5 + parent: 12 + - uid: 2282 components: - type: Transform rot: 1.5707963267948966 rad pos: -54.5,-50.5 parent: 12 + - uid: 4629 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 16.5,13.5 + parent: 12 - type: DeviceLinkSink invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 31108: - - DoorStatus: DoorBolt - uid: 6350 components: - type: Transform @@ -14818,11 +14903,7 @@ entities: pos: 48.5,-42.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2489: - - DoorStatus: DoorBolt + invokeCounter: 1 - uid: 19020 components: - type: Transform @@ -14841,11 +14922,7 @@ entities: pos: -52.5,-49.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2550: - - DoorStatus: DoorBolt + invokeCounter: 1 - proto: AirlockExternalGlass entities: - uid: 402 @@ -14855,11 +14932,7 @@ entities: pos: -27.5,-1.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2967: - - DoorStatus: DoorBolt + invokeCounter: 1 - uid: 478 components: - type: Transform @@ -14867,33 +14940,28 @@ entities: pos: -27.5,0.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2967: - - DoorStatus: DoorBolt - - uid: 2576 + invokeCounter: 1 + - uid: 2283 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-4.5 parent: 12 - - uid: 2626 + - uid: 2345 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-6.5 parent: 12 - - uid: 2633 + - uid: 6255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-41.5 + pos: 12.5,-54.5 parent: 12 - - uid: 8336 + - uid: 6267 components: - type: Transform - pos: -16.5,-66.5 + pos: 31.5,-54.5 parent: 12 - uid: 10296 components: @@ -14915,6 +14983,11 @@ entities: - type: Transform pos: -36.5,15.5 parent: 12 + - uid: 10620 + components: + - type: Transform + pos: -15.5,-70.5 + parent: 12 - uid: 10786 components: - type: Transform @@ -14927,35 +15000,10 @@ entities: linkedPorts: 10785: - DoorStatus: DoorBolt - - uid: 15803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,-67.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 15804: - - DoorStatus: DoorBolt - - uid: 15804 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-67.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 15803: - - DoorStatus: DoorBolt - - uid: 29444 + - uid: 12234 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,57.5 + pos: -13.5,-70.5 parent: 12 - uid: 31611 components: @@ -14983,29 +15031,19 @@ entities: parent: 12 - proto: AirlockExternalGlassAtmosphericsLocked entities: - - uid: 2683 + - uid: 2539 components: - type: Transform rot: 1.5707963267948966 rad pos: 8.5,-3.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 4947: - - DoorStatus: DoorBolt - uid: 4947 components: - type: Transform pos: 7.5,-1.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2683: - - DoorStatus: DoorBolt + invokeCounter: 1 - uid: 5024 components: - type: Transform @@ -15028,68 +15066,43 @@ entities: linkedPorts: 5024: - DoorStatus: DoorBolt -- proto: AirlockExternalGlassCargoLocked +- proto: AirlockExternalGlassEngineeringLocked entities: - - uid: 2773 + - uid: 1810 components: - type: Transform rot: 3.141592653589793 rad - pos: 53.5,-45.5 + pos: 11.5,19.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 1 + invokeCounter: 3 - type: DeviceLinkSource linkedPorts: - 5150: + 10791: - DoorStatus: DoorBolt - - uid: 5150 + - uid: 2548 components: - type: Transform rot: 1.5707963267948966 rad - pos: 54.5,-42.5 + pos: 10.5,21.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 2773: - - DoorStatus: DoorBolt -- proto: AirlockExternalGlassEngineeringLocked - entities: - - uid: 1810 + - uid: 2550 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,19.5 + pos: 16.5,11.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 4 - - type: DeviceLinkSource - linkedPorts: - 10791: - - DoorStatus: DoorBolt - 2933: - - DoorStatus: DoorBolt - - uid: 2868 + - uid: 2576 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,21.5 + rot: 1.5707963267948966 rad + pos: 12.5,21.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 1810: - - DoorStatus: DoorBolt - - uid: 2933 + - uid: 2638 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,21.5 + rot: 1.5707963267948966 rad + pos: -20.5,-67.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - uid: 10791 components: - type: Transform @@ -15097,15 +15110,11 @@ entities: pos: 11.5,23.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 4 + invokeCounter: 3 - type: DeviceLinkSource linkedPorts: 1810: - DoorStatus: DoorBolt - 2933: - - DoorStatus: DoorBolt - 2868: - - DoorStatus: DoorBolt - uid: 19019 components: - type: Transform @@ -15125,92 +15134,54 @@ entities: - type: Transform pos: 80.5,-33.5 parent: 12 - - uid: 2967 + - uid: 2639 components: - type: Transform rot: -1.5707963267948966 rad pos: -29.5,-0.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 402: - - DoorStatus: DoorBolt - 478: - - DoorStatus: DoorBolt - - uid: 3037 + - uid: 2640 components: - type: Transform rot: -1.5707963267948966 rad pos: -28.5,-10.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 3226: - - DoorStatus: DoorBolt - - uid: 3098 + - uid: 2773 components: - type: Transform rot: -1.5707963267948966 rad pos: 5.5,28.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 3124: - - DoorStatus: DoorBolt - - uid: 3124 + - uid: 2830 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,28.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 3098: - - DoorStatus: DoorBolt - - uid: 3226 + - uid: 2868 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,-10.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 3037: - - DoorStatus: DoorBolt - - uid: 3781 + - uid: 2904 components: - type: Transform rot: 1.5707963267948966 rad pos: 28.5,17.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 27864: - - DoorStatus: DoorBolt - - uid: 4241 + - uid: 2933 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,67.5 + pos: -21.5,66.5 + parent: 12 + - uid: 2967 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,66.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 4683: - - DoorStatus: DoorBolt - uid: 10785 components: - type: Transform @@ -15223,23 +15194,40 @@ entities: linkedPorts: 10786: - DoorStatus: DoorBolt + - uid: 25678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-42.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 - uid: 27864 components: - type: Transform rot: -1.5707963267948966 rad pos: 26.5,17.5 parent: 12 + - type: Door + secondsUntilStateChange: -18332.322 + state: Opening - type: DeviceLinkSink - invokeCounter: 2 + invokeCounter: 1 - type: DeviceLinkSource - linkedPorts: - 3781: - - DoorStatus: DoorBolt + lastSignals: + DoorStatus: True - uid: 28369 components: - type: Transform pos: 77.5,-33.5 parent: 12 + - uid: 29229 + components: + - type: Transform + pos: -23.5,63.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 - proto: AirlockExternalGlassShuttleArrivalsLocked entities: - uid: 14686 @@ -15318,17 +15306,23 @@ entities: parent: 12 - proto: AirlockExternalGlassShuttleEscape entities: + - uid: 573 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-71.5 + parent: 12 - uid: 1033 components: - type: Transform rot: 3.141592653589793 rad pos: -18.5,74.5 parent: 12 - - uid: 22322 + - uid: 1347 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,57.5 + rot: 3.141592653589793 rad + pos: -23.5,66.5 parent: 12 - uid: 24238 components: @@ -15342,26 +15336,6 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,-39.5 parent: 12 - - uid: 30543 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,-67.5 - parent: 12 -- proto: AirlockExternalGlassShuttleGamma - entities: - - uid: 775 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,1.5 - parent: 12 - - uid: 949 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,2.5 - parent: 12 - proto: AirlockExternalGlassShuttleLocked entities: - uid: 552 @@ -15384,16 +15358,6 @@ entities: rot: -1.5707963267948966 rad pos: -30.5,-4.5 parent: 12 - - uid: 1968 - components: - - type: Transform - pos: 12.5,-54.5 - parent: 12 - - uid: 5500 - components: - - type: Transform - pos: 31.5,-54.5 - parent: 12 - uid: 7491 components: - type: Transform @@ -15428,12 +15392,34 @@ entities: - type: Transform pos: -36.5,13.5 parent: 12 + - uid: 10393 + components: + - type: Transform + pos: 13.5,-57.5 + parent: 12 + - uid: 25330 + components: + - type: Transform + pos: 30.5,-57.5 + parent: 12 + - uid: 26130 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,1.5 + parent: 12 - uid: 26256 components: - type: Transform rot: 1.5707963267948966 rad pos: 60.5,-48.5 parent: 12 + - uid: 28506 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -47.5,2.5 + parent: 12 - uid: 28532 components: - type: Transform @@ -15466,6 +15452,13 @@ entities: parent: 12 - proto: AirlockExternalLocked entities: + - uid: 161 + components: + - type: Transform + pos: 52.5,64.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 - uid: 530 components: - type: Transform @@ -15490,30 +15483,23 @@ entities: linkedPorts: 530: - DoorStatus: DoorBolt - - uid: 4683 + - uid: 3037 components: - type: Transform rot: 3.141592653589793 rad - pos: 52.5,65.5 + pos: 53.5,-45.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 4241: - - DoorStatus: DoorBolt - - uid: 25368 +- proto: AirlockExternalShuttleLocked + entities: + - uid: 31079 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,71.5 + pos: -15.5,-72.5 parent: 12 -- proto: AirlockExternalShuttleLocked - entities: - - uid: 31396 + - uid: 31080 components: - type: Transform - pos: -16.5,-69.5 + pos: -13.5,-72.5 parent: 12 - proto: AirlockFreezerLocked entities: @@ -15545,40 +15531,41 @@ entities: - type: Transform pos: -14.5,-16.5 parent: 12 - - uid: 4952 + - uid: 3098 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -18.5,-5.5 parent: 12 - - uid: 5434 + - uid: 5130 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-3.5 parent: 12 - - uid: 5475 + - uid: 5233 components: - type: Transform rot: -1.5707963267948966 rad pos: -25.5,-6.5 parent: 12 - - uid: 6051 + - uid: 6002 components: - type: Transform pos: 21.5,32.5 parent: 12 - - uid: 6145 + - uid: 6051 components: - type: Transform + rot: 3.141592653589793 rad pos: 21.5,38.5 parent: 12 - - uid: 6814 + - uid: 6811 components: - type: Transform pos: -9.5,46.5 parent: 12 - - uid: 6816 + - uid: 6813 components: - type: Transform pos: -7.5,46.5 @@ -15589,19 +15576,24 @@ entities: rot: -1.5707963267948966 rad pos: 39.5,-27.5 parent: 12 - - uid: 7741 + - uid: 7465 components: - type: Transform - rot: 1.5707963267948966 rad + pos: 51.5,60.5 + parent: 12 + - uid: 8035 + components: + - type: Transform + rot: -1.5707963267948966 rad pos: -5.5,61.5 parent: 12 - - uid: 7742 + - uid: 8036 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -13.5,63.5 parent: 12 - - uid: 7743 + - uid: 8037 components: - type: Transform rot: -1.5707963267948966 rad @@ -15661,48 +15653,22 @@ entities: - type: Transform pos: 19.5,55.5 parent: 12 - - uid: 29606 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,32.5 - parent: 12 - proto: AirlockHatchMaintenance entities: - - uid: 31049 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-56.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - ports: [] - - type: DeviceLinkSource - linkedPorts: {} - lastSignals: {} - ports: [] - - uid: 32119 + - uid: 21605 components: - type: Transform - pos: -60.5,-58.5 + pos: -21.5,55.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - ports: [] - - type: DeviceLinkSource - linkedPorts: {} - lastSignals: {} - ports: [] - proto: AirlockHeadOfPersonnelLocked entities: - - uid: 7748 + - uid: 8043 components: - type: Transform rot: -1.5707963267948966 rad pos: -38.5,22.5 parent: 12 - - uid: 7749 + - uid: 8464 components: - type: Transform rot: -1.5707963267948966 rad @@ -15710,13 +15676,13 @@ entities: parent: 12 - proto: AirlockHeadOfSecurityLocked entities: - - uid: 7750 + - uid: 8812 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,34.5 parent: 12 - - uid: 7751 + - uid: 8863 components: - type: Transform rot: 1.5707963267948966 rad @@ -15724,10 +15690,10 @@ entities: parent: 12 - proto: AirlockHydroGlassLocked entities: - - uid: 7754 + - uid: 9408 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 65.5,53.5 parent: 12 - uid: 23742 @@ -15737,10 +15703,10 @@ entities: parent: 12 - proto: AirlockHydroponicsLocked entities: - - uid: 7755 + - uid: 9560 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 65.5,44.5 parent: 12 - uid: 24102 @@ -15750,20 +15716,20 @@ entities: parent: 12 - proto: AirlockJanitorLocked entities: - - uid: 3143 + - uid: 4118 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,21.5 + pos: 7.5,-49.5 parent: 12 - - uid: 4118 + - uid: 9824 components: - type: Transform - pos: 7.5,-49.5 + rot: 1.5707963267948966 rad + pos: 42.5,21.5 parent: 12 - proto: AirlockKitchenLocked entities: - - uid: 7756 + - uid: 10667 components: - type: Transform rot: 3.141592653589793 rad @@ -15777,7 +15743,7 @@ entities: parent: 12 - proto: AirlockLawyerGlassLocked entities: - - uid: 7757 + - uid: 10698 components: - type: Transform rot: -1.5707963267948966 rad @@ -15793,6 +15759,12 @@ entities: parent: 12 - proto: AirlockMaint entities: + - uid: 2894 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 11.5,-52.5 + parent: 12 - uid: 3070 components: - type: Transform @@ -15809,44 +15781,65 @@ entities: rot: 3.141592653589793 rad pos: 32.5,-29.5 parent: 12 - - uid: 7758 + - uid: 10708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 32.5,-41.5 + parent: 12 + - uid: 10710 components: - type: Transform + rot: 3.141592653589793 rad pos: -7.5,-32.5 parent: 12 - - uid: 7759 + - uid: 10711 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -9.5,-34.5 parent: 12 - - uid: 7813 + - uid: 10713 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: 11.5,-37.5 parent: 12 - - uid: 7814 + - uid: 10937 components: - type: Transform - pos: 32.5,-36.5 + rot: 3.141592653589793 rad + pos: 33.5,-36.5 parent: 12 - - uid: 7829 + - uid: 11005 components: - type: Transform rot: 3.141592653589793 rad pos: 45.5,-33.5 parent: 12 - - uid: 7847 + - uid: 11006 components: - type: Transform - pos: 34.5,-33.5 + rot: 1.5707963267948966 rad + pos: 34.5,-48.5 + parent: 12 + - uid: 11007 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,-33.5 parent: 12 - uid: 24134 components: - type: Transform pos: 45.5,46.5 parent: 12 + - uid: 27048 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-52.5 + parent: 12 - proto: AirlockMaintAtmoLocked entities: - uid: 5070 @@ -15867,19 +15860,21 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,10.5 parent: 12 -- proto: AirlockMaintCargoLocked +- proto: AirlockMaintBlueShieldLocked entities: - - uid: 7955 + - uid: 32165 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-13.5 + pos: -50.5,42.5 parent: 12 - - uid: 7989 +- proto: AirlockMaintCargoLocked + entities: + - uid: 11039 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-23.5 + rot: 1.5707963267948966 rad + pos: 45.5,-13.5 parent: 12 - uid: 23143 components: @@ -15887,6 +15882,11 @@ entities: rot: 3.141592653589793 rad pos: 51.5,-9.5 parent: 12 + - uid: 27885 + components: + - type: Transform + pos: 45.5,-23.5 + parent: 12 - proto: AirlockMaintEngiLocked entities: - uid: 1551 @@ -15895,19 +15895,19 @@ entities: rot: 3.141592653589793 rad pos: 53.5,-6.5 parent: 12 - - uid: 8001 + - uid: 11164 components: - type: Transform rot: -1.5707963267948966 rad pos: 7.5,-21.5 parent: 12 - - uid: 8002 + - uid: 11351 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,-14.5 parent: 12 - - uid: 8003 + - uid: 11356 components: - type: Transform rot: 3.141592653589793 rad @@ -15915,37 +15915,37 @@ entities: parent: 12 - proto: AirlockMaintGlassLocked entities: - - uid: 26907 + - uid: 27845 components: - type: Transform rot: 1.5707963267948966 rad - pos: -20.5,73.5 + pos: -25.5,72.5 parent: 12 - - uid: 26916 + - uid: 29661 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,73.5 + rot: 1.5707963267948966 rad + pos: -20.5,72.5 parent: 12 - proto: AirlockMaintHOPLocked entities: - - uid: 8006 + - uid: 11609 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -30.5,22.5 parent: 12 - proto: AirlockMaintHydroLocked entities: - - uid: 8007 + - uid: 11643 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 58.5,45.5 parent: 12 - proto: AirlockMaintJanitorLocked entities: - - uid: 4267 + - uid: 11931 components: - type: Transform rot: 1.5707963267948966 rad @@ -15963,18 +15963,6 @@ entities: - type: Transform pos: 39.5,20.5 parent: 12 - - uid: 647 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,68.5 - parent: 12 - - type: DeviceLinkSink - invokeCounter: 2 - - type: DeviceLinkSource - linkedPorts: - 10712: - - DoorStatus: DoorBolt - uid: 2358 components: - type: Transform @@ -15987,263 +15975,270 @@ entities: rot: -1.5707963267948966 rad pos: 0.5,22.5 parent: 12 - - uid: 4521 + - uid: 4112 components: - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-20.5 + pos: -39.5,-13.5 parent: 12 - - uid: 4522 + - uid: 10635 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,17.5 + pos: -24.5,16.5 parent: 12 - - uid: 4720 + - uid: 10654 components: - type: Transform rot: -1.5707963267948966 rad - pos: 50.5,25.5 + pos: -9.5,1.5 parent: 12 - - uid: 6712 + - uid: 10707 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-28.5 + rot: 1.5707963267948966 rad + pos: -13.5,16.5 parent: 12 - - uid: 7744 + - uid: 10709 components: - type: Transform rot: 1.5707963267948966 rad - pos: -21.5,55.5 + pos: -5.5,20.5 parent: 12 - - uid: 8010 + - uid: 11947 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,-24.5 + rot: -1.5707963267948966 rad + pos: 1.5,70.5 parent: 12 - - uid: 8011 + - uid: 11950 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,11.5 + rot: 3.141592653589793 rad + pos: 41.5,9.5 parent: 12 - - uid: 8012 + - uid: 11951 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,62.5 + rot: 3.141592653589793 rad + pos: 41.5,15.5 parent: 12 - - uid: 8013 + - uid: 11952 components: - type: Transform rot: -1.5707963267948966 rad - pos: 48.5,-39.5 + pos: -18.5,17.5 parent: 12 - - uid: 8034 + - uid: 11953 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,26.5 + pos: 49.5,22.5 parent: 12 - - uid: 8037 + - uid: 11954 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,29.5 + pos: 50.5,25.5 parent: 12 - - uid: 8038 + - uid: 12036 components: - type: Transform - pos: -26.5,24.5 + pos: 5.5,-24.5 parent: 12 - - uid: 8039 + - uid: 12037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,12.5 + rot: 3.141592653589793 rad + pos: 38.5,-20.5 parent: 12 - - uid: 8044 + - uid: 12064 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,12.5 + pos: -44.5,68.5 parent: 12 - - uid: 8973 + - uid: 12080 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,42.5 + rot: 1.5707963267948966 rad + pos: 39.5,11.5 parent: 12 - - uid: 9079 + - uid: 12251 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,8.5 + pos: -60.5,-17.5 parent: 12 - - uid: 9083 + - uid: 12320 components: - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,46.5 + pos: -58.5,-31.5 parent: 12 - - uid: 9169 + - uid: 12345 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,33.5 + pos: -58.5,-19.5 parent: 12 - - uid: 9408 + - uid: 13169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,33.5 + rot: 1.5707963267948966 rad + pos: 41.5,62.5 parent: 12 - - uid: 9556 + - uid: 13310 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,49.5 + rot: 1.5707963267948966 rad + pos: 48.5,-39.5 parent: 12 - - uid: 9560 + - uid: 13754 components: - type: Transform rot: 3.141592653589793 rad - pos: 3.5,63.5 + pos: -6.5,26.5 parent: 12 - - uid: 9663 + - uid: 14260 components: - type: Transform rot: 3.141592653589793 rad - pos: 7.5,63.5 + pos: -6.5,29.5 parent: 12 - - uid: 10180 + - uid: 14261 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,16.5 + pos: -26.5,24.5 parent: 12 - - uid: 10222 + - uid: 14474 components: - type: Transform - pos: 26.5,64.5 + rot: 1.5707963267948966 rad + pos: 36.5,17.5 parent: 12 - - uid: 10224 + - uid: 14558 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,57.5 + rot: 1.5707963267948966 rad + pos: 42.5,12.5 parent: 12 - - uid: 10237 + - uid: 14559 components: - type: Transform - pos: -27.5,-11.5 + rot: -1.5707963267948966 rad + pos: 31.5,12.5 parent: 12 - - uid: 10635 + - uid: 14904 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,16.5 + pos: -1.5,42.5 parent: 12 - - uid: 10654 + - uid: 14905 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -9.5,1.5 + rot: 1.5707963267948966 rad + pos: 46.5,8.5 parent: 12 - - uid: 10667 + - uid: 14946 components: - type: Transform - pos: -28.5,-13.5 + pos: 44.5,61.5 parent: 12 - - uid: 10698 + - uid: 14955 components: - type: Transform - pos: -48.5,48.5 + pos: -1.5,46.5 parent: 12 - - uid: 10708 + - uid: 15581 components: - type: Transform rot: -1.5707963267948966 rad - pos: -41.5,-52.5 + pos: -0.5,35.5 parent: 12 - - uid: 10709 + - uid: 15582 components: - type: Transform rot: 1.5707963267948966 rad - pos: -5.5,20.5 + pos: -23.5,33.5 parent: 12 - - uid: 10710 + - uid: 15583 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-64.5 + rot: 1.5707963267948966 rad + pos: -18.5,33.5 parent: 12 - - uid: 10711 + - uid: 15654 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,-68.5 + rot: 3.141592653589793 rad + pos: -22.5,49.5 parent: 12 - - uid: 10712 + - uid: 15655 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 + rot: 3.141592653589793 rad + pos: 3.5,63.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 647: - - DoorStatus: DoorBolt - - uid: 10713 + - uid: 15693 components: - type: Transform rot: 3.141592653589793 rad - pos: -6.5,-65.5 + pos: 7.5,63.5 parent: 12 - - uid: 10826 + - uid: 15696 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,-63.5 + pos: 26.5,64.5 parent: 12 - - uid: 11950 + - uid: 15803 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,9.5 + pos: 43.5,57.5 parent: 12 - - uid: 11951 + - uid: 15804 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,-40.5 + parent: 12 + - uid: 15902 components: - type: Transform rot: 3.141592653589793 rad - pos: 41.5,15.5 + pos: -27.5,-11.5 parent: 12 - - uid: 11953 + - uid: 15903 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,22.5 + pos: -28.5,-13.5 parent: 12 - - uid: 13002 + - uid: 15904 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -59.5,-20.5 + rot: 1.5707963267948966 rad + pos: -33.5,-14.5 parent: 12 - - uid: 14946 + - uid: 15905 components: - type: Transform - pos: 44.5,61.5 + pos: -48.5,48.5 parent: 12 - - uid: 15581 + - uid: 16347 components: - type: Transform rot: -1.5707963267948966 rad - pos: -0.5,35.5 + pos: -41.5,-52.5 + parent: 12 + - uid: 16419 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -10.5,-64.5 + parent: 12 + - uid: 16641 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-68.5 parent: 12 - uid: 16787 components: @@ -16251,6 +16246,17 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-1.5 parent: 12 + - uid: 17760 + components: + - type: Transform + pos: -6.5,-65.5 + parent: 12 + - uid: 17762 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 1.5,-63.5 + parent: 12 - uid: 21890 components: - type: Transform @@ -16261,11 +16267,6 @@ entities: - type: Transform pos: -12.5,-5.5 parent: 12 - - uid: 22026 - components: - - type: Transform - pos: -36.5,74.5 - parent: 12 - uid: 22341 components: - type: Transform @@ -16330,12 +16331,6 @@ entities: - type: Transform pos: 8.5,60.5 parent: 12 - - uid: 25323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,17.5 - parent: 12 - uid: 25595 components: - type: Transform @@ -16346,18 +16341,6 @@ entities: - type: Transform pos: -18.5,69.5 parent: 12 - - uid: 26879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,68.5 - parent: 12 - - uid: 26919 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,14.5 - parent: 12 - uid: 27454 components: - type: Transform @@ -16375,6 +16358,17 @@ entities: rot: 3.141592653589793 rad pos: -5.5,8.5 parent: 12 + - uid: 29076 + components: + - type: Transform + pos: -31.5,76.5 + parent: 12 + - uid: 29138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,75.5 + parent: 12 - uid: 29721 components: - type: Transform @@ -16398,11 +16392,6 @@ entities: parent: 12 - type: DeviceLinkSink invokeCounter: 1 - - uid: 31349 - components: - - type: Transform - pos: -35.5,-13.5 - parent: 12 - uid: 31393 components: - type: Transform @@ -16410,29 +16399,33 @@ entities: parent: 12 - proto: AirlockMaintMedLocked entities: + - uid: 619 + components: + - type: Transform + pos: -16.5,-66.5 + parent: 12 - uid: 3032 components: - type: Transform rot: -1.5707963267948966 rad pos: 2.5,-36.5 parent: 12 - - uid: 5364 + - uid: 17763 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-40.5 + rot: -1.5707963267948966 rad + pos: 2.5,-50.5 parent: 12 - - uid: 10937 + - uid: 17822 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-50.5 + pos: -7.5,-40.5 parent: 12 - - uid: 11005 + - uid: 17832 components: - type: Transform rot: 3.141592653589793 rad - pos: -7.5,-40.5 + pos: -34.5,-40.5 parent: 12 - uid: 24641 components: @@ -16474,13 +16467,13 @@ entities: rot: 3.141592653589793 rad pos: -20.5,-18.5 parent: 12 - - uid: 11006 + - uid: 17839 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -47.5,-29.5 parent: 12 - - uid: 11007 + - uid: 18311 components: - type: Transform pos: -49.5,-33.5 @@ -16493,44 +16486,35 @@ entities: parent: 12 - proto: AirlockMaintRnDMedLocked entities: - - uid: 11164 + - uid: 18626 components: - type: Transform - rot: 3.141592653589793 rad pos: -38.5,-49.5 parent: 12 -- proto: AirlockMaintSalvageLocked - entities: - - uid: 11298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-40.5 - parent: 12 - proto: AirlockMaintSecLocked entities: - - uid: 11301 + - uid: 18246 components: - type: Transform - rot: 1.5707963267948966 rad + rot: 3.141592653589793 rad pos: -21.5,59.5 parent: 12 - - uid: 11363 + - uid: 18635 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -31.5,36.5 parent: 12 - - uid: 11497 + - uid: 18639 components: - type: Transform rot: -1.5707963267948966 rad pos: -43.5,45.5 parent: 12 - - uid: 11499 + - uid: 18645 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -49.5,55.5 parent: 12 - uid: 20807 @@ -16540,7 +16524,7 @@ entities: parent: 12 - proto: AirlockMaintServiceLocked entities: - - uid: 11507 + - uid: 18664 components: - type: Transform rot: 3.141592653589793 rad @@ -16548,10 +16532,10 @@ entities: parent: 12 - proto: AirlockMedical entities: - - uid: 11518 + - uid: 18846 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -14.5,-55.5 parent: 12 - proto: AirlockMedicalGlassLocked @@ -16568,16 +16552,16 @@ entities: rot: 1.5707963267948966 rad pos: -24.5,-46.5 parent: 12 - - uid: 11534 + - uid: 11589 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -4.5,-49.5 + pos: 31.5,40.5 parent: 12 - - uid: 11589 + - uid: 19256 components: - type: Transform - pos: 31.5,40.5 + rot: 1.5707963267948966 rad + pos: -4.5,-49.5 parent: 12 - proto: AirlockMedicalLocked entities: @@ -16603,45 +16587,46 @@ entities: - type: Transform pos: 0.5,-48.5 parent: 12 - - uid: 11609 + - uid: 19326 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -18.5,-58.5 parent: 12 - - uid: 11931 + - uid: 19333 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -18.5,-50.5 parent: 12 - - uid: 11947 + - uid: 19360 components: - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-53.5 parent: 12 - - uid: 11958 + - uid: 19436 components: - type: Transform rot: 1.5707963267948966 rad pos: -5.5,-45.5 parent: 12 - - uid: 11959 + - uid: 19437 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -1.5,-38.5 parent: 12 - - uid: 11960 + - uid: 19438 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: 1.5,-33.5 parent: 12 - - uid: 11965 + - uid: 19440 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -2.5,-34.5 parent: 12 - uid: 26053 @@ -16657,32 +16642,26 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-39.5 parent: 12 - - uid: 5494 + - uid: 19452 components: - type: Transform rot: -1.5707963267948966 rad - pos: 2.5,-45.5 + pos: 2.5,-42.5 parent: 12 - - uid: 11972 + - uid: 19453 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,-42.5 + rot: -1.5707963267948966 rad + pos: 2.5,-45.5 parent: 12 - - uid: 11973 + - uid: 19456 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: 9.5,-42.5 parent: 12 - proto: AirlockMedicalScienceLocked entities: - - uid: 11976 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,-46.5 - parent: 12 - uid: 12682 components: - type: Transform @@ -16691,6 +16670,12 @@ entities: parent: 12 - type: PaintableAirlock department: Medical + - uid: 19811 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-46.5 + parent: 12 - proto: AirlockQuartermasterLocked entities: - uid: 8437 @@ -16700,13 +16685,13 @@ entities: parent: 12 - proto: AirlockResearchDirectorLocked entities: - - uid: 11977 + - uid: 19830 components: - type: Transform rot: 1.5707963267948966 rad pos: -34.5,-24.5 parent: 12 - - uid: 12019 + - uid: 19848 components: - type: Transform rot: 1.5707963267948966 rad @@ -16714,42 +16699,48 @@ entities: parent: 12 - proto: AirlockSalvageLocked entities: - - uid: 6201 + - uid: 10629 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-28.5 + pos: 58.5,-25.5 parent: 12 - - uid: 6707 + - uid: 20808 components: - type: Transform pos: 60.5,-27.5 parent: 12 - - uid: 10629 + - uid: 20810 components: - type: Transform - pos: 58.5,-25.5 + rot: 1.5707963267948966 rad + pos: 55.5,-28.5 parent: 12 - proto: AirlockScienceGlassLocked entities: - - uid: 12227 + - uid: 20811 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-29.5 parent: 12 - - uid: 12290 + - uid: 20812 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-26.5 parent: 12 - - uid: 12320 + - uid: 20816 components: - type: Transform rot: -1.5707963267948966 rad pos: -50.5,-22.5 parent: 12 + - uid: 20817 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,57.5 + parent: 12 - proto: AirlockScienceLocked entities: - uid: 488 @@ -16769,48 +16760,48 @@ entities: rot: 3.141592653589793 rad pos: -38.5,-40.5 parent: 12 - - uid: 12345 + - uid: 20850 components: - type: Transform rot: 1.5707963267948966 rad pos: -18.5,-24.5 parent: 12 - - uid: 12610 + - uid: 20857 components: - type: Transform rot: 1.5707963267948966 rad pos: -22.5,-24.5 parent: 12 - - uid: 12611 + - uid: 20858 components: - type: Transform rot: 1.5707963267948966 rad pos: -41.5,-29.5 parent: 12 - - uid: 12612 + - uid: 20859 components: - type: Transform rot: 1.5707963267948966 rad pos: -45.5,-39.5 parent: 12 - - uid: 12613 + - uid: 20866 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -39.5,-34.5 parent: 12 - - uid: 12632 + - uid: 20869 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -22.5,-29.5 parent: 12 - proto: AirlockSecurityGlassLocked entities: - - uid: 40 + - uid: 63 components: - type: Transform - pos: -43.5,54.5 + pos: -48.5,57.5 parent: 12 - uid: 8715 components: @@ -16822,22 +16813,16 @@ entities: - type: Transform pos: 51.5,-35.5 parent: 12 - - uid: 11837 - components: - - type: Transform - pos: -38.5,60.5 - parent: 12 - - uid: 13310 + - uid: 12713 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,53.5 + pos: -26.5,62.5 parent: 12 - - uid: 13754 + - uid: 19232 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,53.5 + rot: 1.5707963267948966 rad + pos: -24.5,61.5 parent: 12 - uid: 19302 components: @@ -16860,43 +16845,49 @@ entities: rot: 1.5707963267948966 rad pos: -32.5,48.5 parent: 12 - - uid: 22118 + - uid: 20873 components: - type: Transform - pos: -29.5,61.5 + rot: -1.5707963267948966 rad + pos: -33.5,53.5 parent: 12 - - uid: 32293 + - uid: 20874 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,63.5 + rot: -1.5707963267948966 rad + pos: -31.5,53.5 parent: 12 - proto: AirlockSecurityLocked entities: - - uid: 13755 + - uid: 21313 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -40.5,39.5 parent: 12 - - uid: 14260 + - uid: 21325 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -40.5,41.5 parent: 12 - - uid: 14261 + - uid: 21594 components: - type: Transform - rot: 3.141592653589793 rad pos: 22.5,60.5 parent: 12 + - uid: 21595 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-32.5 + parent: 12 - proto: AirlockServiceGlassLocked entities: - - uid: 14903 + - uid: 21929 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 53.5,55.5 parent: 12 - proto: AirlockServiceLocked @@ -16911,33 +16902,34 @@ entities: - type: Transform pos: 30.5,-34.5 parent: 12 - - uid: 14904 + - uid: 21965 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: 10.5,-34.5 parent: 12 - - uid: 14905 + - uid: 22042 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,20.5 parent: 12 - - uid: 14906 + - uid: 22053 components: - type: Transform + rot: 3.141592653589793 rad pos: -10.5,-16.5 parent: 12 - - uid: 14955 + - uid: 22056 components: - type: Transform rot: 3.141592653589793 rad pos: 34.5,48.5 parent: 12 - - uid: 15008 + - uid: 22118 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -21.5,23.5 parent: 12 - uid: 22888 @@ -16986,10 +16978,10 @@ entities: linkedPorts: 2298: - DoorStatus: DoorBolt - - uid: 15461 + - uid: 22340 components: - type: Transform - rot: 1.5707963267948966 rad + rot: -1.5707963267948966 rad pos: -14.5,-58.5 parent: 12 - proto: AirSensor @@ -17107,6 +17099,14 @@ entities: - type: DeviceNetwork deviceLists: - 28373 + - uid: 2416 + components: + - type: Transform + pos: 38.5,3.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 1375 - uid: 2604 components: - type: Transform @@ -17191,15 +17191,6 @@ entities: - type: DeviceNetwork deviceLists: - 29272 - - uid: 4787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,4.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 2682 - uid: 5011 components: - type: Transform @@ -17235,7 +17226,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 4887 + - 22005 - uid: 7350 components: - type: Transform @@ -17279,15 +17270,15 @@ entities: - type: DeviceNetwork deviceLists: - 27312 - - uid: 8344 + - uid: 8423 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-0.5 + pos: 31.5,-51.5 parent: 12 - type: DeviceNetwork deviceLists: - - 8420 + - 706 - uid: 8916 components: - type: Transform @@ -17505,7 +17496,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 28376 + - 10201 - uid: 10450 components: - type: Transform @@ -17774,6 +17765,15 @@ entities: - type: DeviceNetwork deviceLists: - 22582 + - uid: 23101 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-51.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 1169 - uid: 23592 components: - type: Transform @@ -17913,7 +17913,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 23793 components: - type: Transform @@ -17921,7 +17921,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 23794 components: - type: Transform @@ -17929,7 +17929,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 23795 components: - type: Transform @@ -17937,7 +17937,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 23798 components: - type: Transform @@ -18021,12 +18021,6 @@ entities: - type: DeviceNetwork deviceLists: - 24189 - - uid: 25452 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,62.5 - parent: 12 - uid: 26054 components: - type: Transform @@ -18274,20 +18268,6 @@ entities: - type: DeviceNetwork deviceLists: - 29275 - - uid: 29396 - components: - - type: Transform - pos: -53.5,62.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 29782 - - uid: 29784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -44.5,69.5 - parent: 12 - uid: 30260 components: - type: Transform @@ -18374,16 +18354,6 @@ entities: - type: DeviceNetwork deviceLists: - 3983 -- proto: AirSensorVox - entities: - - uid: 32024 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: AirTankFilled entities: - uid: 354 @@ -18394,7 +18364,8 @@ entities: - uid: 5894 components: - type: Transform - pos: 29.66415,-23.535322 + rot: -43.98229715025713 rad + pos: 33.353954,-19.804523 parent: 12 - type: GasTank toggleActionEntity: 3128 @@ -18407,7 +18378,8 @@ entities: - uid: 5895 components: - type: Transform - pos: 29.333408,-23.36321 + rot: -43.98229715025713 rad + pos: 33.696545,-19.883226 parent: 12 - type: GasTank toggleActionEntity: 4142 @@ -18435,8 +18407,16 @@ entities: - uid: 28460 components: - type: Transform - pos: 55.478806,-34.59952 + pos: 55.77801,-34.463158 parent: 12 + - type: GasTank + toggleActionEntity: 899 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 899 - uid: 30709 components: - type: Transform @@ -18453,10 +18433,10 @@ entities: - 2687 - proto: AltarConvertMaint entities: - - uid: 29248 + - uid: 22330 components: - type: Transform - pos: -36.5,77.5 + pos: -37.5,78.5 parent: 12 - proto: AltarSpawner entities: @@ -18474,27 +18454,32 @@ entities: parent: 12 - proto: AmeController entities: - - uid: 4915 + - uid: 4538 components: - type: Transform - pos: 36.5,2.5 + pos: 37.5,2.5 parent: 12 -- proto: AnomalyLocatorWide +- proto: AmePartFlatpack entities: - - uid: 29509 + - uid: 2422 components: - type: Transform - pos: -40.41073,-38.25825 + pos: 40.70155,3.4612155 parent: 12 -- proto: AnomalyLocatorWideEmpty - entities: - - uid: 28424 + - uid: 31868 components: - type: Transform - pos: -38.826336,-24.480555 + pos: 40.423157,3.779093 parent: 12 - proto: AnomalyScanner entities: + - uid: 9548 + components: + - type: Transform + parent: 9298 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 13796 components: - type: Transform @@ -18613,6 +18598,12 @@ entities: - type: Transform pos: -21.5,-48.5 parent: 12 + - uid: 3132 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,13.5 + parent: 12 - uid: 3146 components: - type: Transform @@ -18646,12 +18637,6 @@ entities: - type: Transform pos: 13.5,-36.5 parent: 12 - - uid: 7207 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,4.5 - parent: 12 - uid: 7825 components: - type: Transform @@ -18685,10 +18670,16 @@ entities: - type: Transform pos: 59.5,-27.5 parent: 12 - - uid: 9541 + - uid: 9589 components: - type: Transform - pos: 16.5,13.5 + rot: 3.141592653589793 rad + pos: -47.5,67.5 + parent: 12 + - uid: 9640 + components: + - type: Transform + pos: -0.5,5.5 parent: 12 - uid: 9899 components: @@ -18793,12 +18784,6 @@ entities: - type: Transform pos: 35.5,58.5 parent: 12 - - uid: 15680 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-3.5 - parent: 12 - uid: 16031 components: - type: Transform @@ -18933,12 +18918,6 @@ entities: rot: 3.141592653589793 rad pos: -39.5,-25.5 parent: 12 - - uid: 21922 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,1.5 - parent: 12 - uid: 22225 components: - type: Transform @@ -18990,17 +18969,17 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,7.5 parent: 12 - - uid: 26652 + - uid: 26780 components: - type: Transform rot: 1.5707963267948966 rad - pos: 51.5,0.5 + pos: 24.5,9.5 parent: 12 - - uid: 26780 + - uid: 27078 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 24.5,9.5 + rot: 3.141592653589793 rad + pos: 38.5,0.5 parent: 12 - uid: 27295 components: @@ -19020,6 +18999,12 @@ entities: rot: 3.141592653589793 rad pos: -48.5,-52.5 parent: 12 + - uid: 28717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-4.5 + parent: 12 - uid: 28969 components: - type: Transform @@ -19032,12 +19017,6 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,3.5 parent: 12 - - uid: 29452 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,67.5 - parent: 12 - uid: 29777 components: - type: Transform @@ -19079,12 +19058,6 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,-12.5 parent: 12 - - uid: 32163 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -63.5,-53.5 - parent: 12 - proto: APCElectronics entities: - uid: 10892 @@ -19157,15 +19130,10 @@ entities: parent: 12 - proto: Ash entities: - - uid: 26653 - components: - - type: Transform - pos: -0.5,19.5 - parent: 12 - - uid: 29464 + - uid: 28977 components: - type: Transform - pos: -55.6179,60.9521 + pos: -55.65416,60.668686 parent: 12 - proto: Ashtray entities: @@ -19199,247 +19167,217 @@ entities: - type: Transform pos: 11.456245,57.051254 parent: 12 - - uid: 29463 + - uid: 28976 components: - type: Transform - pos: -55.071026,61.655224 + pos: -54.97468,61.653255 parent: 12 - proto: AsimovCircuitBoard entities: - uid: 28848 components: - type: Transform - rot: -12.566370614359172 rad - pos: 2.6072965,-1.5317864 + pos: 2.3982162,-1.3528447 parent: 12 - proto: AsteroidRock entities: - - uid: 10821 - components: - - type: Transform - pos: -62.5,-49.5 - parent: 12 - - uid: 31015 - components: - - type: Transform - pos: -57.5,-54.5 - parent: 12 - - uid: 31024 + - uid: 4769 components: - type: Transform - pos: -62.5,-50.5 + pos: -58.5,-51.5 parent: 12 - - uid: 31025 + - uid: 4976 components: - type: Transform - pos: -56.5,-51.5 + pos: -52.5,-52.5 parent: 12 - - uid: 31027 + - uid: 7157 components: - type: Transform pos: -59.5,-53.5 parent: 12 - - uid: 31033 + - uid: 10819 components: - type: Transform - pos: -62.5,-51.5 + pos: -61.5,-49.5 parent: 12 - - uid: 31034 + - uid: 10823 components: - type: Transform - pos: -55.5,-53.5 + pos: -61.5,-50.5 parent: 12 - - uid: 31035 + - uid: 17288 components: - type: Transform - pos: -56.5,-55.5 + pos: -48.5,-55.5 parent: 12 - - uid: 31036 + - uid: 25452 components: - type: Transform - pos: -55.5,-54.5 + pos: -60.5,-52.5 parent: 12 - - uid: 31037 + - uid: 25568 components: - type: Transform - pos: -57.5,-56.5 + pos: -56.5,-51.5 parent: 12 - - uid: 31038 + - uid: 25682 components: - type: Transform - pos: -54.5,-54.5 + pos: -59.5,-49.5 parent: 12 - - uid: 31039 + - uid: 25738 components: - type: Transform - pos: -53.5,-53.5 + pos: -58.5,-53.5 parent: 12 - - uid: 31040 + - uid: 26291 components: - type: Transform - pos: -54.5,-55.5 + pos: -59.5,-51.5 parent: 12 - - uid: 31043 + - uid: 26305 components: - type: Transform - pos: -58.5,-55.5 + pos: -41.5,-55.5 parent: 12 - - uid: 31047 + - uid: 26413 components: - type: Transform - pos: -64.5,-55.5 + pos: -41.5,-56.5 parent: 12 - - uid: 31055 + - uid: 29024 components: - type: Transform - pos: -63.5,-52.5 + pos: -60.5,-51.5 parent: 12 - - uid: 31065 + - uid: 29978 components: - type: Transform - pos: -55.5,-56.5 + pos: -59.5,-47.5 parent: 12 - - uid: 31159 + - uid: 30180 components: - type: Transform - pos: -63.5,-51.5 + pos: -60.5,-48.5 parent: 12 - - uid: 31160 + - uid: 30184 components: - type: Transform - pos: -61.5,-51.5 + pos: -62.5,-50.5 parent: 12 - - uid: 32122 + - uid: 30271 components: - type: Transform - pos: -65.5,-53.5 + pos: -51.5,-53.5 parent: 12 - - uid: 32123 + - uid: 30305 components: - type: Transform - pos: -65.5,-52.5 + pos: -50.5,-54.5 parent: 12 - - uid: 32124 + - uid: 30426 components: - type: Transform - pos: -64.5,-51.5 + pos: -51.5,-54.5 parent: 12 - - uid: 32126 + - uid: 30533 components: - type: Transform - pos: -63.5,-49.5 + pos: -46.5,-55.5 parent: 12 - - uid: 32137 + - uid: 30536 components: - type: Transform - pos: -63.5,-57.5 + pos: -49.5,-54.5 parent: 12 - - uid: 32139 + - uid: 30537 components: - type: Transform - pos: -62.5,-58.5 + pos: -49.5,-53.5 parent: 12 - - uid: 32140 + - uid: 30538 components: - type: Transform - pos: -63.5,-56.5 + pos: -47.5,-55.5 parent: 12 - - uid: 32141 + - uid: 31026 components: - type: Transform - pos: -64.5,-56.5 + pos: -50.5,-52.5 parent: 12 - - uid: 32168 + - uid: 31034 components: - type: Transform - pos: -59.5,-49.5 + pos: -57.5,-52.5 parent: 12 - - uid: 32171 + - uid: 31036 components: - type: Transform - pos: -58.5,-58.5 + pos: -61.5,-51.5 parent: 12 - - uid: 32185 + - uid: 31042 components: - type: Transform - pos: -60.5,-48.5 + pos: -60.5,-49.5 parent: 12 - proto: AsteroidRockCoal entities: - - uid: 31041 + - uid: 11027 components: - type: Transform - pos: -55.5,-55.5 + pos: -59.5,-52.5 parent: 12 - - uid: 31042 + - uid: 30341 components: - type: Transform - pos: -53.5,-52.5 + pos: -40.5,-57.5 parent: 12 - - uid: 32138 + - uid: 30457 components: - type: Transform - pos: -62.5,-57.5 + pos: -49.5,-55.5 parent: 12 -- proto: AsteroidRockQuartz - entities: - - uid: 31111 + - uid: 31038 components: - type: Transform - pos: -60.5,-52.5 + pos: -58.5,-50.5 parent: 12 - proto: AsteroidRockTin entities: - - uid: 31022 - components: - - type: Transform - pos: -56.5,-53.5 - parent: 12 - - uid: 31107 - components: - - type: Transform - pos: -64.5,-53.5 - parent: 12 - - uid: 32125 - components: - - type: Transform - pos: -64.5,-50.5 - parent: 12 - - uid: 32182 + - uid: 10822 components: - type: Transform - pos: -59.5,-51.5 + pos: -51.5,-52.5 parent: 12 -- proto: AsteroidRockUraniumCrab - entities: - - uid: 15467 + - uid: 25823 components: - type: Transform pos: -59.5,-50.5 parent: 12 - - uid: 15474 + - uid: 30342 components: - type: Transform - pos: -60.5,-49.5 + pos: -57.5,-53.5 parent: 12 - - uid: 24286 + - uid: 31030 components: - type: Transform - pos: -60.5,-50.5 + pos: -45.5,-55.5 parent: 12 - proto: AtmosDeviceFanDirectional entities: - - uid: 193 + - uid: 159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-39.5 + rot: 1.5707963267948966 rad + pos: -9.5,-71.5 parent: 12 - - uid: 208 + - uid: 193 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-1.5 + pos: -56.5,-39.5 parent: 12 - uid: 228 components: @@ -19464,17 +19402,16 @@ entities: - type: Transform pos: 80.5,-33.5 parent: 12 - - uid: 919 + - uid: 563 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-51.5 + pos: -15.5,-72.5 parent: 12 - - uid: 1049 + - uid: 919 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,-67.5 + pos: 14.5,-51.5 parent: 12 - uid: 1355 components: @@ -19506,27 +19443,23 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,-53.5 parent: 12 - - uid: 4550 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-45.5 - parent: 12 - - uid: 4967 + - uid: 3781 components: - type: Transform - pos: 31.5,-54.5 + rot: 3.141592653589793 rad + pos: -23.5,66.5 parent: 12 - - uid: 4968 + - uid: 4550 components: - type: Transform - pos: 12.5,-54.5 + rot: 1.5707963267948966 rad + pos: 14.5,-45.5 parent: 12 - - uid: 7444 + - uid: 6155 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-2.5 + pos: -53.5,46.5 parent: 12 - uid: 7776 components: @@ -19590,17 +19523,16 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,76.5 parent: 12 - - uid: 12033 + - uid: 13558 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,57.5 + pos: 23.5,83.5 parent: 12 - - uid: 13558 + - uid: 13836 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 23.5,83.5 + pos: 30.5,-57.5 parent: 12 - uid: 14183 components: @@ -19608,6 +19540,11 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,-53.5 parent: 12 + - uid: 14527 + components: + - type: Transform + pos: 13.5,-57.5 + parent: 12 - uid: 14697 components: - type: Transform @@ -19650,15 +19587,10 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,2.5 parent: 12 - - uid: 29661 - components: - - type: Transform - pos: -22.5,71.5 - parent: 12 - - uid: 30198 + - uid: 31081 components: - type: Transform - pos: -16.5,-69.5 + pos: -13.5,-72.5 parent: 12 - uid: 31633 components: @@ -19684,6 +19616,135 @@ entities: rot: -1.5707963267948966 rad pos: -65.5,-21.5 parent: 12 + - uid: 32136 + components: + - type: Transform + pos: 11.5,19.5 + parent: 12 + - uid: 32137 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,28.5 + parent: 12 +- proto: AtmosDeviceFanTiny + entities: + - uid: 385 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,17.5 + parent: 12 + - uid: 1981 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-1.5 + parent: 12 + - uid: 2127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-2.5 + parent: 12 + - uid: 2534 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-45.5 + parent: 12 + - uid: 6814 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,64.5 + parent: 12 + - uid: 6815 + components: + - type: Transform + pos: 56.5,40.5 + parent: 12 + - uid: 15694 + components: + - type: Transform + pos: 16.5,11.5 + parent: 12 + - uid: 19878 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-35.5 + parent: 12 + - uid: 20777 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-34.5 + parent: 12 + - uid: 22360 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -29.5,-0.5 + parent: 12 + - uid: 32042 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,-67.5 + parent: 12 + - uid: 32133 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-5.5 + parent: 12 + - uid: 32134 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-3.5 + parent: 12 + - uid: 32135 + components: + - type: Transform + pos: 15.5,6.5 + parent: 12 + - uid: 32209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,-49.5 + parent: 12 + - uid: 32279 + components: + - type: Transform + pos: 31.5,66.5 + parent: 12 + - uid: 32281 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,-42.5 + parent: 12 + - uid: 32303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -21.5,66.5 + parent: 12 + - uid: 32304 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,72.5 + parent: 12 + - uid: 32305 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -20.5,72.5 + parent: 12 - proto: AtmosFixBlockerMarker entities: - uid: 93 @@ -19861,6 +19922,24 @@ entities: - type: Transform pos: 10.5,-0.5 parent: 12 + - uid: 7272 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,7.5 + parent: 12 + - uid: 7273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,7.5 + parent: 12 + - uid: 7274 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,7.5 + parent: 12 - uid: 7287 components: - type: Transform @@ -20058,6 +20137,11 @@ entities: - type: Transform pos: 85.5,-30.5 parent: 12 + - uid: 17289 + components: + - type: Transform + pos: -50.5,-53.5 + parent: 12 - uid: 26206 components: - type: Transform @@ -20068,120 +20152,115 @@ entities: - type: Transform pos: 55.5,19.5 parent: 12 - - uid: 28746 - components: - - type: Transform - pos: 9.5,6.5 - parent: 12 - - uid: 28747 + - uid: 26304 components: - type: Transform - pos: 10.5,6.5 + pos: -48.5,-54.5 parent: 12 - - uid: 28748 + - uid: 26306 components: - type: Transform - pos: 11.5,6.5 + pos: -52.5,-53.5 parent: 12 - - uid: 28749 + - uid: 26307 components: - type: Transform - pos: 12.5,6.5 + pos: -53.5,-52.5 parent: 12 - - uid: 32194 + - uid: 26610 components: - type: Transform - pos: -65.5,-51.5 + pos: -44.5,-55.5 parent: 12 - - uid: 32195 + - uid: 26758 components: - type: Transform - pos: -61.5,-48.5 + pos: -40.5,-56.5 parent: 12 - - uid: 32196 + - uid: 26866 components: - type: Transform - pos: -63.5,-50.5 + pos: -58.5,-52.5 parent: 12 - - uid: 32197 + - uid: 27910 components: - type: Transform - pos: -64.5,-52.5 + pos: -60.5,-53.5 parent: 12 - - uid: 32198 + - uid: 28746 components: - type: Transform - pos: -60.5,-50.5 + pos: 9.5,6.5 parent: 12 - - uid: 32199 + - uid: 28747 components: - type: Transform - pos: -61.5,-50.5 + pos: 10.5,6.5 parent: 12 - - uid: 32200 + - uid: 28748 components: - type: Transform - pos: -59.5,-48.5 + pos: 11.5,6.5 parent: 12 - - uid: 32201 + - uid: 28749 components: - type: Transform - pos: -58.5,-50.5 + pos: 12.5,6.5 parent: 12 - - uid: 32202 + - uid: 29082 components: - type: Transform - pos: -57.5,-49.5 + pos: -62.5,-49.5 parent: 12 - - uid: 32203 + - uid: 30185 components: - type: Transform - pos: -57.5,-51.5 + pos: -56.5,-52.5 parent: 12 - - uid: 32204 + - uid: 30196 components: - type: Transform - pos: -56.5,-50.5 + pos: -60.5,-50.5 parent: 12 - - uid: 32205 + - uid: 30198 components: - type: Transform - pos: -58.5,-53.5 + pos: -57.5,-51.5 parent: 12 - - uid: 32206 + - uid: 30272 components: - type: Transform - pos: -58.5,-54.5 + pos: -61.5,-48.5 parent: 12 - - uid: 32207 + - uid: 30279 components: - type: Transform - pos: -57.5,-55.5 + pos: -59.5,-48.5 parent: 12 - - uid: 32208 + - uid: 30298 components: - type: Transform - pos: -56.5,-57.5 + pos: -62.5,-51.5 parent: 12 - - uid: 32209 + - uid: 30343 components: - type: Transform - pos: -55.5,-57.5 + pos: -40.5,-58.5 parent: 12 - - uid: 32210 + - uid: 30454 components: - type: Transform - pos: -55.5,-52.5 + pos: -47.5,-56.5 parent: 12 - - uid: 32211 + - uid: 30489 components: - type: Transform - pos: -63.5,-58.5 + pos: -58.5,-49.5 parent: 12 - - uid: 32212 + - uid: 30490 components: - type: Transform - pos: -64.5,-57.5 + pos: -41.5,-57.5 parent: 12 - proto: AtmosFixFreezerMarker entities: @@ -20281,58 +20360,6 @@ entities: - type: Transform pos: 25.5,-6.5 parent: 12 -- proto: AtmosFixVoxMarker - entities: - - uid: 5870 - components: - - type: Transform - pos: 4.5,68.5 - parent: 12 - - uid: 6207 - components: - - type: Transform - pos: 4.5,70.5 - parent: 12 - - uid: 6264 - components: - - type: Transform - pos: 3.5,70.5 - parent: 12 - - uid: 28503 - components: - - type: Transform - pos: 4.5,69.5 - parent: 12 - - uid: 30325 - components: - - type: Transform - pos: 6.5,68.5 - parent: 12 - - uid: 30326 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - - uid: 30327 - components: - - type: Transform - pos: 6.5,70.5 - parent: 12 - - uid: 30328 - components: - - type: Transform - pos: 5.5,68.5 - parent: 12 - - uid: 30329 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - uid: 30330 - components: - - type: Transform - pos: 5.5,70.5 - parent: 12 - proto: Autolathe entities: - uid: 1942 @@ -20355,23 +20382,6 @@ entities: - type: Transform pos: 18.5,-23.5 parent: 12 - - uid: 32311 - components: - - type: Transform - pos: -8.5,7.5 - parent: 12 -- proto: BalloonNT - entities: - - uid: 28944 - components: - - type: Transform - pos: -39.69802,36.73269 - parent: 12 - - uid: 28970 - components: - - type: Transform - pos: -39.463646,36.529564 - parent: 12 - proto: BananaPhoneInstrument entities: - uid: 22811 @@ -20405,10 +20415,10 @@ entities: - type: Transform pos: 18.5,-25.5 parent: 12 - - uid: 5542 + - uid: 5620 components: - type: Transform - pos: 44.5,0.5 + pos: 50.5,1.5 parent: 12 - proto: BannerGreen entities: @@ -20460,24 +20470,10 @@ entities: parent: 12 - proto: BannerSyndicate entities: - - uid: 32345 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 12 -- proto: BarberPole - entities: - - uid: 27308 - components: - - type: Transform - pos: -10.5,46.5 - parent: 12 -- proto: BarberRazor - entities: - - uid: 15500 + - uid: 28258 components: - type: Transform - pos: -14.915354,47.5782 + pos: -48.5,-13.5 parent: 12 - proto: BarberScissors entities: @@ -20486,6 +20482,11 @@ entities: - type: Transform pos: -14.42802,47.661392 parent: 12 + - uid: 22373 + components: + - type: Transform + pos: -13.457085,56.50327 + parent: 12 - uid: 22381 components: - type: Transform @@ -20495,67 +20496,46 @@ entities: - type: InsideEntityStorage - proto: Barricade entities: - - uid: 6162 + - uid: 4469 components: - type: Transform rot: 1.5707963267948966 rad - pos: 58.5,-49.5 - parent: 12 - - uid: 8473 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-2.5 - parent: 12 - - uid: 28210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-15.5 + pos: 60.5,-12.5 parent: 12 - - uid: 28522 + - uid: 5475 components: - type: Transform + rot: 1.5707963267948966 rad pos: 60.5,-16.5 parent: 12 - - uid: 28528 - components: - - type: Transform - pos: 62.5,-15.5 - parent: 12 - - uid: 28533 - components: - - type: Transform - pos: 60.5,-12.5 - parent: 12 - - uid: 28534 + - uid: 7559 components: - type: Transform - pos: 63.5,-13.5 + rot: 1.5707963267948966 rad + pos: 63.5,-16.5 parent: 12 - - uid: 29046 + - uid: 7829 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,-48.5 + pos: 60.5,-14.5 parent: 12 - - uid: 29061 + - uid: 8473 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-46.5 + rot: 3.141592653589793 rad + pos: 50.5,-2.5 parent: 12 - - uid: 29062 + - uid: 8973 components: - type: Transform rot: 1.5707963267948966 rad - pos: 56.5,-44.5 + pos: 63.5,-13.5 parent: 12 - - uid: 29063 + - uid: 27404 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-45.5 + pos: -52.5,-17.5 parent: 12 - uid: 30898 components: @@ -20569,56 +20549,27 @@ entities: parent: 12 - proto: BarricadeBlock entities: - - uid: 8254 - components: - - type: Transform - pos: 2.5,70.5 - parent: 12 - - uid: 10819 - components: - - type: Transform - pos: -61.5,-57.5 - parent: 12 - - uid: 19635 - components: - - type: Transform - pos: -36.5,74.5 - parent: 12 - - uid: 28634 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 64.5,-15.5 - parent: 12 - - uid: 28635 + - uid: 19014 components: - type: Transform rot: 1.5707963267948966 rad pos: 59.5,-14.5 parent: 12 - - uid: 28636 + - uid: 23721 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-15.5 + pos: -51.5,62.5 parent: 12 - - uid: 29059 + - uid: 23760 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-49.5 + pos: -37.5,75.5 parent: 12 - - uid: 29060 + - uid: 26914 components: - type: Transform rot: 1.5707963267948966 rad - pos: 57.5,-48.5 - parent: 12 - - uid: 29256 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,62.5 + pos: -60.5,-17.5 parent: 12 - uid: 30900 components: @@ -20630,71 +20581,6 @@ entities: - type: Transform pos: 41.5,-19.5 parent: 12 - - uid: 32187 - components: - - type: Transform - pos: -63.5,-54.5 - parent: 12 -- proto: BarricadeDirectional - entities: - - uid: 10209 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-49.5 - parent: 12 - - uid: 26707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-48.5 - parent: 12 - - uid: 28553 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-14.5 - parent: 12 - - uid: 28557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-14.5 - parent: 12 - - uid: 28558 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-14.5 - parent: 12 - - uid: 28613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-14.5 - parent: 12 - - uid: 28632 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 62.5,-14.5 - parent: 12 - - uid: 28633 - components: - - type: Transform - pos: 62.5,-14.5 - parent: 12 - - uid: 29064 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-45.5 - parent: 12 - - uid: 29065 - components: - - type: Transform - pos: 55.5,-44.5 - parent: 12 - proto: BarSignOfficerBeersky entities: - uid: 14512 @@ -20704,10 +20590,10 @@ entities: parent: 12 - proto: BarSignRobustaCafe entities: - - uid: 11378 + - uid: 27403 components: - type: Transform - pos: -54.5,-15.5 + pos: -55.5,-17.5 parent: 12 - proto: BaseBallBat entities: @@ -20774,6 +20660,15334 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,7.5 parent: 12 +- proto: BaseUplinkNTERT + entities: + - uid: 32144 + components: + - type: Transform + pos: -54.139034,40.51599 + parent: 12 + - type: Store + startingMap: invalid + fullListingsCatalog: + - id: UplinkSunrisePlushieMegane + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieMegane + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBalloon + disableRefund: False + name: uplink-balloon-name + discountCategory: null + description: uplink-balloon-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 20 + conditions: null + icon: null + priority: 0 + productEntity: BalloonSyn + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseTrashBagBlue + disableRefund: False + name: uplink-sunrise-trash-bag-blue-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: TrashBagBlue + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieFour + disableRefund: False + name: uplink-sunrise-plushie-four-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieFour + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkHotPotato + disableRefund: False + name: uplink-hot-potato-name + discountCategory: usualDiscounts + description: uplink-hot-potato-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 4 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Chef + - Botanist + - Clown + - Mime + icon: null + priority: 0 + productEntity: HotPotato + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieCrusader + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieCrusader + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: RevenantMalfunction + disableRefund: False + name: revenant-malfunction-name + discountCategory: null + description: revenant-malfunction-desc + categories: + - RevenantAbilities + originalCost: + StolenEssence: 125 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionRevenantMalfunction + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponRifleBR64Filled + disableRefund: False + name: ntuplink-gun-bundlebr64-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: br64 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponRifleBR64Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHypopen + disableRefund: False + name: uplink-hypopen-name + discountCategory: rareDiscounts + description: uplink-hypopen-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 6 + conditions: null + icon: + sprite: /Textures/Objects/Misc/pens.rsi + state: pen + priority: 0 + productEntity: HypopenBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkGrenadeEMP + disableRefund: False + name: uplink-grenade-emp-name + discountCategory: usualDiscounts + description: uplink-grenade-emp-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi + state: emp + priority: 0 + productEntity: GrenadeEMP + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: EvolutionMenuStingCryo + disableRefund: False + name: evolutionmenu-sting-cryo-name + discountCategory: null + description: evolutionmenu-sting-cryo-desc + categories: + - ChangelingAbilitySting + originalCost: + EvolutionPoint: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: sting_cryo + priority: 0 + productEntity: null + productAction: ActionStingCryo + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSmokeGrenade + disableRefund: False + name: uplink-smoke-grenade-name + discountCategory: null + description: uplink-smoke-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: SmokeGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseOmnitool + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 7 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: omnitool + priority: 0 + productEntity: Omnitool + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePillCanisterHyronalin + disableRefund: False + name: uplink-sunrise-pill-canister-hyronalin-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: PillCanisterHyronalin + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateBusinessCard + disableRefund: False + name: uplink-business-card-name + discountCategory: null + description: uplink-business-card-desc + categories: + - UplinkPointless + originalCost: {} + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + icon: null + priority: 0 + productEntity: SyndicateBusinessCard + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformJumpsuitSkeleton + disableRefund: False + name: uplink-sunrise-clothing-uniform-jumpsuit-skeleton-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingUniformJumpsuitSkeleton + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityOverdose + disableRefund: False + name: evolutionmenu-utility-stims-name + discountCategory: null + description: evolutionmenu-utility-stims-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: epinephrine_overdose + priority: 0 + productEntity: null + productAction: ActionEphedrineOverdose + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkScarfSyndieGreen + disableRefund: False + name: uplink-scarf-syndie-green-name + discountCategory: null + description: uplink-scarf-syndie-green-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingNeckScarfStripedSyndieGreen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSeventeen + disableRefund: False + name: uplink-sunrise-plushie-seventeen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSeventeen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseJetpackVoidFilled + disableRefund: False + name: ntuplink-equip-jetpackvoid-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: void_jet + priority: 0 + productEntity: JetpackVoidFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushiePeacemaker + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushiePeacemaker + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDeathRattle + disableRefund: False + name: uplink-deathrattle-implant-name + discountCategory: null + description: uplink-deathrattle-implant-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: BoxDeathRattleImplants + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskIAA2 + disableRefund: False + name: uplink-sunrise-clothing-mask-iaa2-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: ClothingMaskIAA + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformColorRainbow + disableRefund: False + name: uplink-sunrise-clothing-uniform-color-jumpsuit-rainbow-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingUniformColorRainbow + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoodTinBeans + disableRefund: False + name: uplink-sunrise-food-tin-beans-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: null + priority: 0 + productEntity: FoodTinBeans + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkChestRig + disableRefund: False + name: uplink-chest-rig-name + discountCategory: null + description: uplink-chest-rig-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBeltMilitaryWebbing + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkToolbox + disableRefund: False + name: uplink-toolbox-name + discountCategory: rareDiscounts + description: uplink-toolbox-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ToolboxSyndicateFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSyndicateJawsOfLife + disableRefund: False + name: uplink-syndicate-jaws-of-life-name + discountCategory: rareDiscounts + description: uplink-syndicate-jaws-of-life-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: SyndicateJawsOfLife + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatCapQM + disableRefund: False + name: uplink-sunrise-clothing-head-hat-cap-qm-name + discountCategory: null + description: null + categories: + - QMHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Quartermaster + icon: null + priority: 0 + productEntity: ClothingHeadHatCapQM + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCameraBug + disableRefund: False + name: uplink-cameraBug-name + discountCategory: null + description: uplink-cameraBug-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: CameraBug + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformJumpsuitHoSOld + disableRefund: False + name: uplink-sunrise-clothing-uniform-jumpsuit-hos-old-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingUniformJumpsuitHoSOld + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGlovesNorthStar + disableRefund: False + name: uplink-gloves-north-star-name + discountCategory: veryRareDiscounts + description: uplink-gloves-north-star-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 8 + conditions: null + icon: null + priority: 0 + productEntity: ClothingHandsGlovesNorthStar + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkClothingEyesHudSyndicateMech + disableRefund: False + name: uplink-syndie-diagnostic-hud-name + discountCategory: rareDiscounts + description: uplink-syndie-diagnostic-hud-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/_Sunrise/Clothing/Eyes/Hud/syndmech.rsi + state: icon + priority: 0 + productEntity: ClothingEyesHudSyndicateMech + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatHoodMoth + disableRefund: False + name: uplink-sunrise-clothing-head-hat-hood-moth-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHeadHatHoodMoth + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBreathMaskCMO2 + disableRefund: False + name: uplink-sunrise-clothing-breath-mask-cmo2-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: ClothingBreathMaskCMO + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSingarityBeacon + disableRefund: False + name: uplink-singularity-beacon-name + discountCategory: usualDiscounts + description: uplink-singularity-beacon-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SingularityBeacon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkZombieBundle + disableRefund: False + name: uplink-zombie-bundle-name + discountCategory: null + description: uplink-zombie-bundle-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 40 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Structures/Wallmounts/signs.rsi + state: bio + priority: 0 + productEntity: ClothingBackpackDuffelZombieBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseWhoopieCushion + disableRefund: False + name: uplink-sunrise-whoopie-cushion-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: WhoopieCushion + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSmile + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSmile + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwo + disableRefund: False + name: uplink-sunrise-plushie-two-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwo + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieLu + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieLu + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseRobustHarvestChemistryBottle + disableRefund: False + name: uplink-sunrise-robust-harvest-chemistry-bottle-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: RobustHarvestChemistryBottle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilitySpacesuit + disableRefund: False + name: evolutionmenu-utility-spacesuit-name + discountCategory: null + description: evolutionmenu-utility-spacesuit-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: space_adaptation + priority: 0 + productEntity: null + productAction: ActionToggleSpacesuit + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineShotgunIncendiary + disableRefund: False + name: uplink-magazine-shotgun-name + discountCategory: usualDiscounts + description: uplink-magazine-shotgun-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi + state: base + priority: 0 + productEntity: MagazineShotgunIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: SpellbookCharge + disableRefund: False + name: spellbook-charge-name + discountCategory: null + description: spellbook-charge-desc + categories: + - SpellbookUtility + originalCost: + WizCoin: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionChargeSpell + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatOrganicShield + disableRefund: False + name: evolutionmenu-combat-shield-name + discountCategory: null + description: evolutionmenu-combat-shield-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: organic_shield + priority: 0 + productEntity: null + productAction: ActionToggleOrganicShield + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitBurnFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-burn + priority: 0 + productEntity: MedkitBurnFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingGlassesNVG + disableRefund: False + name: uplink-clothing-glasses-nvg-name + discountCategory: veryRareDiscounts + description: uplink-clothing-glasses-nvg-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingEyesGlassesNVG + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingEliteMaskGasCaptain + disableRefund: False + name: uplink-sunrise-clothing-elite-mask-gas-captain-name + discountCategory: null + description: null + categories: + - CaptainHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Captain + icon: null + priority: 0 + productEntity: ClothingEliteMaskGasCaptain + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieFive + disableRefund: False + name: uplink-sunrise-plushie-five-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieFive + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentySix + disableRefund: False + name: uplink-sunrise-plushie-twenty-six-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentySix + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazinePistolCaselessRifle + disableRefund: False + name: uplink-pistol-magazine-caseless-name + discountCategory: null + description: uplink-pistol-magazine-caseless-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 1 + conditions: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/CaselessRifle/caseless_pistol_mag.rsi + state: red-icon + priority: 0 + productEntity: BaseMagazinePistolCaselessRifleExtended + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkAgentIDCard + disableRefund: False + name: uplink-agent-id-card-name + discountCategory: veryRareDiscounts + description: uplink-agent-id-card-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 3 + conditions: null + icon: null + priority: 0 + productEntity: AgentIDCard + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkL6SawBundle + disableRefund: False + name: uplink-l6-saw-bundle-name + discountCategory: veryRareDiscounts + description: uplink-l6-saw-bundle-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 30 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/LMGs/l6.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledLMG + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 24 + costModifiersBySourceId: {} + - id: NTUplinkSunriseRiotShield + disableRefund: False + name: ntuplink-equip-riotshield-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: riot_shield + priority: 0 + productEntity: RiotShield + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMindShieldImplants + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: crate_med + priority: 0 + productEntity: CrateMindShieldImplants + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlasticBanana + disableRefund: False + name: uplink-sunrise-plastic-banana-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlasticBanana + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSuperSurplusBundleNuke + disableRefund: False + name: uplink-super-surplus-bundle-name + discountCategory: veryRareDiscounts + description: uplink-super-surplus-bundle-desc + categories: + - UplinkLootBoxes + originalCost: + Telecrystal: 40 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: CrateSyndicateSuperSurplusBundleNuke + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 20 + costModifiersBySourceId: {} + - id: SpellbookEventSummonMagic + disableRefund: True + name: spellbook-event-summon-magic-name + discountCategory: null + description: spellbook-event-summon-magic-description + categories: + - SpellbookEvents + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionSummonMagic + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMobMothroach + disableRefund: False + name: uplink-sunrise-mob-mothroach-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: null + priority: 0 + productEntity: MobMothroach + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBloodpack + disableRefund: False + name: uplink-sunrise-bloodpack-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: Bloodpack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSuperSurplusBundle + disableRefund: False + name: uplink-super-surplus-bundle-name + discountCategory: veryRareDiscounts + description: uplink-super-surplus-bundle-desc + categories: + - UplinkLootBoxes + originalCost: + Telecrystal: 40 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - SyndieAgentUplink + sizes: null + mindRoles: null + components: null + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: CrateSyndicateSuperSurplusBundleAgent + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 20 + costModifiersBySourceId: {} + - id: UplinkSunriseMobHonkBot + disableRefund: False + name: uplink-sunrise-mob-honk-bot-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 45 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MobHonkBot + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkWeaponSyndieLaserPistol + disableRefund: False + name: uplink-weapon-syndie-laser-pistol-name + discountCategory: veryRareDiscounts + description: null + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 10 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Battery/syndielaserpistol.rsi + state: icon + priority: 0 + productEntity: WeaponSyndieLaserPistolBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineBR64 + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mag_br64 + priority: 0 + productEntity: MagazineBR64 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingShoesBootsMagSyndie + disableRefund: False + name: uplink-clothing-shoes-boots-mag-syndie-name + discountCategory: usualDiscounts + description: uplink-clothing-shoes-boots-mag-syndie-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ClothingShoesBootsMagSyndie + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakAlpha + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-alpha-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakAlpha + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieEleven + disableRefund: False + name: uplink-sunrise-plushie-eleven-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieEleven + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePillCanisterDexalin + disableRefund: False + name: uplink-sunrise-pill-canister-dexalin-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: PillCanisterDexalin + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieRichardDetective + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieRichardDetective + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDarkGygax + disableRefund: False + name: uplink-mech-teleporter-assault-name + discountCategory: veryRareDiscounts + description: uplink-mech-teleporter-assault-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 80 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/gygax.rsi + state: darkgygax + priority: 0 + productEntity: CrateCybersunDarkGygaxBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 40 + costModifiersBySourceId: {} + - id: SpellbookPolymorphSpider + disableRefund: False + name: spellbook-polymoprh-spider-name + discountCategory: null + description: spellbook-polymorph-spider-desc + categories: + - SpellbookUtility + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionPolymorphWizardSpider + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Crying + disableRefund: False + name: listing-disease-cry-name + discountCategory: null + description: listing-disease-cry-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: sob + priority: 0 + productEntity: null + productAction: ActionDiseaseCrying + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineLightRifleBoxUranium + disableRefund: False + name: uplink-magazine-lmg-name + discountCategory: null + description: uplink-magazine-lmg-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi + state: uranium + priority: 0 + productEntity: MagazineLightRifleBoxUranium + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponSubMachineGunP90 + disableRefund: False + name: ntuplink-gun-bundlep90-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: p90 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponSubMachineGunP90Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDecoyDisk + disableRefund: False + name: uplink-decoy-disk-name + discountCategory: null + description: uplink-decoy-disk-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: NukeDiskFake + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeedSpray + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: weed_spray + priority: 0 + productEntity: WeedSpray + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: RevenantOverloadLights + disableRefund: False + name: revenant-overload-name + discountCategory: null + description: revenant-overload-desc + categories: + - RevenantAbilities + originalCost: + StolenEssence: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionRevenantOverloadLights + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkScarfSyndieRed + disableRefund: False + name: uplink-scarf-syndie-red-name + discountCategory: null + description: uplink-scarf-syndie-red-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingNeckScarfStripedSyndieRed + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadeLauncherBundle + disableRefund: False + name: uplink-grenade-launcher-bundle-name + discountCategory: veryRareDiscounts + description: uplink-grenade-launcher-bundle-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Launchers/china_lake.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledGrenadeLauncher + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBeltMedicalCMO + disableRefund: False + name: uplink-sunrise-clothing-belt-medical-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingBeltMedicalCMO + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieCaptainEmily + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieCaptainEmily + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechUVM31 + disableRefund: False + name: uplink-mech-equipment-uvm31-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-uvm31-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 25 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/_Sunrise/Objects/Specific/Mech/mecha_uvm31.rsi + state: mecha_uvm31 + priority: 0 + productEntity: WeaponMechCombatUVM31 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckSunriseBadge + disableRefund: False + name: uplink-sunrise-clothing-neck-sunrise-badge-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 100 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckSunriseBadge + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingEliteMaskGasHOP + disableRefund: False + name: uplink-sunrise-clothing-elite-mask-gas-name + discountCategory: null + description: null + categories: + - HOPHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfPersonnel + icon: null + priority: 0 + productEntity: ClothingEliteMaskGasHOP + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEnergyDagger + disableRefund: False + name: uplink-edagger-name + discountCategory: rareDiscounts + description: uplink-edagger-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 2 + conditions: null + icon: + sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi + state: icon + priority: 0 + productEntity: EnergyDaggerBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSyndicateBombNukie + disableRefund: False + name: uplink-exploding-syndicate-bomb-name + discountCategory: null + description: uplink-exploding-syndicate-bomb-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 11 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SyndicateBomb + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskGasSwat + disableRefund: False + name: uplink-sunrise-clothing-mask-gas-swat-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingMaskGasSwat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatArmblade + disableRefund: False + name: evolutionmenu-combat-armblade-name + discountCategory: null + description: evolutionmenu-combat-armblade-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: armblade + priority: 0 + productEntity: null + productAction: ActionToggleArmblade + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkStimpack + disableRefund: False + name: uplink-stimpack-name + discountCategory: usualDiscounts + description: uplink-stimpack-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: Stimpack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseRevolverCapGun + disableRefund: False + name: uplink-sunrise-revolver-cap-gun-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: RevolverCapGun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBinaryTranslatorKey + disableRefund: False + name: uplink-binary-translator-key-name + discountCategory: null + description: uplink-binary-translator-key-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 1 + conditions: null + icon: + sprite: /Textures/Objects/Devices/encryption_keys.rsi + state: ai_label + priority: 0 + productEntity: EncryptionKeyBinarySyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponXM1014 + disableRefund: False + name: ntuplink-gun-bundlexm1014-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 5 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: xm1014 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponXM1014Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatMagician + disableRefund: False + name: uplink-sunrise-clothing-head-hat-magician-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHeadHatMagician + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakLima + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-lima-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakLima + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseTrashBagBlue + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: trash_bag_blue + priority: 0 + productEntity: TrashBagBlue + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoodTinMRE + disableRefund: False + name: uplink-sunrise-food-tin-mre-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: null + priority: 0 + productEntity: FoodTinMRE + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyFour + disableRefund: False + name: uplink-sunrise-plushie-thirty-four-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyFour + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseJanitorialTrolley + disableRefund: False + name: uplink-sunrise-janitorial-trolley-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: JanitorialTrolley + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkChameleon + disableRefund: False + name: uplink-chameleon-name + discountCategory: usualDiscounts + description: uplink-chameleon-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/Clothing/Uniforms/Jumpsuit/rainbow.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackChameleonFill + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkWhiteholeGrenade + disableRefund: False + name: uplink-whitehole-grenade-name + discountCategory: usualDiscounts + description: uplink-whitehole-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: WhiteholeGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseBeachBall + disableRefund: False + name: uplink-sunrise-beach-ball-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: BeachBall + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDecoyKit + disableRefund: False + name: uplink-decoy-kit-name + discountCategory: usualDiscounts + description: uplink-decoy-kit-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 6 + conditions: null + icon: + sprite: /Textures/Objects/Tools/Decoys/operative_decoy.rsi + state: folded + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateDecoyKitFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunriseMobCatSpace + disableRefund: False + name: uplink-sunrise-mob-cat-space-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MobCatSpace + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseDrinkVodkaBottleFull + disableRefund: False + name: uplink-sunrise-drink-vodka-bottle-full-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: DrinkVodkaBottleFull + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: RevenantLock + disableRefund: False + name: revenant-lock-name + discountCategory: null + description: revenant-lock-desc + categories: + - RevenantAbilities + originalCost: + StolenEssence: 125 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionRevenantLock + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityLesserForm + disableRefund: False + name: evolutionmenu-utility-lesserform-name + discountCategory: null + description: evolutionmenu-utility-lesserform-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: lesser_form + priority: 0 + productEntity: null + productAction: ActionToggleLesserForm + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechTeslaCannon + disableRefund: False + name: uplink-mech-equipment-tesla-cannon-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-tesla-cannon-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_wholegen + priority: 0 + productEntity: WeaponMechCombatTeslaCannon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHandsWatchDivine + disableRefund: False + name: uplink-sunrise-clothing-hands-watch-divine-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHandsClockDivine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatQM + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-qm-name + discountCategory: null + description: null + categories: + - QMHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Quartermaster + icon: null + priority: 0 + productEntity: ClothingOuterCoatQM + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatHoSOvercoat + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-hos-overcoat-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingOuterCoatHoSOvercoat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatCMOOvercoat + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-overcoat-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingOuterCoatCMOOvercoat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponSubMachineGunMP5 + disableRefund: False + name: ntuplink-gun-bundlemp5-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mp5 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponSubMachineGunMP5Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineBoxMagnumUranium + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_magnum_uran + priority: 0 + productEntity: MagazineBoxMagnumUranium + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkPistol9mmMagazine + disableRefund: False + name: uplink-pistol-magazine-name + discountCategory: null + description: uplink-pistol-magazine-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 1 + conditions: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/pistol_mag.rsi + state: red-icon + priority: 0 + productEntity: MagazinePistolHighCapacity + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadEliteCaptainCap + disableRefund: False + name: uplink-sunrise-clothing-head-elite-captain-cap-name + discountCategory: null + description: null + categories: + - CaptainHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Captain + icon: null + priority: 0 + productEntity: ClothingHeadEliteCaptainCap + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieEblan + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieEblan + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDeathAcidifierImplanter + disableRefund: False + name: uplink-death-acidifier-implant-name + discountCategory: null + description: uplink-death-acidifier-implant-desc + categories: + - UplinkImplants + originalCost: {} + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - SyndieAgentUplink + sizes: null + mindRoles: null + components: null + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/Objects/Magic/magicactions.rsi + state: gib + priority: 0 + productEntity: DeathAcidifierImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineShotgunIncendiary + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_shot_red + priority: 0 + productEntity: BoxMagazineShotgunIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkLMGIncendiaryAmmoKit + disableRefund: False + name: uplink-ammo-lmgincendiarykit-name + discountCategory: null + description: uplink-ammo-lmgincendiarykit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 14 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: LMGIncendiaryKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBeltUtilityFilled + disableRefund: False + name: uplink-sunrise-clothing-belt-utility-filled-name + discountCategory: null + description: null + categories: + - CargoThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Cargo + icon: null + priority: 0 + productEntity: ClothingBeltUtilityFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponPulseCarbine + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: pulse-c + priority: 0 + productEntity: WeaponPulseCarbine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMrChips + disableRefund: False + name: uplink-sunrise-mrchips-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MrChips + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtySixBig + disableRefund: False + name: uplink-sunrise-plushie-thirty-six-big-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtySixBig + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponAMS42Filled + disableRefund: False + name: ntuplink-gun-bundleams42-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: ams42 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponAMS42Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkRiggedBoxingGlovesPassenger + disableRefund: False + name: uplink-rigged-boxing-gloves-name + discountCategory: usualDiscounts + description: uplink-rigged-boxing-gloves-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 6 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Passenger + icon: null + priority: 0 + productEntity: ClothingHandsGlovesBoxingRigged + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirteen + disableRefund: False + name: uplink-sunrise-plushie-thirteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseRadAutoInjector + disableRefund: False + name: uplink-sunrise-rad-auto-injector-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: RadAutoInjector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieVyacheslav + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieVyacheslav + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuStingBlind + disableRefund: False + name: evolutionmenu-sting-blind-name + discountCategory: null + description: evolutionmenu-sting-blind-desc + categories: + - ChangelingAbilitySting + originalCost: + EvolutionPoint: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: sting_blind + priority: 0 + productEntity: null + productAction: ActionStingBlind + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkWeaponSyndieLaserGun + disableRefund: False + name: uplink-weapon-syndie-laser-gun-name + discountCategory: veryRareDiscounts + description: null + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 25 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Battery/syndielasergun.rsi + state: icon + priority: 0 + productEntity: WeaponSyndieLaserGunBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyNine + disableRefund: False + name: uplink-sunrise-plushie-twenty-nine-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyNine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineLightRifleBoxIncendiary + disableRefund: False + name: uplink-magazine-lmg-name + discountCategory: null + description: uplink-magazine-lmg-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi + state: red + priority: 0 + productEntity: MagazineLightRifleBoxIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechImmolationGun + disableRefund: False + name: uplink-mech-equipment-immolation-gun-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-immolation-gun-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 10 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_laser + priority: 0 + productEntity: WeaponMechCombatImmolationGun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyOne + disableRefund: False + name: uplink-sunrise-plushie-thirty-one-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyOne + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazinePistolSubMachineGun + disableRefund: False + name: uplink-pistol-magazine-c20r-name + discountCategory: null + description: uplink-pistol-magazine-c20r-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Pistol/smg_mag.rsi + state: red-icon + priority: 0 + productEntity: MagazinePistolSubMachineGun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkTeleporter + disableRefund: False + name: uplink-syndicate-teleporter-name + discountCategory: rareDiscounts + description: uplink-syndicate-teleporter-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 12 + conditions: null + icon: + sprite: Objects/Devices/syndicate_teleporter.rsi + state: icon + priority: 0 + productEntity: SyndicateTeleporter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 6 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatHOSOvercoatBlack + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-hos-overcoat-black-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingOuterCoatHOSOvercoatBlack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseNTGygax + disableRefund: False + name: ntuplink-mech-teleporter-medium-name + discountCategory: null + description: ntuplink-mech-teleporter-medium-desc + categories: + - NTMechs + originalCost: + Bluecrystal: 60 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mech_ntgygax + priority: 0 + productEntity: CrateCommandNTGygaxBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseTelescopicShield + disableRefund: False + name: ntuplink-equip-telescopicshield-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: telescopic_shield + priority: 0 + productEntity: TelescopicShield + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponSniperPulseCarbine + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: pulse-sc + priority: 0 + productEntity: WeaponSniperPulseCarbine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseEmergencyMedipen + disableRefund: False + name: uplink-sunrise-emergency-medipen-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: EmergencyMedipen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHoloparaKit + disableRefund: False + name: uplink-holopara-kit-name + discountCategory: usualDiscounts + description: uplink-holopara-kit-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 14 + conditions: null + icon: + sprite: /Textures/Objects/Misc/guardian_info.rsi + state: icon + priority: 0 + productEntity: BoxHoloparasite + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineMachineGunMG42 + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mag_mg342 + priority: 0 + productEntity: MagazineMachineGunMG42 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkChemistryKitBundle + disableRefund: False + name: uplink-chemistry-kit-name + discountCategory: usualDiscounts + description: uplink-chemistry-kit-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/Objects/Storage/boxicons.rsi + state: vials + priority: 0 + productEntity: ChemicalSynthesisKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakQM + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-qm-name + discountCategory: null + description: null + categories: + - QMHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Quartermaster + icon: null + priority: 0 + productEntity: ClothingNeckCloakQM + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityHivemindAccess + disableRefund: False + name: evolutionmenu-utility-hivemindaccess-name + discountCategory: null + description: evolutionmenu-utility-hivemindaccess-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: hivemind_access + priority: 0 + productEntity: null + productAction: ActionHivemindAccess + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookRodForm + disableRefund: False + name: spellbook-polymorph-rod-name + discountCategory: null + description: spellbook-polymorph-rod-desc + categories: + - SpellbookOffensive + originalCost: + WizCoin: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionPolymorphWizardRod + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSurplusBundle + disableRefund: False + name: uplink-surplus-bundle-name + discountCategory: veryRareDiscounts + description: uplink-surplus-bundle-desc + categories: + - UplinkLootBoxes + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - SyndieAgentUplink + sizes: null + mindRoles: null + components: null + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: CrateSyndicateSurplusBundleAgent + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: UplinkHolster + disableRefund: False + name: uplink-holster-name + discountCategory: null + description: uplink-holster-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBeltSyndieHolster + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieFifteen + disableRefund: False + name: uplink-sunrise-plushie-fifteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieFifteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkProximityMine + disableRefund: False + name: uplink-proximity-mine-name + discountCategory: rareDiscounts + description: uplink-proximity-mine-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 5 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Janitor + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: WetFloorSignMineExplosive + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: NTUplinkSunrisePestSpray + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: pest_spray + priority: 0 + productEntity: PestSpray + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBedsheetRainbow + disableRefund: False + name: uplink-sunrise-bedsheet-rainbow-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: BedsheetRainbow + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSMGUraniumAmmoKit + disableRefund: False + name: uplink-ammo-smguraniumkit-name + discountCategory: null + description: uplink-ammo-smguraniumkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 18 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SMGUraniumAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateWeaponModule + disableRefund: False + name: uplink-syndicate-weapon-module-name + discountCategory: usualDiscounts + description: uplink-syndicate-weapon-module-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 5 + conditions: null + icon: null + priority: 0 + productEntity: BorgModuleSyndicateWeapon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieCikuus + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieCikuus + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookMindSwap + disableRefund: False + name: spellbook-mind-swap-name + discountCategory: null + description: spellbook-mind-swap-description + categories: + - SpellbookUtility + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionMindSwap + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieMiron + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieMiron + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkShotGunAmmoKit + disableRefund: False + name: uplink-ammo-shotgunkit-name + discountCategory: null + description: uplink-ammo-shotgunkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 15 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ShotGunKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatHardhatYellow + disableRefund: False + name: uplink-sunrise-clothing-head-hat-hardhat-yellow-name + discountCategory: null + description: null + categories: + - CargoThings + originalCost: + Suntick: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Cargo + icon: null + priority: 0 + productEntity: ClothingHeadHatHardhatYellow + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEVASyndie + disableRefund: False + name: uplink-eva-syndie-name + discountCategory: rareDiscounts + description: uplink-eva-syndie-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: + sprite: /Textures/Clothing/OuterClothing/Suits/eva_syndicate.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateEVABundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: NTUplinkSunriseSMGUraniumAmmoKit + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 35 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_smg_uran + priority: 0 + productEntity: SMGUraniumAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterEliteCoatHOP + disableRefund: False + name: uplink-sunrise-clothing-outer-elite-coat-name + discountCategory: null + description: null + categories: + - HOPHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfPersonnel + icon: null + priority: 0 + productEntity: ClothingOuterEliteCoatHOP + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBoxMRE + disableRefund: False + name: uplink-sunrise-box-mre-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: BoxMRE + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCombatMedkit + disableRefund: False + name: uplink-combat-medkit-name + discountCategory: usualDiscounts + description: uplink-combat-medkit-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 5 + conditions: null + icon: null + priority: 0 + productEntity: MedkitCombatFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseCrazyGlue + disableRefund: False + name: uplink-sunrise-crazy-glue-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: CrazyGlue + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterVestHazard + disableRefund: False + name: uplink-sunrise-clothing-outer-vest-hazard-name + discountCategory: null + description: null + categories: + - CargoThings + originalCost: + Suntick: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Cargo + icon: null + priority: 0 + productEntity: ClothingOuterVestHazard + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseSynthesizerInstrument + disableRefund: False + name: uplink-sunrise-synthesizer-instrument-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: SynthesizerInstrument + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseGauze + disableRefund: False + name: uplink-sunrise-gauze-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: Gauze + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEmpKit + disableRefund: False + name: uplink-emp-kit-name + discountCategory: veryRareDiscounts + description: uplink-emp-kit-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 6 + conditions: null + icon: null + priority: 0 + productEntity: ElectricalDisruptionKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkMicroBombImplanter + disableRefund: False + name: uplink-micro-bomb-implanter-name + discountCategory: null + description: uplink-micro-bomb-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Actions/Implants/implants.rsi + state: explosive + priority: 0 + productEntity: MicroBombImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityFleshmend + disableRefund: False + name: evolutionmenu-utility-fleshmend-name + discountCategory: null + description: evolutionmenu-utility-fleshmend-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: fleshmend + priority: 0 + productEntity: null + productAction: ActionFleshmend + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseFlash + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: flash + priority: 0 + productEntity: Flash + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxBodyBag + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_bodybags + priority: 0 + productEntity: BoxBodyBag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatHOP + disableRefund: False + name: uplink-sunrise-clothing-head-hat-hop-name + discountCategory: null + description: null + categories: + - HOPHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfPersonnel + icon: null + priority: 0 + productEntity: ClothingHeadHatHOP + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseVendingMachineRestockBooze + disableRefund: False + name: uplink-sunrise-vending-machine-restock-booze-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: VendingMachineRestockBooze + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSMGAmmoKit + disableRefund: False + name: uplink-ammo-smgkit-name + discountCategory: null + description: uplink-ammo-smgkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 9 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SMGAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatBoneShard + disableRefund: False + name: evolutionmenu-combat-boneshard-name + discountCategory: null + description: evolutionmenu-combat-boneshard-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: bone_shard + priority: 0 + productEntity: null + productAction: ActionCreateBoneShard + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMedsBundle + disableRefund: False + name: uplink-meds-bundle-name + discountCategory: rareDiscounts + description: uplink-meds-bundle-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 24 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateMedicalBundleFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 16 + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitOxygenFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-oxygen + priority: 0 + productEntity: MedkitOxygenFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformJumpsuitIAA + disableRefund: False + name: uplink-sunrise-clothing-uniform-jumpsuit-iaa-name + discountCategory: null + description: null + categories: + - IAAHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - IAA + icon: null + priority: 0 + productEntity: ClothingUniformJumpsuitIAA + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCyberpen + disableRefund: False + name: uplink-cyberpen-name + discountCategory: null + description: uplink-cyberpen-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: CyberPen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkRifleMosin + disableRefund: False + name: uplink-rifle-mosin-name + discountCategory: null + description: uplink-rifle-mosin-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 1 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: WeaponSniperMosin + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatCapCMO + disableRefund: False + name: uplink-sunrise-clothing-head-hat-cap-cmo-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingHeadHatCapCMO + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieOkobius + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieOkobius + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHardsuitSyndieElite + disableRefund: False + name: uplink-hardsuit-syndieelite-name + discountCategory: rareDiscounts + description: uplink-hardsuit-syndieelite-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 7 + costModifiersBySourceId: {} + - id: UplinkHardsuitSyndie + disableRefund: False + name: uplink-hardsuit-syndie-name + discountCategory: veryRareDiscounts + description: uplink-hardsuit-syndie-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndicate.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateHardsuitBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: Cough + disableRefund: False + name: listing-disease-cough-name + discountCategory: null + description: listing-disease-cough-description + categories: + - DiseaseInfectCategory + originalCost: + DiseasePoints: 0 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: cough + priority: 0 + productEntity: null + productAction: ActionDiseaseCough + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: True + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadePenguin + disableRefund: False + name: uplink-penguin-grenade-name + discountCategory: usualDiscounts + description: uplink-penguin-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 5 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: MobGrenadePenguin + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunriseFlippoLighterBlue + disableRefund: False + name: uplink-sunrise-flippo-lighter-blue-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: FlippoLighterSunriseBlue + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMaterialHideCorgi + disableRefund: False + name: uplink-sunrise-material-hidecorgi-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MaterialHideCorgi + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponEnergyGunTactical + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: energygun_tac + priority: 0 + productEntity: WeaponEnergyGunTactical + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkgClothingThievingGloves + disableRefund: False + name: uplink-clothing-thieving-gloves-name + discountCategory: veryRareDiscounts + description: uplink-clothing-thieving-gloves-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ThievingGloves + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingEliteNeckCloakCaptain + disableRefund: False + name: uplink-sunrise-clothing-elite-neck-cloak-captain-name + discountCategory: null + description: null + categories: + - CaptainHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Captain + icon: null + priority: 0 + productEntity: ClothingEliteNeckCloakCaptain + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndieMiniBomb + disableRefund: False + name: uplink-mini-bomb-name + discountCategory: veryRareDiscounts + description: uplink-mini-bomb-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SyndieMiniBomb + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkEsword + disableRefund: False + name: uplink-esword-name + discountCategory: veryRareDiscounts + description: uplink-esword-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 8 + conditions: null + icon: + sprite: /Textures/Objects/Weapons/Melee/e_sword.rsi + state: icon + priority: 0 + productEntity: EnergySwordBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkLMGUraniumAmmoKit + disableRefund: False + name: uplink-ammo-lmguraniumkit-name + discountCategory: null + description: uplink-ammo-lmguraniumkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 18 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: LMGUraniumKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieBublegum + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieBublegum + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSuvagesi + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSuvagesi + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookFireball + disableRefund: False + name: spellbook-fireball-name + discountCategory: null + description: spellbook-fireball-desc + categories: + - SpellbookOffensive + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionFireball + productUpgradeId: SpellbookFireballUpgrade + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingCloakAtmosian + disableRefund: False + name: uplink-sunrise-clothing-cloak-atmosian-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: ClothingCloakAtmosian + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkStealthBox + disableRefund: False + name: uplink-stealth-box-name + discountCategory: usualDiscounts + description: uplink-stealth-box-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 5 + conditions: null + icon: null + priority: 0 + productEntity: StealthBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHandsGlovesLeatherHoS + disableRefund: False + name: uplink-sunrise-clothing-hands-gloves-leather-hos-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingHandsGlovesLeatherHoS + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoodTinPeachesMaint + disableRefund: False + name: uplink-sunrise-food-tin-peaches-maint-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: null + priority: 0 + productEntity: FoodTinPeachesMaint + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseAppraisalTool + disableRefund: False + name: uplink-sunrise-appraisal-tool-name + discountCategory: null + description: null + categories: + - CargoThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Cargo + icon: null + priority: 0 + productEntity: AppraisalTool + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkC20RBundle + disableRefund: False + name: uplink-c20r-bundle-name + discountCategory: veryRareDiscounts + description: uplink-c20r-bundle-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 17 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/SMGs/c20r.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledSMG + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: NTUplinkSunriseJetpackMiniFilled + disableRefund: False + name: ntuplink-equip-jetpackmini-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mini_jet + priority: 0 + productEntity: JetpackMiniFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxLightMixed + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_light + priority: 0 + productEntity: BoxLightMixed + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicate + disableRefund: False + name: uplink-reinforcement-radio-name + discountCategory: usualDiscounts + description: uplink-reinforcement-radio-traitor-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 14 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: + sprite: Objects/Devices/communication.rsi + state: old-radio-urist + priority: 0 + productEntity: ReinforcementRadioSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 7 + costModifiersBySourceId: {} + - id: UplinkSunriseTapePlayer + disableRefund: False + name: uplink-sunrise-tape-player-name + discountCategory: null + description: null + categories: + - Music + originalCost: + Suntick: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/icons.rsi + state: tape_player + priority: 0 + productEntity: TapePlayer + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieOne + disableRefund: False + name: uplink-sunrise-plushie-one-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieOne + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateCyborgHeavy + disableRefund: False + name: uplink-reinforcement-radio-syndicate-cyborg-heavy-name + discountCategory: veryRareDiscounts + description: uplink-reinforcement-radio-syndicate-cyborg-heavy-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 50 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Mobs/Silicon/heavy_syndicate_borg.rsi + state: heavy + priority: 0 + productEntity: ReinforcementRadioSyndicateCyborgHeavy + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 25 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieNine + disableRefund: False + name: uplink-sunrise-plushie-nine-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieNine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatMagicRD + disableRefund: False + name: uplink-sunrise-clothing-head-hat-magic-name + discountCategory: null + description: null + categories: + - RDHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ResearchDirector + icon: null + priority: 0 + productEntity: ClothingHeadHatMagicRD + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoodCartHot + disableRefund: False + name: uplink-sunrise-food-cart-hot-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: FoodCartHot + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHoloclownKit + disableRefund: False + name: uplink-holoclown-kit-name + discountCategory: rareDiscounts + description: uplink-holoclown-kit-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 12 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Clown + icon: + sprite: /Textures/Objects/Fun/figurines.rsi + state: holoclown + priority: 0 + productEntity: BoxHoloclown + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 6 + costModifiersBySourceId: {} + - id: UplinkClothingConductingGloves + disableRefund: False + name: uplink-clothing-conducting-gloves-name + discountCategory: null + description: uplink-clothing-conducting-gloves-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: ClothingHandsGlovesConducting + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityChameleon + disableRefund: False + name: evolutionmenu-utility-chameleon-name + discountCategory: null + description: evolutionmenu-utility-chameleon-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: chameleon_skin + priority: 0 + productEntity: null + productAction: ActionChameleonSkin + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunrisePowerCageERT + disableRefund: False + name: ntuplink-mech-powercage-nanotrasen-name + discountCategory: null + description: ntuplink-mech-powercage-nanotrasen-desc + categories: + - NTMechs + originalCost: + Crystallite: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: powercage_nt + priority: 0 + productEntity: PowerCageERT + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDuffelSurgery + disableRefund: False + name: uplink-duffel-surgery-name + discountCategory: usualDiscounts + description: uplink-duffel-surgery-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledMedical + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineShotgun + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_shot + priority: 0 + productEntity: BoxMagazineShotgun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakVoid + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-void-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakVoid + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEmag + disableRefund: False + name: uplink-emag-name + discountCategory: veryRareDiscounts + description: uplink-emag-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 8 + conditions: null + icon: null + priority: 0 + productEntity: Emag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: UplinkSunriseBoxBodyBag + disableRefund: False + name: uplink-sunrise-box-body-bag-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: BoxBodyBag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMedkitFilled + disableRefund: False + name: uplink-sunrise-medkit-filled-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: MedkitFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateStamp + disableRefund: False + name: uplink-syndicate-stamp-name + discountCategory: rareDiscounts + description: uplink-syndicate-stamp-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: RubberStampSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: NTUplinkSunriseRiotLaserShield + disableRefund: False + name: ntuplink-equip-riotlasershield-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: riot_laser_shield + priority: 0 + productEntity: RiotLaserShield + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineShotgunBeanbag + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_shot + priority: 0 + productEntity: BoxMagazineShotgunBeanbag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkOperativeSkirt + disableRefund: False + name: uplink-operative-skirt-name + discountCategory: null + description: uplink-operative-skirt-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingUniformJumpskirtOperative + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakHerald + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-herald-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakHerald + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitBruteFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-brute + priority: 0 + productEntity: MedkitBruteFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponWeaponPulseRifle + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 35 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: pulse-r + priority: 0 + productEntity: WeaponPulseRifle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieRaisya + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieRaisya + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatCapLeatherHoS + disableRefund: False + name: uplink-sunrise-clothing-head-hat-cap-leather-hos-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingHeadHatCapLeatherHoS + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskGasAtmosian + disableRefund: False + name: uplink-sunrise-clothing-mask-gas-atmosian-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: ClothingMaskGasAtmosian + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMacroBombImplanter + disableRefund: False + name: uplink-macro-bomb-implanter-name + discountCategory: null + description: uplink-macro-bomb-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 13 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Actions/Implants/implants.rsi + state: explosive + priority: 0 + productEntity: MacroBombImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieKlim + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieKlim + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBackpackSatchelHoS + disableRefund: False + name: uplink-sunrise-clothing-backpack-satchel-hos-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingBackpackSatchelHoS + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClusterGrenade + disableRefund: False + name: uplink-cluster-grenade-name + discountCategory: usualDiscounts + description: uplink-cluster-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClusterGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponShotgunZauer + disableRefund: False + name: ntuplink-gun-bundlezauer-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 14 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: zauer + priority: 0 + productEntity: ClothingBackpackDuffelWeaponShotgunZauerFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseSMGIncendiaryAmmoKit + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_smg_red + priority: 0 + productEntity: SMGIncendiaryAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMobCatMicrobomb + disableRefund: False + name: uplink-mobcat-microbomb-name + discountCategory: usualDiscounts + description: uplink-mobcat-microbomb-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 6 + conditions: null + icon: + sprite: Objects/Devices/communication.rsi + state: old-radio-syndicat + priority: 0 + productEntity: ReinforcementRadioSyndicateSyndiCat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkMagazineDl6902 + disableRefund: False + name: uplink-magazine-dl6902-name + discountCategory: usualDiscounts + description: uplink-magazine-dl6902-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Ammunition/Magazines/Dl6902mag.rsi + state: base + priority: 0 + productEntity: MagazineDl6902 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunriseRCD + disableRefund: False + name: uplink-sunrise-rcd-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 30 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: RCD + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatCapUSSPBlack + disableRefund: False + name: uplink-sunrise-clothing-head-hat-cap-black-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingHeadHatCapUSSPBlack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFlippoLighter + disableRefund: False + name: uplink-sunrise-flippo-lighter-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: FlippoLighter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: DebugListing2 + disableRefund: False + name: debug name 2 + discountCategory: null + description: debug desc 2 + categories: + - Debug2 + originalCost: + DebugDollar: 10 + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSeven + disableRefund: False + name: uplink-sunrise-plushie-seven-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSeven + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechShotgun + disableRefund: False + name: uplink-mech-equipment-shotgun-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-shotgun-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 11 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_scatter + priority: 0 + productEntity: WeaponMechCombatShotgun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkPolytrinicAcidChemistryBottle + disableRefund: False + name: uplink-polytrinic-acid-chemistry-bottle-name + discountCategory: usualDiscounts + description: uplink-polytrinic-acid-chemistry-bottle-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 8 + conditions: null + icon: null + priority: 0 + productEntity: PolytrinicAcidChemistryBottle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSMGIncendiaryAmmoKit + disableRefund: False + name: uplink-ammo-smgincendiarykit-name + discountCategory: null + description: uplink-ammo-smgincendiarykit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 14 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SMGIncendiaryAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBackpackSyndicate + disableRefund: False + name: uplink-backpack-syndicate-name + discountCategory: null + description: uplink-backpack-syndicate-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyThree + disableRefund: False + name: uplink-sunrise-plushie-twenty-three-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyThree + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkOperativeSuit + disableRefund: False + name: uplink-operative-suit-name + discountCategory: null + description: uplink-operative-suit-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingUniformJumpsuitOperative + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBribe + disableRefund: False + name: uplink-bribe-name + discountCategory: usualDiscounts + description: uplink-bribe-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: BriefcaseSyndieLobbyingBundleFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkGrenadeFrag + disableRefund: False + name: uplink-grenade-frag-name + discountCategory: usualDiscounts + description: uplink-grenade-frag-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi + state: frag + priority: 0 + productEntity: GrenadeFrag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatFlowerWreath + disableRefund: False + name: uplink-sunrise-clothing-head-hat-flower-wreath-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHeadHatFlowerWreath + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineShotgunSlug + disableRefund: False + name: uplink-magazine-shotgun-name + discountCategory: null + description: uplink-magazine-shotgun-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi + state: slug + priority: 0 + productEntity: MagazineShotgunSlug + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingOuterHardsuitJuggernaut + disableRefund: False + name: uplink-clothing-outer-hardsuit-juggernaut-name + discountCategory: veryRareDiscounts + description: uplink-clothing-outer-hardsuit-juggernaut-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Structures/Storage/Crates/syndicate.rsi + state: icon + priority: 0 + productEntity: CrateCybersunJuggernautBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: UplinkEshield + disableRefund: False + name: uplink-eshield-name + discountCategory: veryRareDiscounts + description: uplink-eshield-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Melee/e_shield.rsi + state: eshield-on + priority: 0 + productEntity: EnergyShieldBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieEighteen + disableRefund: False + name: uplink-sunrise-plushie-eighteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieEighteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseCryostasisBeaker + disableRefund: False + name: uplink-sunrise-cryostasis-beaker-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: CryostasisBeaker + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkGatfruitSeeds + disableRefund: False + name: uplink-gatfruit-seeds-name + discountCategory: usualDiscounts + description: uplink-gatfruit-seeds-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 6 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Botanist + icon: null + priority: 0 + productEntity: GatfruitSeeds + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkHypoDart + disableRefund: False + name: uplink-hypodart-name + discountCategory: veryRareDiscounts + description: uplink-hypodart-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 2 + conditions: null + icon: + sprite: /Textures/Objects/Fun/Darts/dart_red.rsi + state: icon + priority: 0 + productEntity: HypoDartBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: RevenantDefile + disableRefund: False + name: revenant-defile-name + discountCategory: null + description: revenant-defile-desc + categories: + - RevenantAbilities + originalCost: + StolenEssence: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionRevenantDefile + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBulldogBundle + disableRefund: False + name: uplink-buldog-bundle-name + discountCategory: veryRareDiscounts + description: uplink-buldog-bundle-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Shotguns/bulldog.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledShotgun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 12 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyFive + disableRefund: False + name: uplink-sunrise-plushie-thirty-five-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyFive + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSpeedLoaderMagnumAP + disableRefund: False + name: uplink-speedloader-magnum-name + discountCategory: null + description: uplink-speedloader-magnu-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/SpeedLoaders/Magnum/magnum_speed_loader.rsi + state: icon + priority: 0 + productEntity: SpeedLoaderMagnumAP + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakMoth + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-moth-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakMoth + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatIAA + disableRefund: False + name: uplink-sunrise-clothing-head-hat-iaa-name + discountCategory: null + description: null + categories: + - IAAHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - IAA + icon: null + priority: 0 + productEntity: ClothingHeadHatIAA + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingBackpackSyndieDL6902Filled + disableRefund: False + name: uplink-clothing-backpack-syndie-dl6902-name + discountCategory: veryRareDiscounts + description: uplink-clothing-backpack-syndie-dl6902-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 35 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/LMGs/DL6902.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackSyndieDL6902Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformJumpsuitUSSPBlack + disableRefund: False + name: uplink-sunrise-clothing-uniform-jumpsuit-black-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingUniformJumpsuitUSSPBlack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseSpeedLoaderCap + disableRefund: False + name: uplink-sunrise-speed-loader-cap-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: SpeedLoaderCap + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkRevolverPython + disableRefund: False + name: uplink-revolver-python-name + discountCategory: usualDiscounts + description: uplink-revolver-python-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: WeaponRevolverPythonAPBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponSubMachineGunWt550Filled + disableRefund: False + name: ntuplink-gun-bundlewt550-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: wt550 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponSubMachineGunWt550Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseSkub + disableRefund: False + name: uplink-sunrise-skub-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: Skub + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCatEars + disableRefund: False + name: uplink-cat-ears-name + discountCategory: null + description: uplink-cat-ears-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 26 + conditions: null + icon: null + priority: 0 + productEntity: ClothingHeadHatCatEars + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuStingLethargic + disableRefund: False + name: evolutionmenu-sting-lethargic-name + discountCategory: null + description: evolutionmenu-sting-lethargic-desc + categories: + - ChangelingAbilitySting + originalCost: + EvolutionPoint: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: sting_lethargic + priority: 0 + productEntity: null + productAction: ActionStingLethargic + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatIAA + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-iaa-name + discountCategory: null + description: null + categories: + - IAAHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - IAA + icon: null + priority: 0 + productEntity: ClothingOuterCoatIAA + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookJaunt + disableRefund: False + name: spellbook-ethereal-jaunt-name + discountCategory: null + description: spellbook-ethereal-jaunt-description + categories: + - SpellbookUtility + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionPolymorphJaunt + productUpgradeId: SpellbookJauntUpgrade + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateCyborgReaper + disableRefund: False + name: uplink-reinforcement-radio-syndicate-cyborg-reaper-name + discountCategory: veryRareDiscounts + description: uplink-reinforcement-radio-syndicate-cyborg-reaper-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 35 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Mobs/Silicon/chassis.rsi + state: syndi_reaper + priority: 0 + productEntity: ReinforcementRadioSyndicateCyborgReaper + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 20 + costModifiersBySourceId: {} + - id: DebugListing + disableRefund: False + name: debug name + discountCategory: null + description: debug desc + categories: + - Debug + originalCost: + DebugDollar: 10 + Telecrystal: 10 + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCigarettes + disableRefund: False + name: uplink-cigarettes-name + discountCategory: rareDiscounts + description: uplink-cigarettes-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: CigPackSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieCFB + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieCFB + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitCombatFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-black + priority: 0 + productEntity: MedkitCombatFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Sneeze + disableRefund: False + name: listing-disease-sneeze-name + discountCategory: null + description: listing-disease-sneeze-description + categories: + - DiseaseInfectCategory + originalCost: + DiseasePoints: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: sneeze + priority: 0 + productEntity: null + productAction: ActionDiseaseSneeze + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBarberScissors + disableRefund: False + name: uplink-barber-scissors-name + discountCategory: null + description: uplink-barber-scissors-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: BarberScissors + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseVendingMachineRestockChefvend + disableRefund: False + name: uplink-sunrise-vending-machine-restock-chefvend-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: VendingMachineRestockChefvend + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineBauer127Extended + disableRefund: False + name: uplink-magazine-bauer127-extended-name + discountCategory: usualDiscounts + description: uplink-magazine-bauer127-extended-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 5 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Ammunition/Magazines/Rifle/sr127_mag.rsi + state: base + priority: 0 + productEntity: MagazineBauer127Extended + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkAmmoBundle + disableRefund: False + name: uplink-ammo-bundle-name + discountCategory: rareDiscounts + description: uplink-ammo-bundle-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 25 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateAmmoFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: NTUplinkSunriseJetpackBlueFilled + disableRefund: False + name: ntuplink-equip-jetpack-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: jet_blue + priority: 0 + productEntity: JetpackBlueFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMauler + disableRefund: False + name: uplink-mech-teleporter-heavy-name + discountCategory: veryRareDiscounts + description: uplink-mech-teleporter-heavy-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 120 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha.rsi + state: mauler + priority: 0 + productEntity: CrateCybersunMaulerBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 60 + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponIONRifle + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: ion-r + priority: 0 + productEntity: WeaponIONRifle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Muted + disableRefund: False + name: listing-disease-muted-name + discountCategory: null + description: listing-disease-muted-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: muted + priority: 0 + productEntity: null + productAction: ActionDiseaseMuted + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSniperBundle + disableRefund: False + name: uplink-sniper-bundle-name + discountCategory: usualDiscounts + description: uplink-sniper-bundle-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Snipers/heavy_sniper.rsi + state: base + priority: 0 + productEntity: BriefcaseSyndieSniperBundleFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 6 + costModifiersBySourceId: {} + - id: UplinkClusterBananaPeel + disableRefund: False + name: uplink-cluster-banana-peel-name + discountCategory: rareDiscounts + description: uplink-cluster-banana-peel-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 6 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Clown + icon: null + priority: 0 + productEntity: ClusterBananaPeel + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: NTUplinkSunriseAdvMopItem + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: adv-mop + priority: 0 + productEntity: AdvMopItem + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatUSSPOvercoatBlack + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-ussp-overcoat-black-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingOuterCoatUSSPOvercoatBlack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCoreExtractionToolbox + disableRefund: False + name: uplink-core-extraction-toolbox-name + discountCategory: null + description: uplink-core-extraction-toolbox-desc + categories: + - UplinkObjectives + originalCost: {} + conditions: + - !type:ObjectiveUnlockCondition {} + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: + sprite: _Sunrise/Objects/Misc/nuke_core_container.rsi + state: closed + priority: 0 + productEntity: ToolboxSyndicateFilledCoreExtraction + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseSMGAmmoKit + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_smg + priority: 0 + productEntity: SMGAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckBling + disableRefund: False + name: uplink-sunrise-clothing-neck-bling-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckBling + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuStingMute + disableRefund: False + name: evolutionmenu-sting-mute-name + discountCategory: null + description: evolutionmenu-sting-mute-desc + categories: + - ChangelingAbilitySting + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: sting_mute + priority: 0 + productEntity: null + productAction: ActionStingMute + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBurnAutoInjector + disableRefund: False + name: uplink-sunrise-burn-auto-injector-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: BurnAutoInjector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingShoesUSSPBlack + disableRefund: False + name: uplink-sunrise-clothing-shoes-black-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 7 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingShoesUSSPBlack + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseCigarCase + disableRefund: False + name: uplink-sunrise-cigar-case-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: CigarCase + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookEventSummonGhosts + disableRefund: False + name: spellbook-event-summon-ghosts-name + discountCategory: null + description: spellbook-event-summon-ghosts-description + categories: + - SpellbookEvents + originalCost: + WizCoin: 0 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionSummonGhosts + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateCyborgMedical + disableRefund: False + name: uplink-reinforcement-radio-syndicate-cyborg-medical-name + discountCategory: veryRareDiscounts + description: uplink-reinforcement-radio-syndicate-cyborg-medical-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: Mobs/Silicon/chassis.rsi + state: synd_medical + priority: 0 + productEntity: ReinforcementRadioSyndicateCyborgMedical + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakGoliathCloak + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-goliath-cloak-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakGoliathCloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTen + disableRefund: False + name: uplink-sunrise-plushie-ten-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEmpImplanter + disableRefund: False + name: uplink-emp-implanter-name + discountCategory: veryRareDiscounts + description: uplink-emp-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 2 + conditions: null + icon: + sprite: /Textures/Objects/Magic/magicactions.rsi + state: shield + priority: 0 + productEntity: EmpImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkThrowingKnivesKit + disableRefund: False + name: uplink-knives-kit-name + discountCategory: rareDiscounts + description: uplink-knives-kit-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 6 + conditions: null + icon: + sprite: /Textures/Objects/Storage/boxicons.rsi + state: throwing_knives + priority: 0 + productEntity: ThrowingKnivesKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: SpellbookEventSummonGuns + disableRefund: True + name: spellbook-event-summon-guns-name + discountCategory: null + description: spellbook-event-summon-guns-description + categories: + - SpellbookEvents + originalCost: + WizCoin: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionSummonGuns + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityPanacea + disableRefund: False + name: evolutionmenu-utility-panacea-name + discountCategory: null + description: evolutionmenu-utility-panacea-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: anatomic_panacea + priority: 0 + productEntity: null + productAction: ActionAnatomicPanacea + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieGenok + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieGenok + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseToyHammer + disableRefund: False + name: uplink-sunrise-toy-hammer-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ToyHammer + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMaterialHideBear + disableRefund: False + name: uplink-sunrise-material-hidebear-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MaterialHideBear + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingShoesBootsWork + disableRefund: False + name: uplink-sunrise-clothing-shoes-boots-work-name + discountCategory: null + description: null + categories: + - CargoThings + originalCost: + Suntick: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Cargo + icon: null + priority: 0 + productEntity: ClothingShoesBootsWork + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkRevolverCapGun + disableRefund: False + name: uplink-revolver-cap-gun-name + discountCategory: rareDiscounts + description: uplink-revolver-cap-gun-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: RevolverCapGun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakBlackSec + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-black-sec-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: ClothingNeckCloakBlackSec + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Insult + disableRefund: False + name: listing-disease-insult-name + discountCategory: null + description: listing-disease-insult-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: lethal + priority: 0 + productEntity: null + productAction: ActionDiseaseInsult + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateCyborgAssault + disableRefund: False + name: uplink-reinforcement-radio-syndicate-cyborg-assault-name + discountCategory: veryRareDiscounts + description: uplink-reinforcement-radio-syndicate-cyborg-assault-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 30 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: Mobs/Silicon/chassis.rsi + state: synd_sec + priority: 0 + productEntity: ReinforcementRadioSyndicateCyborgAssault + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: uplinkRevolverCapGunFake + disableRefund: False + name: uplink-revolver-cap-gun-fake-name + discountCategory: usualDiscounts + description: uplink-revolver-cap-gun-fake-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 9 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Mime + - Clown + icon: null + priority: 0 + productEntity: RevolverCapGunFake + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: UplinkMagazineShotgun + disableRefund: False + name: uplink-magazine-shotgun-name + discountCategory: usualDiscounts + description: uplink-magazine-shotgun-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi + state: pellets + priority: 0 + productEntity: MagazineShotgun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingCloakGamer + disableRefund: False + name: uplink-sunrise-clothing-cloak-gamer-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 35 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingCloakGamer + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMosinAmmo + disableRefund: False + name: uplink-mosin-ammo-name + discountCategory: null + description: uplink-mosin-ammo-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 1 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: MagazineBoxLightRifle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePillCanisterBicaridine + disableRefund: False + name: uplink-sunrise-pill-canister-bicaridine-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: PillCanisterBicaridine + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyEight + disableRefund: False + name: uplink-sunrise-plushie-thirty-eight-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyEight + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatCaptainOvercoat + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-captain-overcoat-name + discountCategory: null + description: null + categories: + - CaptainHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Captain + icon: null + priority: 0 + productEntity: ClothingOuterCoatCaptainOvercoat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkNocturineChemistryBottle + disableRefund: False + name: uplink-nocturine-chemistry-bottle-name + discountCategory: usualDiscounts + description: uplink-nocturine-chemistry-bottle-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 6 + conditions: null + icon: null + priority: 0 + productEntity: NocturineChemistryBottle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineRifle + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_rifle + priority: 0 + productEntity: BoxMagazineRifle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineLightRifleBox + disableRefund: False + name: uplink-magazine-lmg-name + discountCategory: usualDiscounts + description: uplink-magazine-lmg-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/LightRifle/light_rifle_box.rsi + state: icon + priority: 0 + productEntity: MagazineLightRifleBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkMechShotgunIncendiary + disableRefund: False + name: uplink-mech-equipment-shotgun-incendiary-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-shotgun-incendiary-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 14 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_carbine + priority: 0 + productEntity: WeaponMechCombatShotgunIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 7 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxFlashbang + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_flashbangs + priority: 0 + productEntity: BoxFlashbang + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBreathMaskRD + disableRefund: False + name: uplink-sunrise-clothing-breath-mask-rd-name + discountCategory: null + description: null + categories: + - RDHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ResearchDirector + icon: null + priority: 0 + productEntity: ClothingBreathMaskRD + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechUltraRifle + disableRefund: False + name: uplink-mech-equipment-ultra-rifle-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-ultra-rifle-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_uac2 + priority: 0 + productEntity: WeaponMechCombatUltraRifle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: uplinkRiggedBoxingGlovesBoxer + disableRefund: False + name: uplink-rigged-boxing-gloves-name + discountCategory: usualDiscounts + description: uplink-rigged-boxing-gloves-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 4 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Boxer + icon: null + priority: 0 + productEntity: ClothingHandsGlovesBoxingRigged + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseRGBStaff + disableRefund: False + name: uplink-sunrise-rgb-staff-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: RGBStaff + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookFireballUpgrade + disableRefund: False + name: spellbook-upgrade-fireball-name + discountCategory: null + description: spellbook-upgrade-fireball-description + categories: + - SpellbookOffensive + originalCost: + WizCoin: 2 + conditions: + - !type:BuyBeforeCondition + blacklist: null + whitelist: + - SpellbookFireball + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: Objects/Magic/magicactions.rsi + state: fireball + priority: 0 + productEntity: null + productAction: null + productUpgradeId: SpellbookFireballUpgrade + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSurplusBundleNuke + disableRefund: False + name: uplink-surplus-bundle-name + discountCategory: veryRareDiscounts + description: uplink-surplus-bundle-desc + categories: + - UplinkLootBoxes + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: CrateSyndicateSurplusBundleNuke + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyTwo + disableRefund: False + name: uplink-sunrise-plushie-twenty-two-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyTwo + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBeltHoS + disableRefund: False + name: uplink-sunrise-clothing-belt-hos-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingBeltHoS + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingOuterVestWeb + disableRefund: False + name: uplink-clothing-outer-vest-web-name + discountCategory: usualDiscounts + description: uplink-clothing-outer-vest-web-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 3 + conditions: null + icon: null + priority: 0 + productEntity: ClothingOuterVestWeb + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseBoxCartridgeCap + disableRefund: False + name: uplink-sunrise-box-cartridge-cap-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 30 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: BoxCartridgeCap + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBreathMaskCMO + disableRefund: False + name: uplink-sunrise-clothing-breath-mask-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingBreathMaskCMO + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatCEOvercoatWhite + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-ce-overcoat-white-name + discountCategory: null + description: null + categories: + - CEHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefEngineer + icon: null + priority: 0 + productEntity: ClothingOuterCoatCEOvercoatWhite + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkShotGunUraniumAmmoKit + disableRefund: False + name: uplink-ammo-shotgunuraniumkit-name + discountCategory: null + description: uplink-ammo-shotgunuraniumkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 18 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ShotGunUraniumKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskSkull + disableRefund: False + name: uplink-sunrise-clothing-mask-skull-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingMaskSkull + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateNukeops + disableRefund: False + name: uplink-reinforcement-radio-nukeops-name + discountCategory: null + description: uplink-reinforcement-radio-nukeops-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 35 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: Objects/Devices/communication.rsi + state: old-radio-nukeop + priority: 0 + productEntity: ReinforcementRadioSyndicateNukeops + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkC4 + disableRefund: False + name: uplink-c4-name + discountCategory: veryRareDiscounts + description: uplink-c4-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: C4 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSyndieNVD + disableRefund: False + name: uplink-syndie-nvd-name + discountCategory: usualDiscounts + description: uplink-syndie-nvd-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/_Sunrise/Clothing/Eyes/Glasses/syndie_nvd.rsi + state: icon + priority: 0 + productEntity: ClothingEyesNVDSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckEliteCloakCE + disableRefund: False + name: uplink-sunrise-clothing-neck-elite-cloak-ce-name + discountCategory: null + description: null + categories: + - CEHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefEngineer + icon: null + priority: 0 + productEntity: ClothingNeckEliteCloakCECloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityBiodegrade + disableRefund: False + name: evolutionmenu-utility-biodegrade-name + discountCategory: null + description: evolutionmenu-utility-biodegrade-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: biodegrade + priority: 0 + productEntity: null + productAction: ActionBiodegrade + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingShoesBootsMag + disableRefund: False + name: uplink-sunrise-clothing-shoes-boots-mag-name + discountCategory: null + description: null + categories: + - ScienceThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Science + icon: null + priority: 0 + productEntity: ClothingShoesBootsMag + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMousetrap + disableRefund: False + name: uplink-sunrise-mousetrap-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: Mousetrap + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingBackpackSyndieAJ100Filled + disableRefund: False + name: uplink-clothing-backpack-syndie-aj100-name + discountCategory: veryRareDiscounts + description: uplink-clothing-backpack-syndie-aj100-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/SMGs/AJ-100.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackSyndieAJ100Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyOne + disableRefund: False + name: uplink-sunrise-plushie-twenty-one-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyOne + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHandsGlovesNitrile + disableRefund: False + name: uplink-sunrise-clothing-hands-gloves-nitrile-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: ClothingHandsGlovesNitrile + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechIon + disableRefund: False + name: uplink-mech-equipment-ion-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-ion-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 10 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_ion + priority: 0 + productEntity: WeaponMechCombatIon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: NTUplinkSunriseSprayBottleSpaceCleaner + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTSanitary + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: cleaner + priority: 0 + productEntity: SprayBottleSpaceCleaner + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSixteen + disableRefund: False + name: uplink-sunrise-plushie-sixteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSixteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunrisePowerCellNanoTrasen + disableRefund: False + name: ntuplink-engineering-powercellnt-name + discountCategory: null + description: ntuplink-engineering-powercellnt-desc + categories: + - NTEngineering + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: power_cell_nt + priority: 0 + productEntity: PowerCellNanoTrasen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBoxLightMixed + disableRefund: False + name: uplink-sunrise-box-light-mixed-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: BoxLightMixed + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkNecronomicon + disableRefund: False + name: uplink-necronomicon-name + discountCategory: usualDiscounts + description: uplink-necronomicon-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 4 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Chaplain + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: BibleNecronomicon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSupermatterGrenade + disableRefund: False + name: uplink-supermatter-grenade-name + discountCategory: usualDiscounts + description: uplink-supermatter-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: SupermatterGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkClothingBackpackSyndieSIAR52Filled + disableRefund: False + name: uplink-clothing-backpack-syndie-siar52-name + discountCategory: veryRareDiscounts + description: uplink-clothing-backpack-syndie-siar52-name + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/SMGs/IAR-52.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackSyndieSIAR52Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponWeaponEnergyGun + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTLasers + originalCost: + Bluecrystal: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: energygun + priority: 0 + productEntity: WeaponEnergyGun + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMarauder + disableRefund: False + name: ntuplink-mech-teleporter-heavy-name + discountCategory: null + description: ntuplink-mech-teleporter-heavy-desc + categories: + - NTMechs + originalCost: + Bluecrystal: 100 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mech_marauder + priority: 0 + productEntity: CrateCommandMarauderBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMobHamster + disableRefund: False + name: uplink-sunrise-mob-hamster-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MobHamster + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSoapSyndie + disableRefund: False + name: uplink-soap-name + discountCategory: null + description: uplink-soap-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: SoapSyndie + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieNara + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieNara + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSlipocalypseClusterSoap + disableRefund: False + name: uplink-slipocalypse-clustersoap-name + discountCategory: rareDiscounts + description: uplink-slipocalypse-clustersoap-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: SlipocalypseClusterSoap + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkLMGAmmoKit + disableRefund: False + name: uplink-ammo-lmgkit-name + discountCategory: null + description: uplink-ammo-lmgkit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 10 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: LMGKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFlippoLighterContractor + disableRefund: False + name: uplink-sunrise-flippo-lighter-contractor-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: FlippoLighterSunriseContractor + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitToxinFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-toxin + priority: 0 + productEntity: MedkitToxinFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkVoiceMask + disableRefund: False + name: uplink-voice-mask-name + discountCategory: usualDiscounts + description: uplink-voice-mask-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: ClothingMaskGasVoiceChameleon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkBoomboxBundle + disableRefund: False + name: uplink-music-boombox-name + discountCategory: usualDiscounts + description: uplink-music-boombox-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelBoomboxBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponEnergyGunPistolSecurity + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTPistols + originalCost: + Bluecrystal: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: energygun-psec + priority: 0 + productEntity: WeaponEnergyGunPistolSecurity + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadeBlast + disableRefund: False + name: uplink-grenade-blast-name + discountCategory: usualDiscounts + description: uplink-grenade-blast-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Explosives/explosives.rsi + state: blast + priority: 0 + productEntity: GrenadeBlast + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkExplosiveGrenadeFlash + disableRefund: False + name: uplink-flash-grenade-name + discountCategory: null + description: uplink-flash-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: GrenadeFlashBang + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushiePrototupus + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushiePrototupus + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEmpGrenade + disableRefund: False + name: uplink-emp-grenade-name + discountCategory: usualDiscounts + description: uplink-emp-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: EmpGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieMelania + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieMelania + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskIAA + disableRefund: False + name: uplink-sunrise-clothing-mask-iaa-name + discountCategory: null + description: null + categories: + - IAAHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - IAA + icon: null + priority: 0 + productEntity: ClothingMaskIAA + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkChameleonProjector + disableRefund: False + name: uplink-chameleon-projector-name + discountCategory: rareDiscounts + description: uplink-chameleon-projector-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 7 + conditions: null + icon: null + priority: 0 + productEntity: ChameleonProjector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyFive + disableRefund: False + name: uplink-sunrise-plushie-twenty-five-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyFive + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCostumePyjama + disableRefund: False + name: uplink-costume-pyjama-name + discountCategory: null + description: uplink-costume-pyjama-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicatePyjamaBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatMuscles + disableRefund: False + name: evolutionmenu-combat-strainedmuscles-name + discountCategory: null + description: evolutionmenu-combat-strainedmuscles-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: strained_muscles + priority: 0 + productEntity: null + productAction: ActionToggleStrainedMuscles + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyEight + disableRefund: False + name: uplink-sunrise-plushie-twenty-eight-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyEight + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseCrayonRainbow + disableRefund: False + name: uplink-sunrise-crayon-rainbow-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: CrayonRainbow + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponShotgun12 + disableRefund: False + name: ntuplink-gun-bundlelaw12-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 5 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: spas12 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponShotgun12Filled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCombatMedipen + disableRefund: False + name: uplink-combat-medipen-name + discountCategory: usualDiscounts + description: uplink-combat-medipen-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: CombatMedipen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkHardsuitSyndieMedic + disableRefund: False + name: uplink-hardsuit-syndie-medic-name + discountCategory: null + description: uplink-hardsuit-syndie-medic-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi + state: icon + priority: 0 + productEntity: ClothingOuterHardsuitSyndieMedicBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakHOPCloak + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-hop-cloak-name + discountCategory: null + description: null + categories: + - HOPHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfPersonnel + icon: null + priority: 0 + productEntity: ClothingNeckCloakHOPCloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakHOSCloak + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-hos-cloak-name + discountCategory: null + description: null + categories: + - HOSHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - HeadOfSecurity + icon: null + priority: 0 + productEntity: ClothingNeckCloakHOSCloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirty + disableRefund: False + name: uplink-sunrise-plushie-thirty-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirty + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseTelescopicShield + disableRefund: False + name: uplink-sunrise-telescopic-shield-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: TelescopicShield + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookJauntUpgrade + disableRefund: False + name: spellbook-upgrade-jaunt-name + discountCategory: null + description: spellbook-upgrade-jaunt-description + categories: + - SpellbookUtility + originalCost: + WizCoin: 2 + conditions: + - !type:BuyBeforeCondition + blacklist: null + whitelist: + - SpellbookJaunt + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: Objects/Magic/magicactions.rsi + state: jaunt + priority: 0 + productEntity: null + productAction: null + productUpgradeId: SpellbookJauntUpgrade + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatWatermelon + disableRefund: False + name: uplink-sunrise-clothing-head-hat-watermelon-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHeadHatWatermelon + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadeIncendiary + disableRefund: False + name: uplink-incendiary-grenade-name + discountCategory: rareDiscounts + description: uplink-incendiary-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: GrenadeIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: SpellbookForceWall + disableRefund: False + name: spellbook-force-wall-name + discountCategory: null + description: spellbook-force-wall-desc + categories: + - SpellbookDefensive + originalCost: + WizCoin: 3 + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: ActionForceWall + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseToySword + disableRefund: False + name: uplink-sunrise-toy-sword-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ToySword + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateRapier + disableRefund: False + name: uplink-syndicate-rapier-name + discountCategory: rareDiscounts + description: uplink-syndicate-rapier-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 10 + conditions: null + icon: + sprite: _Sunrise/Clothing/Belt/syndie_sheath.rsi + state: sheath-rapier + priority: 0 + productEntity: BeltSheathSyndieFilledBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingBreathMaskQM + disableRefund: False + name: uplink-sunrise-clothing-breath-mask-qm-name + discountCategory: null + description: null + categories: + - QMHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Quartermaster + icon: null + priority: 0 + productEntity: ClothingBreathMaskQM + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateBombFake + disableRefund: False + name: uplink-exploding-syndicate-bomb-fake-name + discountCategory: usualDiscounts + description: uplink-exploding-syndicate-bomb-fake-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: SyndicateBombFake + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMRE + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_mre + priority: 0 + productEntity: BoxMRE + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseAntiPoisonMedipen + disableRefund: False + name: uplink-sunrise-anti-poison-medipen-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: AntiPoisonMedipen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlunger + disableRefund: False + name: uplink-sunrise-plunger-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: Plunger + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoamCutlass + disableRefund: False + name: uplink-sunrise-foam-cutlass-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: FoamCutlass + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkPistolCobra + disableRefund: False + name: uplink-pistol-cobra-name + discountCategory: rareDiscounts + description: uplink-pistol-cobra-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: WeaponPistolCobraBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkDisposableTurret + disableRefund: False + name: uplink-disposable-turret-name + discountCategory: usualDiscounts + description: uplink-disposable-turret-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ToolboxElectricalTurretFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakTrans + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-trans-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakTrans + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: DebugListing5 + disableRefund: False + name: debug name 5 + discountCategory: null + description: debug desc 5 + categories: + - Debug + originalCost: {} + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkShotGunIncendiaryAmmoKit + disableRefund: False + name: uplink-ammo-shotgunincendiarykit-name + discountCategory: null + description: uplink-ammo-shotgunincendiarykit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 16 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ShotGunIncendiaryKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtySeven + disableRefund: False + name: uplink-sunrise-plushie-thirty-seven-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtySeven + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkStimkit + disableRefund: False + name: uplink-stimkit-name + discountCategory: rareDiscounts + description: uplink-stimkit-desc + categories: + - UplinkChemicals + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: StimkitFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponRifleLecter + disableRefund: False + name: ntuplink-gun-bundlelecter-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 6 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: lecter + priority: 0 + productEntity: ClothingBackpackDuffelWeaponRifleLecterFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Bleed + disableRefund: False + name: listing-disease-bleed-name + discountCategory: null + description: listing-disease-bleed-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 30 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: bleed + priority: 0 + productEntity: null + productAction: ActionDiseaseBleed + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseFoodCartCold + disableRefund: False + name: uplink-sunrise-food-cart-cold-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: FoodCartCold + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHardsuitSyndieCommander + disableRefund: False + name: uplink-hardsuit-syndie-commander-name + discountCategory: null + description: uplink-hardsuit-syndie-commander-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 12 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi + state: icon + priority: 0 + productEntity: ClothingOuterHardsuitSyndieCommanderBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseAdvMopItem + disableRefund: False + name: uplink-sunrise-adv-mop-item-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: AdvMopItem + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookWandPolymorphCarp + disableRefund: False + name: spellbook-wand-polymorph-carp-name + discountCategory: null + description: spellbook-wand-polymorph-carp-description + categories: + - SpellbookEquipment + originalCost: + WizCoin: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: WeaponWandPolymorphCarp + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunrisePowerCellHigh + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: power_cell_high + priority: 0 + productEntity: PowerCellHigh + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateAncestor + disableRefund: False + name: uplink-reinforcement-radio-ancestor-name + discountCategory: usualDiscounts + description: uplink-reinforcement-radio-ancestor-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: + sprite: Objects/Devices/communication.rsi + state: old-radio-ancestor + priority: 0 + productEntity: ReinforcementRadioSyndicateAncestor + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkMechPaintMaulerMeowler + disableRefund: False + name: uplink-mechpaint-mauler-name + discountCategory: null + description: uplink-mechpaint-mauler-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: MechPaintMaulerMeowler + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingSpecialHeadHatHardhatCMO + disableRefund: False + name: uplink-sunrise-clothing-special-head-hat-hardhat-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingSpecialHeadHatHardhatCMO + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseSeraph + disableRefund: False + name: ntuplink-mech-teleporter-eliteheavy-name + discountCategory: null + description: ntuplink-mech-teleporter-eliteheavy-desc + categories: + - NTMechs + originalCost: + Bluecrystal: 175 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mech_seraph + priority: 0 + productEntity: CrateCommandSeraphBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicatePersonalAI + disableRefund: False + name: uplink-syndicate-pai-name + discountCategory: null + description: uplink-syndicate-pai-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/Objects/Fun/pai.rsi + state: syndicate-icon-pai-off + priority: 0 + productEntity: SyndicatePersonalAI + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBruteAutoInjector + disableRefund: False + name: uplink-sunrise-brute-auto-injector-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: BruteAutoInjector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingMaskGasCE + disableRefund: False + name: uplink-sunrise-clothing-mask-gas-ce-name + discountCategory: null + description: null + categories: + - CEHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefEngineer + icon: null + priority: 0 + productEntity: ClothingMaskGasCE + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseRCDAmmo + disableRefund: False + name: uplink-sunrise-rcd-ammo-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: RCDAmmo + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakIAACloak + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-iaa-cloak-name + discountCategory: null + description: null + categories: + - IAAHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - IAA + icon: null + priority: 0 + productEntity: ClothingNeckCloakIAACloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineShotgunSlug + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_shot_slug + priority: 0 + productEntity: BoxMagazineShotgunSlug + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseDefibrillator + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: comp_defib + priority: 0 + productEntity: DefibrillatorCompact + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: SpellbookBlink + disableRefund: False + name: spellbook-blink-name + discountCategory: null + description: spellbook-blink-desc + categories: + - SpellbookUtility + originalCost: + WizCoin: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: null + productAction: ActionBlink + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCombatBakery + disableRefund: False + name: uplink-combat-bakery-name + discountCategory: null + description: uplink-combat-bakery-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 6 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Chef + - Mime + icon: + sprite: Objects/Consumable/Food/Baked/bread.rsi + state: baguette + priority: 0 + productEntity: CombatBakeryKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBookScientistsGuidebook + disableRefund: False + name: uplink-sunrise-book-scientists-guidebook-name + discountCategory: null + description: null + categories: + - ScienceThings + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Science + icon: null + priority: 0 + productEntity: BookScientistsGuidebook + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingShoesEliteCaptain + disableRefund: False + name: uplink-sunrise-clothing-shoes-elite-captain-name + discountCategory: null + description: null + categories: + - CaptainHeadOfDepartment + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Captain + icon: null + priority: 0 + productEntity: ClothingShoesEliteCaptain + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingBackpackSyndie + disableRefund: False + name: uplink-clothing-backpack-syndie-name + discountCategory: usualDiscounts + description: null + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingBackpackSyndie + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakEcho + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-echo-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakEcho + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazinePistolSubMachineGunSIAR52 + disableRefund: False + name: uplink-magazine-siar52-name + discountCategory: usualDiscounts + description: uplink-magazine-siar52-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 3 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Ammunition/Magazines/IAR-52mag.rsi + state: base + priority: 0 + productEntity: MagazinePistolSubMachineGunSIAR52 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateCyborgSaboteur + disableRefund: False + name: uplink-reinforcement-radio-syndicate-cyborg-spider-name + discountCategory: veryRareDiscounts + description: uplink-reinforcement-radio-syndicate-cyborg-spider-name + categories: + - UplinkAllies + originalCost: + Telecrystal: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Mobs/Silicon/chassis.rsi + state: spider + priority: 0 + productEntity: ReinforcementRadioSyndicateCyborgSaboteur + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: UplinkFreedomImplanter + disableRefund: False + name: uplink-freedom-implanter-name + discountCategory: veryRareDiscounts + description: uplink-freedom-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 5 + conditions: null + icon: + sprite: /Textures/Actions/Implants/implants.rsi + state: freedom + priority: 0 + productEntity: FreedomImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 3 + costModifiersBySourceId: {} + - id: Vomit + disableRefund: False + name: listing-disease-vomit-name + discountCategory: null + description: listing-disease-vomit-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: vomit + priority: 0 + productEntity: null + productAction: ActionDiseaseVomit + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkOutlawGlasses + disableRefund: False + name: uplink-outlaw-glasses-name + discountCategory: null + description: uplink-outlaw-glasses-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingEyesGlassesOutlawGlasses + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechAMLG90 + disableRefund: False + name: uplink-mech-equipment-amlg90-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-amlg90-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/mecha_equipment.rsi + state: mecha_amlg90 + priority: 0 + productEntity: WeaponMechCombatAMLG90 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwelve + disableRefund: False + name: uplink-sunrise-plushie-twelve-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwelve + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyThree + disableRefund: False + name: uplink-sunrise-plushie-thirty-three-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyThree + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingHeadHatSkub + disableRefund: False + name: uplink-sunrise-clothing-head-hat-skub-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingHeadHatSkub + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSyndicateSpongeBox + disableRefund: False + name: uplink-syndicate-sponge-box-name + discountCategory: rareDiscounts + description: uplink-syndicate-sponge-box-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 7 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Zookeeper + - Scientist + - SeniorResearcher + - ResearchDirector + - Chef + icon: + sprite: Objects/Misc/monkeycube.rsi + state: box + priority: 0 + productEntity: SyndicateSpongeBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: NTUplinkSunriseClothingBackpackDuffelWeaponLightMachineGunMG42 + disableRefund: False + name: ntuplink-gun-bundlemg342-name + discountCategory: null + description: null + categories: + - NTAutoGun + originalCost: + Bluecrystal: 25 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mg42 + priority: 0 + productEntity: ClothingBackpackDuffelWeaponLightMachineGunMG42 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentyFour + disableRefund: False + name: uplink-sunrise-plushie-twenty-four-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentyFour + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCrateAmmokitBundle + disableRefund: False + name: uplink-ammo-crate-ammokit-bundle-name + discountCategory: usualDiscounts + description: uplink-ammo-crate-ammokit-bundle-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 100 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Structures/Storage/Crates/syndicate.rsi + state: icon + priority: 0 + productEntity: CrateAmmokitBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 50 + costModifiersBySourceId: {} + - id: UplinkRadioJammer + disableRefund: False + name: uplink-radio-jammer-name + discountCategory: usualDiscounts + description: uplink-radio-jammer-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 3 + conditions: null + icon: null + priority: 0 + productEntity: RadioJammer + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunrisePowerDrill + disableRefund: False + name: uplink-sunrise-power-drill-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: PowerDrill + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieAlice + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieAlice + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkExplodingPen + disableRefund: False + name: uplink-exploding-pen-name + discountCategory: usualDiscounts + description: uplink-exploding-pen-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/Objects/Misc/pens.rsi + state: pen + priority: 0 + productEntity: PenExplodingBox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxShotgunFlare + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_shot_flare + priority: 0 + productEntity: BoxShotgunFlare + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseCigarGoldCase + disableRefund: False + name: uplink-sunrise-cigar-gold-case-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: CigarGoldCase + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineBoxMagnumIncendiary + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_magnum_ince + priority: 0 + productEntity: MagazineBoxMagnumIncendiary + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkWeaponBauer127 + disableRefund: False + name: uplink-weapon-bauer-127-name + discountCategory: veryRareDiscounts + description: uplink-weapon-bauer-127-name + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 16 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Snipers/bauer127/big.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateFilledBauer + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: UplinkHeadsetEncryptionKey + disableRefund: False + name: uplink-encryption-key-name + discountCategory: usualDiscounts + description: uplink-encryption-key-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 2 + conditions: null + icon: + sprite: /Textures/Objects/Devices/encryption_keys.rsi + state: synd_label + priority: 0 + productEntity: BoxEncryptionKeySyndie + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSix + disableRefund: False + name: uplink-sunrise-plushie-six-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSix + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBorgERT + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMechs + originalCost: + Bluecrystal: 30 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: cyborg_ert + priority: 0 + productEntity: PlayerBorgChassisERTBattery + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMrDips + disableRefund: False + name: uplink-sunrise-mrdips-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: MrDips + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseRiotBulletShield + disableRefund: False + name: ntuplink-equip-riotbulletshield-name + discountCategory: null + description: null + categories: + - NTEquipment + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: riot_bullet_shield + priority: 0 + productEntity: RiotBulletShield + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseSprayBottleSpaceCleaner + disableRefund: False + name: uplink-sunrise-spray-bottle-space-cleaner-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: SprayBottleSpaceCleaner + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatShriekResonant + disableRefund: False + name: evolutionmenu-combat-shriek-resonant-name + discountCategory: null + description: evolutionmenu-combat-shriek-resonant-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: shriek_resonant + priority: 0 + productEntity: null + productAction: ActionShriekResonant + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCMOCloak + disableRefund: False + name: uplink-sunrise-clothing-neck-cmo-cloak-name + discountCategory: null + description: null + categories: + - CMOHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefMedicalOfficer + icon: null + priority: 0 + productEntity: ClothingNeckCMOCloak + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkHolyHandGrenade + disableRefund: False + name: uplink-holy-hand-grenade-name + discountCategory: rareDiscounts + description: uplink-holy-hand-grenade-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 20 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Chaplain + icon: null + priority: 0 + productEntity: HolyHandGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 14 + costModifiersBySourceId: {} + - id: UplinkSunriseHolofanProjector + disableRefund: False + name: uplink-sunrise-holofan-projector-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 9 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: HolofanProjector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingUniformColorJumpskirtRainbow + disableRefund: False + name: uplink-sunrise-clothing-uniform-color-jumpskirt-rainbow-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingUniformColorJumpskirtRainbow + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkExplosiveGrenade + disableRefund: False + name: uplink-explosive-grenade-name + discountCategory: usualDiscounts + description: uplink-explosive-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ExGrenade + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkDnaScramblerImplant + disableRefund: False + name: uplink-dna-scrambler-implanter-name + discountCategory: usualDiscounts + description: uplink-dna-scrambler-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 5 + conditions: null + icon: + sprite: /Textures/Mobs/Species/Human/parts.rsi + state: full + priority: 0 + productEntity: DnaScramblerImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseDrinkBeerBottleFull + disableRefund: False + name: uplink-sunrise-drink-beer-bottle-full-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 3 + icon: null + priority: 0 + productEntity: DrinkBeerBottleFull + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkNukieAntimovCircuitBoard + disableRefund: False + name: uplink-antimov-law-name + discountCategory: rareDiscounts + description: uplink-antimov-law-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 24 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: AntimovCircuitBoard + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 20 + costModifiersBySourceId: {} + - id: NTUplinkSunriseStunbaton + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: stunbaton + priority: 0 + productEntity: Stunbaton + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Slowness + disableRefund: False + name: listing-disease-slowness-name + discountCategory: null + description: listing-disease-slowness-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: slowness + priority: 0 + productEntity: null + productAction: ActionDiseaseSlowness + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponFlareGun + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTPistols + originalCost: + Bluecrystal: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: sec_flaregun + priority: 0 + productEntity: WeaponFlareGunSecurity + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCostumeClown + disableRefund: False + name: uplink-costume-clown-name + discountCategory: null + description: uplink-costume-clown-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateCostumeClown + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieFourteen + disableRefund: False + name: uplink-sunrise-plushie-fourteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieFourteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseDoubleEmergencyNitrogenTankFilled + disableRefund: False + name: uplink-sunrise-double-emergency-nitrogen-tank-filled-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: DoubleEmergencyNitrogenTankFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponPulsePistol + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTPistols + originalCost: + Bluecrystal: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: pulse-p + priority: 0 + productEntity: WeaponPulsePistol + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThirtyTwo + disableRefund: False + name: uplink-sunrise-plushie-thirty-two-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThirtyTwo + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineP90 + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mag_p90 + priority: 0 + productEntity: MagazineP90 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkOutlawHat + disableRefund: False + name: uplink-outlaw-hat-name + discountCategory: null + description: uplink-outlaw-hat-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: ClothingHeadHatOutlawHat + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseMobCockroach + disableRefund: False + name: uplink-sunrise-mob-cockroach-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + icon: null + priority: 0 + productEntity: MobCockroach + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: DebugListing4 + disableRefund: False + name: debug name 4 + discountCategory: null + description: debug desc 4 + categories: + - Debug + originalCost: + DebugDollar: 1 + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: ActionScream + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkScramImplanter + disableRefund: False + name: uplink-scram-implanter-name + discountCategory: veryRareDiscounts + description: uplink-scram-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 6 + conditions: null + icon: + sprite: /Textures/Structures/Specific/anomaly.rsi + state: anom4 + priority: 0 + productEntity: ScramImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: NTUplinkSunriseWeaponPistolN1984 + disableRefund: False + name: N1984 + discountCategory: null + description: null + categories: + - NTPistols + originalCost: + Bluecrystal: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: n1984 + priority: 0 + productEntity: WeaponPistolN1984 + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: DebugListing3 + disableRefund: False + name: debug name 3 + discountCategory: null + description: debug desc 3 + categories: + - Debug + originalCost: + DebugDollar: 10 + conditions: null + icon: null + priority: 0 + productEntity: null + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwenty + disableRefund: False + name: uplink-sunrise-plushie-twenty-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwenty + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkC4Bundle + disableRefund: False + name: uplink-c4-bundle-name + discountCategory: veryRareDiscounts + description: uplink-c4-bundle-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateC4tBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 8 + costModifiersBySourceId: {} + - id: NTUplinkSunriseMaterialBiomass + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: monkeycube + priority: 0 + productEntity: MaterialBiomass + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMechVindictor + disableRefund: False + name: uplink-mech-equipment-vindictor-name + discountCategory: rareDiscounts + description: uplink-mech-equipment-vindictor-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 35 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/_Sunrise/Objects/Specific/Mech/mecha_vindictor.rsi + state: mecha_vindictor + priority: 0 + productEntity: WeaponMechCombatVindictor + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 15 + costModifiersBySourceId: {} + - id: UplinkCaneBlade + disableRefund: False + name: uplink-cane-blade-name + discountCategory: rareDiscounts + description: uplink-cane-blade-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 5 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Librarian + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: + sprite: Objects/Weapons/Melee/cane.rsi + state: cane + priority: 0 + productEntity: CaneSheathFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieEight + disableRefund: False + name: uplink-sunrise-plushie-eight-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieEight + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatShriekDissonant + disableRefund: False + name: evolutionmenu-combat-shriek-dissonant-name + discountCategory: null + description: evolutionmenu-combat-shriek-dissonant-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: shriek_dissonant + priority: 0 + productEntity: null + productAction: ActionShriekDissonant + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkPowerSink + disableRefund: False + name: uplink-power-sink-name + discountCategory: usualDiscounts + description: uplink-power-sink-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 8 + conditions: + - !type:BuyerWhitelistCondition + blacklist: + requireAll: False + tags: null + sizes: null + mindRoles: null + components: + - SurplusBundle + whitelist: null + icon: null + priority: 0 + productEntity: PowerSink + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkUplinkImplanter + disableRefund: False + name: uplink-uplink-implanter-name + discountCategory: usualDiscounts + description: uplink-uplink-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: + sprite: /Textures/Objects/Devices/communication.rsi + state: old-radio + priority: 0 + productEntity: UplinkImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSyndicateMartyrModule + disableRefund: False + name: uplink-syndicate-martyr-module-name + discountCategory: veryRareDiscounts + description: uplink-syndicate-martyr-module-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/Objects/Specific/Robotics/borgmodule.rsi + state: syndicateborgbomb + priority: 0 + productEntity: BorgModuleMartyr + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: SpellbookWandLocker + disableRefund: False + name: spellbook-wand-locker-name + discountCategory: null + description: spellbook-wand-locker-description + categories: + - SpellbookEquipment + originalCost: + WizCoin: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: WeaponWandLocker + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadierRig + disableRefund: False + name: uplink-grenadier-rig-name + discountCategory: veryRareDiscounts + description: uplink-grenadier-rig-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 12 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingBeltMilitaryWebbingGrenadeFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 6 + costModifiersBySourceId: {} + - id: UplinkHristovAmmo + disableRefund: False + name: uplink-sniper-ammo-name + discountCategory: null + description: uplink-sniper-ammo-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 1 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: MagazineBoxAntiMateriel + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkChimpUpgradeKit + disableRefund: False + name: uplink-chimp-upgrade-kit-name + discountCategory: usualDiscounts + description: uplink-chimp-upgrade-kit-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 4 + conditions: + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Science + icon: null + priority: 0 + productEntity: WeaponPistolCHIMPUpgradeKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseDrinkRumBottleFull + disableRefund: False + name: uplink-sunrise-drink-rum-bottle-full-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: DrinkRumBottleFull + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseUnstableMutagenChemistryBottle + disableRefund: False + name: uplink-sunrise-unstable-mutagen-chemistry-bottle-name + discountCategory: null + description: null + categories: + - ServiceThings + originalCost: + Suntick: 16 + conditions: + - !type:ListingLimitedStockCondition + stock: 2 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Civilian + icon: null + priority: 0 + productEntity: UnstableMutagenChemistryBottle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBoombox + disableRefund: False + name: uplink-sunrise-boombox-name + discountCategory: null + description: null + categories: + - Music + originalCost: + Suntick: 45 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: _Sunrise/Interface/Misc/icons.rsi + state: boombox + priority: 0 + productEntity: Boombox + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieKaioshi + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieKaioshi + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterAtmosianBomberJacket + disableRefund: False + name: uplink-sunrise-clothing-outer-atmosian-bomber-jacket-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: ClothingOuterAtmosianBomberJacket + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkReinforcementRadioSyndicateAncestorNukeops + disableRefund: False + name: uplink-reinforcement-radio-ancestor-name + discountCategory: usualDiscounts + description: uplink-reinforcement-radio-ancestor-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 6 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: Objects/Devices/communication.rsi + state: old-radio-ancestor + priority: 0 + productEntity: ReinforcementRadioSyndicateAncestorNukeops + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieThree + disableRefund: False + name: uplink-sunrise-plushie-three-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieThree + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePillCanisterDylovene + disableRefund: False + name: uplink-sunrise-pill-canister-dylovene-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: PillCanisterDylovene + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieCaptainTartarus + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieCaptainTartarus + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatLabResearchDirector + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-lab-research-director-name + discountCategory: null + description: null + categories: + - RDHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ResearchDirector + icon: null + priority: 0 + productEntity: ClothingOuterCoatLabResearchDirector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkHardsuitCarp + disableRefund: False + name: uplink-hardsuit-carp-name + discountCategory: rareDiscounts + description: uplink-hardsuit-carp-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 4 + conditions: null + icon: + sprite: /Textures/Clothing/OuterClothing/Suits/carpsuit.rsi + state: icon + priority: 0 + productEntity: ClothingOuterHardsuitCarp + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: NTUplinkSunriseJawsOfLife + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: jaws + priority: 0 + productEntity: JawsOfLife + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: uplinkBananaPeelExplosive + disableRefund: False + name: uplink-banana-peel-explosive-name + discountCategory: rareDiscounts + description: uplink-banana-peel-explosive-desc + categories: + - UplinkJob + originalCost: + Telecrystal: 2 + conditions: + - !type:BuyerJobCondition + blacklist: null + whitelist: + - Clown + icon: + sprite: Objects/Specific/Hydroponics/banana.rsi + state: peel + priority: 0 + productEntity: TrashBananaPeelExplosiveUnarmed + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunriseSheetGlass + disableRefund: False + name: uplink-sunrise-sheet-glass-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: SheetGlass + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCarpSuitBundle + disableRefund: False + name: uplink-carp-suit-bundle-name + discountCategory: null + description: uplink-carp-suit-bundle-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateCarpSuit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseDoubleEmergencyOxygenTankFilled + disableRefund: False + name: uplink-sunrise-double-emergency-oxygen-tank-filled-name + discountCategory: null + description: null + categories: + - EngineeringThings + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Engineering + icon: null + priority: 0 + productEntity: DoubleEmergencyOxygenTankFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterArmorBulletproof + disableRefund: False + name: uplink-sunrise-clothing-outer-armor-bulletproof-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: ClothingOuterArmorBulletproof + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingNoSlipsShoes + disableRefund: False + name: uplink-clothing-no-slips-shoes-name + discountCategory: veryRareDiscounts + description: uplink-clothing-no-slips-shoes-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: ClothingShoesChameleonNoSlips + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: Blindness + disableRefund: False + name: listing-disease-blindness-name + discountCategory: null + description: listing-disease-blindness-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 40 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: blindness + priority: 0 + productEntity: null + productAction: ActionDiseaseBlindness + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMagazineMagnum + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 12 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: mag_magnum + priority: 0 + productEntity: MagazineMagnum + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieTwentySeven + disableRefund: False + name: uplink-sunrise-plushie-twenty-seven-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieTwentySeven + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakDelta + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-delta-name + discountCategory: null + description: null + categories: + - Cloaks + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingNeckCloakDelta + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieAgata + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieAgata + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: Narcolepsy + disableRefund: False + name: listing-disease-narcolepsy-name + discountCategory: null + description: listing-disease-narcolepsy-description + categories: + - DiseaseSymptomsCategory + originalCost: + DiseasePoints: 20 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: /Textures/_Sunrise/Actions/disease.rsi + state: narcolepsy + priority: 0 + productEntity: null + productAction: ActionDiseaseNarcolepsy + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterCoatBomber + disableRefund: False + name: uplink-sunrise-clothing-outer-coat-bomber-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 5 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingOuterCoatBomber + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieMilosTanka + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieMilosTanka + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBookEngineersHandbook + disableRefund: False + name: uplink-sunrise-book-engineers-handbook-name + discountCategory: null + description: null + categories: + - CEHeadOfDepartment + originalCost: + Suntick: 8 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ChiefEngineer + icon: null + priority: 0 + productEntity: BookEngineersHandbook + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkMagazineShotgunUranium + disableRefund: False + name: uplink-magazine-shotgun-name + discountCategory: null + description: uplink-magazine-shotgun-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 4 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Weapons/Guns/Ammunition/Magazine/Shotgun/m12.rsi + state: uranium + priority: 0 + productEntity: MagazineShotgunUranium + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkWeaponLaserMinigun + disableRefund: False + name: uplink-weapon-syndie-laser-minigun-name + discountCategory: veryRareDiscounts + description: null + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 35 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: _Sunrise/Objects/Weapons/Guns/Battery/laserminigun.rsi + state: icon + priority: 0 + productEntity: WeaponLaserMinigunBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 20 + costModifiersBySourceId: {} + - id: EvolutionMenuStingFakeArmblade + disableRefund: False + name: evolutionmenu-sting-armblade-name + discountCategory: null + description: evolutionmenu-sting-armblade-desc + categories: + - ChangelingAbilitySting + originalCost: + EvolutionPoint: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: sting_armblade + priority: 0 + productEntity: null + productAction: ActionStingFakeArmblade + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSnackBox + disableRefund: False + name: uplink-snack-box-name + discountCategory: null + description: uplink-snack-box-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: null + priority: 0 + productEntity: HappyHonkNukieSnacks + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingOuterArmorRaid + disableRefund: False + name: uplink-syndie-raid-name + discountCategory: null + description: uplink-syndie-raid-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Clothing/OuterClothing/Armor/syndie-raid.rsi + state: icon + priority: 0 + productEntity: ClothingBackpackDuffelSyndicateRaidBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMultitool + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: multitool + priority: 0 + productEntity: Multitool + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePillCanisterDermaline + disableRefund: False + name: uplink-sunrise-pill-canister-dermaline-name + discountCategory: null + description: null + categories: + - MedicalThings + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Medical + icon: null + priority: 0 + productEntity: PillCanisterDermaline + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkCarpDehydrated + disableRefund: False + name: uplink-carp-dehydrated-name + discountCategory: rareDiscounts + description: uplink-carp-dehydrated-desc + categories: + - UplinkAllies + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: null + priority: 0 + productEntity: DehydratedSpaceCarp + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkPistolViper + disableRefund: False + name: uplink-pistol-viper-name + discountCategory: rareDiscounts + description: uplink-pistol-viper-desc + categories: + - UplinkWeaponry + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: WeaponPistolViperBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieFrizko + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieFrizko + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuUtilityEyesight + disableRefund: False + name: evolutionmenu-utility-eyesight-name + discountCategory: null + description: evolutionmenu-utility-eyesight-desc + categories: + - ChangelingAbilityUtility + originalCost: + EvolutionPoint: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: augmented_eyesight + priority: 0 + productEntity: null + productAction: ActionAugmentedEyesight + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseDrinkWhiskeyBottleFull + disableRefund: False + name: uplink-sunrise-drink-whiskey-bottle-full-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: DrinkWhiskeyBottleFull + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkClothingEyesHudSyndicate + disableRefund: False + name: uplink-clothing-eyes-hud-syndicate-name + discountCategory: null + description: uplink-clothing-eyes-hud-syndicate-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: ClothingEyesHudSyndicate + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkBouquet + disableRefund: False + name: uplink-bouquet-name + discountCategory: null + description: uplink-bouquet-desc + categories: + - UplinkPointless + originalCost: + Telecrystal: 1 + conditions: null + icon: + sprite: _Sunrise/Objects/Misc/bouquet.rsi + state: item + priority: 0 + productEntity: Bouquet + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEnergyDomeBackpackSyndie + disableRefund: False + name: uplink-energy-dome-backpack-name + discountCategory: rareDiscounts + description: uplink-energy-dome-backpack-desc + categories: + - UplinkDisruption + originalCost: + Telecrystal: 20 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: EnergyDomeGeneratorBackpackSyndieBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 10 + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxHandcuff + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAdditional + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 8 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_handcuffs + priority: 0 + productEntity: BoxHandcuff + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkUltrabrightLantern + disableRefund: False + name: uplink-ultrabright-lantern-name + discountCategory: usualDiscounts + description: uplink-ultrabright-lantern-desc + categories: + - UplinkDeception + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: LanternFlash + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkCaselessAmmoKit + disableRefund: False + name: uplink-ammo-caselesskit-name + discountCategory: null + description: uplink-ammo-caselesskit-desc + categories: + - UplinkAmmo + originalCost: + Telecrystal: 13 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: CaselessAmmoKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieNineteen + disableRefund: False + name: uplink-sunrise-plushie-nineteen-name + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieNineteen + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseMedkitRadiationFilled + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTMedicine + originalCost: + Crystallite: 2 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: med-rad + priority: 0 + productEntity: MedkitRadiationFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlushieSebastian + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - SpecialThings + originalCost: + Suntick: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlushieSebastian + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: NTUplinkSunriseBoxMagazineSubMachineGunTopMounted + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTAmmo + originalCost: + Crystallite: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 6 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: box_wt550 + priority: 0 + productEntity: BoxMagazinePistolSubMachineGunTopMounted + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: EvolutionMenuCombatChitinousArmor + disableRefund: False + name: evolutionmenu-combat-armor-name + discountCategory: null + description: evolutionmenu-combat-armor-desc + categories: + - ChangelingAbilityCombat + originalCost: + EvolutionPoint: 4 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: + sprite: Changeling/changeling_abilities.rsi + state: chitinous_armor + priority: 0 + productEntity: null + productAction: ActionToggleChitinousArmor + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseBookSpaceEncyclopedia + disableRefund: False + name: uplink-sunrise-book-space-encyclopedia-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: BookSpaceEncyclopedia + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePlayerBorgGeneric + disableRefund: False + name: uplink-sunrise-player-borg-generic-name + discountCategory: null + description: null + categories: + - Friends + originalCost: + Suntick: 100 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PlayerBorgBattery + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkGrenadeShrapnel + disableRefund: False + name: uplink-shrapnel-grenade-name + discountCategory: rareDiscounts + description: uplink-shrapnel-grenade-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 4 + conditions: null + icon: null + priority: 0 + productEntity: GrenadeShrapnel + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 2 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingNeckCloakResearchDirector + disableRefund: False + name: uplink-sunrise-clothing-neck-cloak-research-director-name + discountCategory: null + description: null + categories: + - RDHeadOfDepartment + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerJobCondition + blacklist: null + whitelist: + - ResearchDirector + icon: null + priority: 0 + productEntity: ClothingNeckCloakResearchDirector + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkStorageImplanter + disableRefund: False + name: uplink-storage-implanter-name + discountCategory: rareDiscounts + description: uplink-storage-implanter-desc + categories: + - UplinkImplants + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: + sprite: /Textures/Clothing/Back/Backpacks/backpack.rsi + state: icon + priority: 0 + productEntity: StorageImplanter + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: UplinkSunriseClothingOuterSkub + disableRefund: False + name: uplink-sunrise-clothing-outer-skub-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 15 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: ClothingOuterSkub + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunriseWeaponDisabler + disableRefund: False + name: uplink-sunrise-weapon-disabler-name + discountCategory: null + description: null + categories: + - SecurityThings + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:BuyerDepartmentCondition + blacklist: null + whitelist: + - Security + icon: null + priority: 0 + productEntity: WeaponDisabler + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkSunrisePresentRandom + disableRefund: False + name: uplink-sunrise-present-random-name + discountCategory: null + description: null + categories: + - General + originalCost: + Suntick: 10 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: PresentRandom + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkEnergyDomePersonalSyndie + disableRefund: False + name: uplink-energy-dome-personal-name + discountCategory: rareDiscounts + description: uplink-energy-dome-personal-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 10 + conditions: + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: null + priority: 0 + productEntity: EnergyDomeGeneratorPersonalSyndieBiocode + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 5 + costModifiersBySourceId: {} + - id: SpellbookWandDoor + disableRefund: False + name: spellbook-wand-polymorph-door-name + discountCategory: null + description: spellbook-wand-polymorph-door-description + categories: + - SpellbookEquipment + originalCost: + WizCoin: 3 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + icon: null + priority: 0 + productEntity: WeaponWandPolymorphDoor + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} + - id: UplinkDarkDurand + disableRefund: False + name: uplink-mech-teleporter-medium-name + discountCategory: veryRareDiscounts + description: uplink-mech-teleporter-medium-desc + categories: + - UplinkMechs + originalCost: + Telecrystal: 100 + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - !type:StoreWhitelistCondition + blacklist: null + whitelist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + icon: + sprite: /Textures/Objects/Specific/Mech/durand.rsi + state: darkdurand + priority: 0 + productEntity: CrateCybersunRoverBundle + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 50 + costModifiersBySourceId: {} + - id: UplinkJetpack + disableRefund: False + name: uplink-black-jetpack-name + discountCategory: veryRareDiscounts + description: uplink-black-jetpack-desc + categories: + - UplinkWearables + originalCost: + Telecrystal: 2 + conditions: null + icon: null + priority: 0 + productEntity: JetpackBlackFilled + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 1 + costModifiersBySourceId: {} + - id: UplinkExplosiveCollarsKit + disableRefund: False + name: uplink-exp-collars-kit-name + discountCategory: usualDiscounts + description: uplink-exp-collars-kit-desc + categories: + - UplinkExplosives + originalCost: + Telecrystal: 8 + conditions: + - !type:StoreWhitelistCondition + blacklist: + requireAll: False + tags: + - NukeOpsUplink + sizes: null + mindRoles: null + components: null + whitelist: null + icon: + sprite: _Sunrise/Objects/Devices/red_collar.rsi + state: item + priority: 0 + productEntity: ExpCollarsKit + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: + Telecrystal: 4 + costModifiersBySourceId: {} + - id: NTUplinkSunriseNetworkConfigurator + disableRefund: False + name: null + discountCategory: null + description: null + categories: + - NTEngineering + originalCost: + Crystallite: 1 + conditions: + - !type:ListingLimitedStockCondition + stock: 4 + icon: + sprite: _Sunrise/Interface/Misc/nt_icons.rsi + state: network_configurator + priority: 0 + productEntity: NetworkConfigurator + productAction: null + productUpgradeId: null + productActionEntity: null + productEvent: null + raiseProductEventOnUser: False + purchaseAmount: 0 + restockTime: 0 + discountDownTo: {} + costModifiersBySourceId: {} - proto: BeachBall entities: - uid: 22540 @@ -20794,28 +36008,6 @@ entities: - type: Transform pos: 29.745153,49.756775 parent: 12 - - uid: 25550 - components: - - type: Transform - pos: 46.371704,64.58296 - parent: 12 - - uid: 25560 - components: - - type: Transform - pos: 46.694622,64.45796 - parent: 12 - - uid: 30549 - components: - - type: Transform - parent: 30536 - - type: Physics - canCollide: False - - uid: 30572 - components: - - type: Transform - parent: 30536 - - type: Physics - canCollide: False - proto: Bed entities: - uid: 91 @@ -20843,11 +36035,6 @@ entities: - type: Transform pos: 27.5,-22.5 parent: 12 - - uid: 8725 - components: - - type: Transform - pos: 52.5,-38.5 - parent: 12 - uid: 8726 components: - type: Transform @@ -20973,40 +36160,25 @@ entities: - type: Transform pos: 5.5,55.5 parent: 12 - - uid: 23741 - components: - - type: Transform - pos: -51.5,43.5 - parent: 12 - uid: 25042 components: - type: Transform pos: 3.5,66.5 parent: 12 - - uid: 26912 - components: - - type: Transform - pos: -38.5,62.5 - parent: 12 - - uid: 28264 - components: - - type: Transform - pos: -49.5,-14.5 - parent: 12 - - uid: 32265 + - uid: 25606 components: - type: Transform - pos: -42.5,50.5 + pos: -52.5,43.5 parent: 12 - - uid: 32266 + - uid: 27076 components: - type: Transform - pos: -44.5,50.5 + pos: -60.5,-13.5 parent: 12 - - uid: 32267 + - uid: 28264 components: - type: Transform - pos: -46.5,50.5 + pos: -49.5,-14.5 parent: 12 - proto: BedsheetBlue entities: @@ -21040,14 +36212,6 @@ entities: - type: Transform pos: -4.5,58.5 parent: 12 -- proto: BedsheetBrigmedic - entities: - - uid: 15507 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,55.5 - parent: 12 - proto: BedsheetCaptain entities: - uid: 17413 @@ -21080,6 +36244,11 @@ entities: parent: 12 - proto: BedsheetGreen entities: + - uid: 2384 + components: + - type: Transform + pos: -44.5,63.5 + parent: 12 - uid: 21711 components: - type: Transform @@ -21126,6 +36295,12 @@ entities: parent: 12 - proto: BedsheetMedical entities: + - uid: 89 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,55.5 + parent: 12 - uid: 10540 components: - type: Transform @@ -21163,11 +36338,11 @@ entities: parent: 12 - proto: BedsheetNT entities: - - uid: 23140 + - uid: 32175 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,43.5 + pos: -52.5,43.5 parent: 12 - proto: BedsheetOrange entities: @@ -21176,39 +36351,13 @@ entities: - type: Transform pos: -47.5,63.5 parent: 12 - - uid: 19377 - components: - - type: Transform - pos: -44.5,63.5 - parent: 12 - - uid: 19378 +- proto: BedsheetPurple + entities: + - uid: 2467 components: - type: Transform pos: -41.5,63.5 parent: 12 - - uid: 28420 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,62.5 - parent: 12 - - uid: 32272 - components: - - type: Transform - pos: -42.5,50.5 - parent: 12 - - uid: 32273 - components: - - type: Transform - pos: -44.5,50.5 - parent: 12 - - uid: 32274 - components: - - type: Transform - pos: -46.5,50.5 - parent: 12 -- proto: BedsheetPurple - entities: - uid: 12283 components: - type: Transform @@ -21236,6 +36385,14 @@ entities: - type: Transform pos: -49.5,-14.5 parent: 12 +- proto: BedsheetUSA + entities: + - uid: 9223 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-13.5 + parent: 12 - proto: BenchBlueComfy entities: - uid: 12706 @@ -21320,13 +36477,6 @@ entities: - type: Transform pos: -20.5,47.5 parent: 12 -- proto: Bible - entities: - - uid: 13308 - components: - - type: Transform - pos: 56.419914,38.685394 - parent: 12 - proto: Biogenerator entities: - uid: 107 @@ -21346,7 +36496,7 @@ entities: parent: 12 - proto: BiomassReclaimer entities: - - uid: 26799 + - uid: 25933 components: - type: Transform pos: 8.5,-39.5 @@ -21360,17 +36510,6 @@ entities: parent: 12 - proto: BlastDoor entities: - - uid: 42 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,61.5 - parent: 12 - - uid: 48 - components: - - type: Transform - pos: -33.5,61.5 - parent: 12 - uid: 528 components: - type: Transform @@ -21509,6 +36648,11 @@ entities: - type: Transform pos: 8.5,23.5 parent: 12 + - uid: 19695 + components: + - type: Transform + pos: -40.5,-47.5 + parent: 12 - uid: 20780 components: - type: Transform @@ -21524,23 +36668,11 @@ entities: - type: Transform pos: 7.5,3.5 parent: 12 - - uid: 30454 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-47.5 - parent: 12 - - uid: 30457 + - uid: 32286 components: - type: Transform - rot: 1.5707963267948966 rad pos: -40.5,-48.5 parent: 12 - - uid: 31860 - components: - - type: Transform - pos: -29.5,62.5 - parent: 12 - proto: BlastDoorOpen entities: - uid: 748 @@ -21727,6 +36859,30 @@ entities: - type: Transform pos: 31.653522,37.901875 parent: 12 +- proto: Bluecrystal1 + entities: + - uid: 32146 + components: + - type: Transform + pos: -54.739746,41.059082 + parent: 12 + - uid: 32159 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.531414,40.91556 + parent: 12 + - uid: 32160 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -54.475857,41.114635 + parent: 12 + - uid: 32161 + components: + - type: Transform + pos: -54.244377,41.031303 + parent: 12 - proto: Blunt entities: - uid: 3786 @@ -21978,6 +37134,16 @@ entities: canCollide: False - proto: Bookshelf entities: + - uid: 4531 + components: + - type: Transform + pos: -40.5,-14.5 + parent: 12 + - uid: 28386 + components: + - type: Transform + pos: -38.5,-17.5 + parent: 12 - uid: 31819 components: - type: Transform @@ -22065,6 +37231,11 @@ entities: - 31832 - proto: BookshelfFilled entities: + - uid: 2405 + components: + - type: Transform + pos: -40.5,-15.5 + parent: 12 - uid: 3026 components: - type: Transform @@ -22075,6 +37246,21 @@ entities: - type: Transform pos: 45.5,41.5 parent: 12 + - uid: 4168 + components: + - type: Transform + pos: -40.5,-16.5 + parent: 12 + - uid: 5151 + components: + - type: Transform + pos: -37.5,-17.5 + parent: 12 + - uid: 5372 + components: + - type: Transform + pos: -39.5,-17.5 + parent: 12 - uid: 19636 components: - type: Transform @@ -22214,6 +37400,12 @@ entities: parent: 12 - proto: BoozeDispenser entities: + - uid: 2426 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-16.5 + parent: 12 - uid: 15088 components: - type: Transform @@ -22225,12 +37417,6 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,48.5 parent: 12 - - uid: 28192 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-13.5 - parent: 12 - proto: BorgCharger entities: - uid: 1777 @@ -22253,11 +37439,6 @@ entities: - type: Transform pos: -8.5,-35.5 parent: 12 - - uid: 5253 - components: - - type: Transform - pos: 33.5,-15.5 - parent: 12 - uid: 7509 components: - type: Transform @@ -22324,6 +37505,12 @@ entities: - 0 - 0 - 0 + - uid: 26715 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 27.5,-14.5 + parent: 12 - uid: 27093 components: - type: Transform @@ -22340,10 +37527,12 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,25.5 parent: 12 - - uid: 32322 +- proto: BorgModuleAnomaly + entities: + - uid: 31075 components: - type: Transform - pos: -36.5,44.5 + pos: -40.50334,-38.27384 parent: 12 - proto: BorgModuleCable entities: @@ -22352,6 +37541,18 @@ entities: - type: Transform pos: -34.459003,-34.4371 parent: 12 + - uid: 31065 + components: + - type: Transform + pos: 57.6163,-3.434434 + parent: 12 +- proto: BorgModuleDiagnosis + entities: + - uid: 31067 + components: + - type: Transform + pos: -1.522131,-49.55343 + parent: 12 - proto: BorgModuleFireExtinguisher entities: - uid: 2071 @@ -22372,7 +37573,7 @@ entities: - uid: 8797 components: - type: Transform - pos: 55.46302,-32.505604 + pos: 55.495014,-33.790596 parent: 12 - proto: BorgModuleRadiationDetection entities: @@ -22390,6 +37591,11 @@ entities: - type: Transform pos: 22.528473,66.519966 parent: 12 + - uid: 31076 + components: + - type: Transform + pos: 40.50182,45.594707 + parent: 12 - proto: BorgModuleTool entities: - uid: 1781 @@ -22401,15 +37607,8 @@ entities: - uid: 1782 components: - type: Transform - rot: -62.83185307179591 rad - pos: -19.470467,-27.590706 - parent: 12 -- proto: BoxAgrichem - entities: - - uid: 576 - components: - - type: Transform - pos: -29.002321,54.79065 + rot: -6.283185307179586 rad + pos: -4.4899044,50.539303 parent: 12 - proto: BoxBeaker entities: @@ -22429,45 +37628,6 @@ entities: - type: Transform pos: 76.4996,43.47757 parent: 12 -- proto: BoxBeanbag - entities: - - uid: 61 - components: - - type: Transform - pos: -32.719162,65.69562 - parent: 12 - - uid: 370 - components: - - type: Transform - pos: -40.70017,51.397747 - parent: 12 - - uid: 1842 - components: - - type: Transform - parent: 23574 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 28229 - components: - - type: Transform - pos: 40.275417,31.810577 - parent: 12 - - uid: 31859 - components: - - type: Transform - pos: -32.691383,65.50812 - parent: 12 - - uid: 31874 - components: - - type: Transform - pos: -27.73219,63.20297 - parent: 12 - - uid: 31875 - components: - - type: Transform - pos: -27.259966,63.230747 - parent: 12 - proto: BoxBodyBag entities: - uid: 3118 @@ -22488,20 +37648,6 @@ entities: rot: -69.11503837897548 rad pos: 28.611654,38.752567 parent: 12 -- proto: BoxCandle - entities: - - uid: 29011 - components: - - type: Transform - pos: 52.10943,42.6253 - parent: 12 -- proto: BoxCandleSmall - entities: - - uid: 29010 - components: - - type: Transform - pos: 51.562553,42.734676 - parent: 12 - proto: BoxCardboard entities: - uid: 17616 @@ -22540,18 +37686,6 @@ entities: - type: Transform pos: 80.57248,-28.409077 parent: 12 -- proto: BoxFlashbang - entities: - - uid: 32042 - components: - - type: Transform - pos: -27.754585,65.63715 - parent: 12 - - uid: 32057 - components: - - type: Transform - pos: -27.282364,65.303825 - parent: 12 - proto: BoxFolderBlack entities: - uid: 7133 @@ -22691,24 +37825,34 @@ entities: - uid: 23879 components: - type: Transform - pos: -29.938885,58.69574 + pos: -30.310768,58.752007 parent: 12 - uid: 25985 components: - type: Transform - pos: -40.66892,51.772747 + pos: -38.500076,51.736237 parent: 12 - - uid: 32240 +- proto: BoxHeadset + entities: + - uid: 23880 components: - type: Transform - pos: -27.747643,65.3316 + pos: -29.237852,58.752007 parent: 12 -- proto: BoxHeadset +- proto: BoxID entities: - - uid: 23880 + - uid: 32270 components: - type: Transform - pos: -30.3868,58.47699 + pos: -29.769102,58.752007 + parent: 12 +- proto: BoxInflatable + entities: + - uid: 26848 + components: + - type: Transform + rot: -43.98229715025713 rad + pos: 33.488213,-20.573042 parent: 12 - proto: BoxingBell entities: @@ -22741,6 +37885,23 @@ entities: - type: Transform pos: -1.4871819,-32.554222 parent: 12 +- proto: BoxLethalshot + entities: + - uid: 20863 + components: + - type: Transform + pos: -32.540394,65.31164 + parent: 12 + - uid: 20864 + components: + - type: Transform + pos: -32.602894,65.63478 + parent: 12 + - uid: 20865 + components: + - type: Transform + pos: -32.259144,65.467995 + parent: 12 - proto: BoxLightbulb entities: - uid: 4160 @@ -22758,12 +37919,7 @@ entities: - uid: 16462 components: - type: Transform - pos: -12.678731,13.782755 - parent: 12 - - uid: 32314 - components: - - type: Transform - pos: -12.310676,13.498032 + pos: -12.5,13.5 parent: 12 - proto: BoxLighttube entities: @@ -22772,13 +37928,6 @@ entities: - type: Transform pos: 8.366522,-51.607525 parent: 12 -- proto: BoxMagazinePistolSubMachineGun - entities: - - uid: 17460 - components: - - type: Transform - pos: -35.66667,65.73951 - parent: 12 - proto: BoxMouthSwab entities: - uid: 2793 @@ -22801,27 +37950,7 @@ entities: - uid: 23878 components: - type: Transform - pos: -30.876385,58.69574 - parent: 12 - - uid: 32276 - components: - - type: Transform - pos: -43.70331,50.747635 - parent: 12 - - uid: 32277 - components: - - type: Transform - pos: -43.29706,50.44555 - parent: 12 - - uid: 32287 - components: - - type: Transform - pos: -45.724262,50.729397 - parent: 12 - - uid: 32288 - components: - - type: Transform - pos: -45.40135,50.416897 + pos: -30.800352,58.77284 parent: 12 - proto: BoxPillCanister entities: @@ -22847,38 +37976,43 @@ entities: parent: 12 - proto: BoxShotgunFlare entities: - - uid: 9730 + - uid: 479 components: - type: Transform - parent: 9506 - - type: Physics - canCollide: False - - uid: 10941 + pos: -42.25532,53.505062 + parent: 12 + - uid: 486 + components: + - type: Transform + pos: -42.663105,53.785713 + parent: 12 + - uid: 25603 components: - type: Transform - parent: 9506 + parent: 23574 - type: Physics canCollide: False -- proto: BoxShotgunPractice - entities: - - uid: 29964 + - type: InsideEntityStorage + - uid: 25604 components: - type: Transform - pos: -21.240965,65.88665 - parent: 12 + parent: 344 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: BoxShotgunSlug entities: - - uid: 2171 + - uid: 25602 components: - type: Transform parent: 23574 - type: Physics canCollide: False - type: InsideEntityStorage - - uid: 19230 + - uid: 25605 components: - type: Transform - parent: 8719 + parent: 344 - type: Physics canCollide: False - type: InsideEntityStorage @@ -22937,11 +38071,6 @@ entities: - type: Transform pos: -33.39211,51.50707 parent: 12 - - uid: 32239 - components: - - type: Transform - pos: -27.27542,65.63715 - parent: 12 - proto: BrbSign entities: - uid: 4054 @@ -22964,12 +38093,6 @@ entities: parent: 12 - proto: BrigTimer entities: - - uid: 8817 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,60.5 - parent: 12 - uid: 19293 components: - type: Transform @@ -23000,18 +38123,27 @@ entities: 19302: - Start: Close - Timer: Open - - uid: 32283 + - uid: 32271 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,56.5 + pos: -26.5,56.5 + parent: 12 + - uid: 32272 + components: + - type: Transform + pos: -26.5,55.5 + parent: 12 + - uid: 32273 + components: + - type: Transform + pos: -26.5,54.5 parent: 12 - proto: Bucket entities: - uid: 4212 components: - type: Transform - pos: 5.6581864,-60.013676 + pos: 4.33757,-60.111046 parent: 12 - uid: 13623 components: @@ -23043,6 +38175,22 @@ entities: - type: Transform pos: 57.314083,57.13435 parent: 12 +- proto: BulletFoam + entities: + - uid: 6284 + components: + - type: Transform + parent: 28254 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6285 + components: + - type: Transform + parent: 28254 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ButchCleaver entities: - uid: 15386 @@ -23068,11 +38216,6 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,29.5 parent: 12 - - uid: 21641 - components: - - type: Transform - pos: -39.5,57.5 - parent: 12 - uid: 23784 components: - type: Transform @@ -23085,35 +38228,17 @@ entities: rot: 3.141592653589793 rad pos: -36.5,21.5 parent: 12 - - uid: 25466 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,72.5 - parent: 12 - uid: 27246 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,-28.5 parent: 12 - - uid: 30489 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-43.5 - parent: 12 -- proto: ButtonFrameCautionSecurity - entities: - - uid: 30033 - components: - - type: Transform - pos: -38.5,57.5 - parent: 12 - - uid: 30149 + - uid: 29835 components: - type: Transform - pos: -0.5,5.5 + rot: -1.5707963267948966 rad + pos: -20.5,69.5 parent: 12 - proto: ButtonFrameExit entities: @@ -23138,22 +38263,11 @@ entities: - type: Transform pos: -14.5,-40.5 parent: 12 - - uid: 29041 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,62.5 - parent: 12 - - uid: 30078 - components: - - type: Transform - pos: -32.5,63.5 - parent: 12 - - uid: 31861 + - uid: 32287 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,62.5 + pos: -39.5,-45.5 parent: 12 - proto: ButtonFrameGrey entities: @@ -23163,6 +38277,12 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,-13.5 parent: 12 + - uid: 213 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-17.5 + parent: 12 - uid: 495 components: - type: Transform @@ -23187,6 +38307,12 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,-13.5 parent: 12 + - uid: 11842 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-24.5 + parent: 12 - uid: 11866 components: - type: Transform @@ -23199,6 +38325,12 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,29.5 parent: 12 + - uid: 14211 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-12.5 + parent: 12 - uid: 15861 components: - type: Transform @@ -23256,16 +38388,43 @@ entities: - type: Transform pos: 14.5,6.5 parent: 12 + - uid: 29187 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,58.5 + parent: 12 - uid: 29367 components: - type: Transform rot: -1.5707963267948966 rad pos: 50.5,-7.5 parent: 12 - - uid: 30052 + - uid: 31379 components: - type: Transform - pos: -40.5,57.5 + pos: -20.5,15.5 + parent: 12 + - uid: 31380 + components: + - type: Transform + pos: 12.5,19.5 + parent: 12 + - uid: 31381 + components: + - type: Transform + pos: 10.5,19.5 + parent: 12 + - uid: 31513 + components: + - type: Transform + pos: -49.5,-20.5 + parent: 12 + - uid: 31518 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,-28.5 parent: 12 - proto: CableApcExtension entities: @@ -23299,11 +38458,6 @@ entities: - type: Transform pos: 51.5,-12.5 parent: 12 - - uid: 68 - components: - - type: Transform - pos: 35.5,-31.5 - parent: 12 - uid: 72 components: - type: Transform @@ -23319,10 +38473,10 @@ entities: - type: Transform pos: -10.5,4.5 parent: 12 - - uid: 79 + - uid: 97 components: - type: Transform - pos: 34.5,-32.5 + pos: 14.5,12.5 parent: 12 - uid: 98 components: @@ -23354,41 +38508,26 @@ entities: - type: Transform pos: 4.5,20.5 parent: 12 - - uid: 190 - components: - - type: Transform - pos: 37.5,-31.5 - parent: 12 - uid: 194 components: - type: Transform pos: 14.5,-3.5 parent: 12 - - uid: 253 - components: - - type: Transform - pos: 15.5,6.5 - parent: 12 - - uid: 262 + - uid: 203 components: - type: Transform - pos: 1.5,68.5 + pos: 35.5,-33.5 parent: 12 - - uid: 271 + - uid: 253 components: - type: Transform - pos: 34.5,-31.5 + pos: 15.5,6.5 parent: 12 - uid: 272 components: - type: Transform pos: 40.5,-13.5 parent: 12 - - uid: 273 - components: - - type: Transform - pos: 36.5,-31.5 - parent: 12 - uid: 317 components: - type: Transform @@ -23489,11 +38628,6 @@ entities: - type: Transform pos: 49.5,55.5 parent: 12 - - uid: 680 - components: - - type: Transform - pos: 2.5,68.5 - parent: 12 - uid: 682 components: - type: Transform @@ -23504,6 +38638,21 @@ entities: - type: Transform pos: -43.5,1.5 parent: 12 + - uid: 707 + components: + - type: Transform + pos: 30.5,-57.5 + parent: 12 + - uid: 745 + components: + - type: Transform + pos: 43.5,12.5 + parent: 12 + - uid: 746 + components: + - type: Transform + pos: -60.5,-27.5 + parent: 12 - uid: 764 components: - type: Transform @@ -23534,6 +38683,16 @@ entities: - type: Transform pos: -30.5,-25.5 parent: 12 + - uid: 1049 + components: + - type: Transform + pos: 46.5,13.5 + parent: 12 + - uid: 1054 + components: + - type: Transform + pos: -20.5,-67.5 + parent: 12 - uid: 1074 components: - type: Transform @@ -23554,16 +38713,31 @@ entities: - type: Transform pos: 24.5,12.5 parent: 12 + - uid: 1165 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 12 - uid: 1267 components: - type: Transform pos: 3.5,20.5 parent: 12 + - uid: 1284 + components: + - type: Transform + pos: -55.5,-16.5 + parent: 12 - uid: 1315 components: - type: Transform pos: 45.5,-0.5 parent: 12 + - uid: 1316 + components: + - type: Transform + pos: -52.5,-15.5 + parent: 12 - uid: 1368 components: - type: Transform @@ -23984,11 +39158,6 @@ entities: - type: Transform pos: 54.5,-5.5 parent: 12 - - uid: 1505 - components: - - type: Transform - pos: -52.5,-15.5 - parent: 12 - uid: 1522 components: - type: Transform @@ -24664,6 +39833,11 @@ entities: - type: Transform pos: -22.5,-29.5 parent: 12 + - uid: 1755 + components: + - type: Transform + pos: 5.5,-57.5 + parent: 12 - uid: 1783 components: - type: Transform @@ -24729,6 +39903,11 @@ entities: - type: Transform pos: 17.5,17.5 parent: 12 + - uid: 2120 + components: + - type: Transform + pos: 48.5,58.5 + parent: 12 - uid: 2136 components: - type: Transform @@ -24974,11 +40153,96 @@ entities: - type: Transform pos: 30.5,-12.5 parent: 12 + - uid: 2378 + components: + - type: Transform + pos: 33.5,-43.5 + parent: 12 + - uid: 2379 + components: + - type: Transform + pos: 33.5,-45.5 + parent: 12 + - uid: 2380 + components: + - type: Transform + pos: 33.5,-46.5 + parent: 12 + - uid: 2385 + components: + - type: Transform + pos: -53.5,-18.5 + parent: 12 + - uid: 2386 + components: + - type: Transform + pos: -55.5,-18.5 + parent: 12 + - uid: 2388 + components: + - type: Transform + pos: -56.5,-18.5 + parent: 12 + - uid: 2402 + components: + - type: Transform + pos: 33.5,-48.5 + parent: 12 + - uid: 2403 + components: + - type: Transform + pos: 33.5,-47.5 + parent: 12 + - uid: 2404 + components: + - type: Transform + pos: 33.5,-44.5 + parent: 12 + - uid: 2409 + components: + - type: Transform + pos: -52.5,-16.5 + parent: 12 + - uid: 2414 + components: + - type: Transform + pos: 38.5,2.5 + parent: 12 + - uid: 2415 + components: + - type: Transform + pos: 39.5,2.5 + parent: 12 + - uid: 2425 + components: + - type: Transform + pos: -18.5,-66.5 + parent: 12 + - uid: 2427 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 12 + - uid: 2428 + components: + - type: Transform + pos: -56.5,-15.5 + parent: 12 + - uid: 2429 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 12 - uid: 2464 components: - type: Transform pos: 13.5,12.5 parent: 12 + - uid: 2491 + components: + - type: Transform + pos: -51.5,-18.5 + parent: 12 - uid: 2509 components: - type: Transform @@ -25034,20 +40298,15 @@ entities: - type: Transform pos: 1.5,20.5 parent: 12 - - uid: 2670 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 12 - uid: 2671 components: - type: Transform - pos: 40.5,-1.5 + pos: -54.5,-16.5 parent: 12 - - uid: 2678 + - uid: 2681 components: - type: Transform - pos: 40.5,1.5 + pos: 38.5,1.5 parent: 12 - uid: 2705 components: @@ -25099,11 +40358,6 @@ entities: - type: Transform pos: 57.5,53.5 parent: 12 - - uid: 2862 - components: - - type: Transform - pos: 40.5,4.5 - parent: 12 - uid: 2881 components: - type: Transform @@ -25234,6 +40488,11 @@ entities: - type: Transform pos: 11.5,-34.5 parent: 12 + - uid: 3198 + components: + - type: Transform + pos: 43.5,-39.5 + parent: 12 - uid: 3222 components: - type: Transform @@ -26252,7 +41511,17 @@ entities: - uid: 3962 components: - type: Transform - pos: 40.5,3.5 + pos: -39.5,-14.5 + parent: 12 + - uid: 3974 + components: + - type: Transform + pos: -38.5,-19.5 + parent: 12 + - uid: 3977 + components: + - type: Transform + pos: 43.5,-37.5 parent: 12 - uid: 3978 components: @@ -26279,6 +41548,16 @@ entities: - type: Transform pos: 7.5,-3.5 parent: 12 + - uid: 4103 + components: + - type: Transform + pos: 43.5,-40.5 + parent: 12 + - uid: 4106 + components: + - type: Transform + pos: -39.5,-13.5 + parent: 12 - uid: 4119 components: - type: Transform @@ -26319,6 +41598,11 @@ entities: - type: Transform pos: 7.5,-51.5 parent: 12 + - uid: 4188 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 12 - uid: 4190 components: - type: Transform @@ -26369,11 +41653,6 @@ entities: - type: Transform pos: 8.5,-32.5 parent: 12 - - uid: 4245 - components: - - type: Transform - pos: -18.5,-69.5 - parent: 12 - uid: 4257 components: - type: Transform @@ -26624,6 +41903,16 @@ entities: - type: Transform pos: 13.5,-11.5 parent: 12 + - uid: 4528 + components: + - type: Transform + pos: 3.5,70.5 + parent: 12 + - uid: 4561 + components: + - type: Transform + pos: 4.5,70.5 + parent: 12 - uid: 4567 components: - type: Transform @@ -26724,6 +42013,11 @@ entities: - type: Transform pos: 11.5,1.5 parent: 12 + - uid: 4800 + components: + - type: Transform + pos: -38.5,-15.5 + parent: 12 - uid: 4857 components: - type: Transform @@ -26739,11 +42033,21 @@ entities: - type: Transform pos: -23.5,-11.5 parent: 12 + - uid: 4952 + components: + - type: Transform + pos: 5.5,70.5 + parent: 12 - uid: 4954 components: - type: Transform pos: 63.5,6.5 parent: 12 + - uid: 4968 + components: + - type: Transform + pos: 43.5,-36.5 + parent: 12 - uid: 4974 components: - type: Transform @@ -26769,6 +42073,11 @@ entities: - type: Transform pos: 22.5,-11.5 parent: 12 + - uid: 5023 + components: + - type: Transform + pos: 43.5,-35.5 + parent: 12 - uid: 5029 components: - type: Transform @@ -26789,6 +42098,11 @@ entities: - type: Transform pos: -28.5,8.5 parent: 12 + - uid: 5067 + components: + - type: Transform + pos: 36.5,-31.5 + parent: 12 - uid: 5080 components: - type: Transform @@ -26814,11 +42128,21 @@ entities: - type: Transform pos: 29.5,2.5 parent: 12 + - uid: 5097 + components: + - type: Transform + pos: 43.5,-41.5 + parent: 12 - uid: 5118 components: - type: Transform pos: 4.5,-19.5 parent: 12 + - uid: 5123 + components: + - type: Transform + pos: 42.5,-41.5 + parent: 12 - uid: 5133 components: - type: Transform @@ -26859,11 +42183,6 @@ entities: - type: Transform pos: 21.5,-3.5 parent: 12 - - uid: 5214 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 12 - uid: 5218 components: - type: Transform @@ -26879,10 +42198,20 @@ entities: - type: Transform pos: 21.5,2.5 parent: 12 - - uid: 5249 + - uid: 5250 components: - type: Transform - pos: 42.5,-39.5 + pos: -39.5,-15.5 + parent: 12 + - uid: 5253 + components: + - type: Transform + pos: 35.5,-31.5 + parent: 12 + - uid: 5255 + components: + - type: Transform + pos: 37.5,-31.5 parent: 12 - uid: 5322 components: @@ -26899,11 +42228,6 @@ entities: - type: Transform pos: 27.5,-11.5 parent: 12 - - uid: 5404 - components: - - type: Transform - pos: 37.5,2.5 - parent: 12 - uid: 5429 components: - type: Transform @@ -26912,7 +42236,7 @@ entities: - uid: 5481 components: - type: Transform - pos: 34.5,0.5 + pos: 43.5,-38.5 parent: 12 - uid: 5482 components: @@ -26924,21 +42248,11 @@ entities: - type: Transform pos: 1.5,14.5 parent: 12 - - uid: 5503 - components: - - type: Transform - pos: 36.5,4.5 - parent: 12 - uid: 5512 components: - type: Transform pos: 1.5,15.5 parent: 12 - - uid: 5535 - components: - - type: Transform - pos: 40.5,0.5 - parent: 12 - uid: 5544 components: - type: Transform @@ -27079,11 +42393,6 @@ entities: - type: Transform pos: 36.5,-1.5 parent: 12 - - uid: 5662 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 12 - uid: 5669 components: - type: Transform @@ -27264,16 +42573,6 @@ entities: - type: Transform pos: 14.5,-16.5 parent: 12 - - uid: 5725 - components: - - type: Transform - pos: 13.5,-16.5 - parent: 12 - - uid: 5726 - components: - - type: Transform - pos: 12.5,-16.5 - parent: 12 - uid: 5727 components: - type: Transform @@ -27639,6 +42938,11 @@ entities: - type: Transform pos: 21.5,5.5 parent: 12 + - uid: 5834 + components: + - type: Transform + pos: -53.5,68.5 + parent: 12 - uid: 5837 components: - type: Transform @@ -27674,25 +42978,10 @@ entities: - type: Transform pos: 15.5,-3.5 parent: 12 - - uid: 5927 - components: - - type: Transform - pos: 38.5,4.5 - parent: 12 - - uid: 5985 - components: - - type: Transform - pos: 39.5,4.5 - parent: 12 - - uid: 6020 - components: - - type: Transform - pos: 37.5,1.5 - parent: 12 - - uid: 6029 + - uid: 5914 components: - type: Transform - pos: 37.5,0.5 + pos: 14.5,13.5 parent: 12 - uid: 6033 components: @@ -27789,40 +43078,40 @@ entities: - type: Transform pos: 12.5,-33.5 parent: 12 - - uid: 6261 + - uid: 6192 components: - type: Transform - pos: -1.5,22.5 + pos: -50.5,-17.5 parent: 12 - - uid: 6267 + - uid: 6193 components: - type: Transform - pos: 37.5,4.5 + pos: -50.5,-18.5 parent: 12 - - uid: 6287 + - uid: 6195 components: - type: Transform - pos: 13.5,13.5 + pos: -56.5,-16.5 parent: 12 - - uid: 6703 + - uid: 6249 components: - type: Transform - pos: 14.5,-37.5 + pos: -62.5,-28.5 parent: 12 - - uid: 6708 + - uid: 6261 components: - type: Transform - pos: 35.5,0.5 + pos: -1.5,22.5 parent: 12 - - uid: 6732 + - uid: 6305 components: - type: Transform - pos: 13.5,14.5 + pos: 40.5,-0.5 parent: 12 - - uid: 6739 + - uid: 6703 components: - type: Transform - pos: 14.5,14.5 + pos: 14.5,-37.5 parent: 12 - uid: 6778 components: @@ -28159,11 +43448,6 @@ entities: - type: Transform pos: 32.5,-41.5 parent: 12 - - uid: 6970 - components: - - type: Transform - pos: 33.5,-41.5 - parent: 12 - uid: 6971 components: - type: Transform @@ -28184,6 +43468,11 @@ entities: - type: Transform pos: 32.5,-38.5 parent: 12 + - uid: 7034 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 12 - uid: 7153 components: - type: Transform @@ -28209,11 +43498,6 @@ entities: - type: Transform pos: 21.5,0.5 parent: 12 - - uid: 7223 - components: - - type: Transform - pos: 37.5,3.5 - parent: 12 - uid: 7233 components: - type: Transform @@ -28269,6 +43553,21 @@ entities: - type: Transform pos: -8.5,-6.5 parent: 12 + - uid: 7492 + components: + - type: Transform + pos: 35.5,-41.5 + parent: 12 + - uid: 7500 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 12 + - uid: 7501 + components: + - type: Transform + pos: 38.5,-41.5 + parent: 12 - uid: 7516 components: - type: Transform @@ -28319,6 +43618,11 @@ entities: - type: Transform pos: 40.5,-12.5 parent: 12 + - uid: 7586 + components: + - type: Transform + pos: 0.5,69.5 + parent: 12 - uid: 7720 components: - type: Transform @@ -28339,6 +43643,11 @@ entities: - type: Transform pos: 33.5,-14.5 parent: 12 + - uid: 7822 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 12 - uid: 7824 components: - type: Transform @@ -28664,11 +43973,6 @@ entities: - type: Transform pos: 51.5,-37.5 parent: 12 - - uid: 8131 - components: - - type: Transform - pos: 51.5,-38.5 - parent: 12 - uid: 8132 components: - type: Transform @@ -29519,6 +44823,21 @@ entities: - type: Transform pos: 43.5,-9.5 parent: 12 + - uid: 8346 + components: + - type: Transform + pos: 31.5,-53.5 + parent: 12 + - uid: 8441 + components: + - type: Transform + pos: 30.5,-56.5 + parent: 12 + - uid: 8447 + components: + - type: Transform + pos: 15.5,13.5 + parent: 12 - uid: 8463 components: - type: Transform @@ -29529,6 +44848,11 @@ entities: - type: Transform pos: -11.5,-8.5 parent: 12 + - uid: 8500 + components: + - type: Transform + pos: 13.5,-56.5 + parent: 12 - uid: 8533 components: - type: Transform @@ -29609,6 +44933,11 @@ entities: - type: Transform pos: 85.5,-33.5 parent: 12 + - uid: 8836 + components: + - type: Transform + pos: 12.5,-53.5 + parent: 12 - uid: 8864 components: - type: Transform @@ -29634,11 +44963,6 @@ entities: - type: Transform pos: 10.5,-45.5 parent: 12 - - uid: 8979 - components: - - type: Transform - pos: 33.5,0.5 - parent: 12 - uid: 8995 components: - type: Transform @@ -29714,21 +45038,11 @@ entities: - type: Transform pos: 37.5,-14.5 parent: 12 - - uid: 9064 - components: - - type: Transform - pos: 4.5,68.5 - parent: 12 - uid: 9078 components: - type: Transform pos: 30.5,15.5 parent: 12 - - uid: 9087 - components: - - type: Transform - pos: 5.5,68.5 - parent: 12 - uid: 9126 components: - type: Transform @@ -29754,6 +45068,16 @@ entities: - type: Transform pos: 46.5,-39.5 parent: 12 + - uid: 9138 + components: + - type: Transform + pos: 31.5,-55.5 + parent: 12 + - uid: 9140 + components: + - type: Transform + pos: 2.5,70.5 + parent: 12 - uid: 9147 components: - type: Transform @@ -29854,11 +45178,6 @@ entities: - type: Transform pos: 42.5,-34.5 parent: 12 - - uid: 9167 - components: - - type: Transform - pos: 42.5,-35.5 - parent: 12 - uid: 9170 components: - type: Transform @@ -29869,11 +45188,6 @@ entities: - type: Transform pos: 34.5,-34.5 parent: 12 - - uid: 9178 - components: - - type: Transform - pos: 34.5,-33.5 - parent: 12 - uid: 9179 components: - type: Transform @@ -29954,11 +45268,6 @@ entities: - type: Transform pos: 41.5,-38.5 parent: 12 - - uid: 9200 - components: - - type: Transform - pos: 42.5,-38.5 - parent: 12 - uid: 9201 components: - type: Transform @@ -30014,6 +45323,11 @@ entities: - type: Transform pos: 36.5,-37.5 parent: 12 + - uid: 9227 + components: + - type: Transform + pos: -61.5,-29.5 + parent: 12 - uid: 9294 components: - type: Transform @@ -30069,6 +45383,16 @@ entities: - type: Transform pos: 22.5,5.5 parent: 12 + - uid: 9525 + components: + - type: Transform + pos: -47.5,68.5 + parent: 12 + - uid: 9531 + components: + - type: Transform + pos: -48.5,68.5 + parent: 12 - uid: 9536 components: - type: Transform @@ -30089,11 +45413,6 @@ entities: - type: Transform pos: 4.5,23.5 parent: 12 - - uid: 9584 - components: - - type: Transform - pos: 3.5,68.5 - parent: 12 - uid: 9595 components: - type: Transform @@ -30109,6 +45428,11 @@ entities: - type: Transform pos: 11.5,23.5 parent: 12 + - uid: 9624 + components: + - type: Transform + pos: -47.5,67.5 + parent: 12 - uid: 9635 components: - type: Transform @@ -30324,6 +45648,11 @@ entities: - type: Transform pos: -23.5,-10.5 parent: 12 + - uid: 10166 + components: + - type: Transform + pos: -59.5,-29.5 + parent: 12 - uid: 10328 components: - type: Transform @@ -30584,11 +45913,6 @@ entities: - type: Transform pos: 11.5,12.5 parent: 12 - - uid: 11047 - components: - - type: Transform - pos: 15.5,14.5 - parent: 12 - uid: 11129 components: - type: Transform @@ -30609,6 +45933,11 @@ entities: - type: Transform pos: 7.5,12.5 parent: 12 + - uid: 11201 + components: + - type: Transform + pos: 1.5,70.5 + parent: 12 - uid: 11204 components: - type: Transform @@ -30634,6 +45963,11 @@ entities: - type: Transform pos: 4.5,19.5 parent: 12 + - uid: 11274 + components: + - type: Transform + pos: 0.5,70.5 + parent: 12 - uid: 11276 components: - type: Transform @@ -30674,11 +46008,6 @@ entities: - type: Transform pos: 9.5,20.5 parent: 12 - - uid: 11366 - components: - - type: Transform - pos: -53.5,61.5 - parent: 12 - uid: 11367 components: - type: Transform @@ -30704,21 +46033,11 @@ entities: - type: Transform pos: 26.5,8.5 parent: 12 - - uid: 11389 - components: - - type: Transform - pos: -46.5,67.5 - parent: 12 - uid: 11399 components: - type: Transform pos: -35.5,-58.5 parent: 12 - - uid: 11400 - components: - - type: Transform - pos: -52.5,61.5 - parent: 12 - uid: 11411 components: - type: Transform @@ -30739,6 +46058,11 @@ entities: - type: Transform pos: 31.5,30.5 parent: 12 + - uid: 11646 + components: + - type: Transform + pos: -53.5,-16.5 + parent: 12 - uid: 11980 components: - type: Transform @@ -30939,11 +46263,6 @@ entities: - type: Transform pos: 44.5,12.5 parent: 12 - - uid: 12135 - components: - - type: Transform - pos: 43.5,12.5 - parent: 12 - uid: 12136 components: - type: Transform @@ -31009,11 +46328,6 @@ entities: - type: Transform pos: 41.5,14.5 parent: 12 - - uid: 12163 - components: - - type: Transform - pos: 42.5,14.5 - parent: 12 - uid: 12164 components: - type: Transform @@ -31379,6 +46693,11 @@ entities: - type: Transform pos: 31.5,33.5 parent: 12 + - uid: 12933 + components: + - type: Transform + pos: -59.5,-21.5 + parent: 12 - uid: 12934 components: - type: Transform @@ -34854,11 +50173,6 @@ entities: - type: Transform pos: 16.5,12.5 parent: 12 - - uid: 16339 - components: - - type: Transform - pos: 15.5,12.5 - parent: 12 - uid: 16344 components: - type: Transform @@ -34869,6 +50183,11 @@ entities: - type: Transform pos: 11.5,21.5 parent: 12 + - uid: 16349 + components: + - type: Transform + pos: 16.5,11.5 + parent: 12 - uid: 16351 components: - type: Transform @@ -34879,6 +50198,11 @@ entities: - type: Transform pos: 58.5,6.5 parent: 12 + - uid: 16363 + components: + - type: Transform + pos: -22.5,66.5 + parent: 12 - uid: 16371 components: - type: Transform @@ -35729,6 +51053,21 @@ entities: - type: Transform pos: 23.5,4.5 parent: 12 + - uid: 17920 + components: + - type: Transform + pos: -54.5,60.5 + parent: 12 + - uid: 17921 + components: + - type: Transform + pos: -54.5,59.5 + parent: 12 + - uid: 17922 + components: + - type: Transform + pos: -54.5,58.5 + parent: 12 - uid: 17934 components: - type: Transform @@ -36269,11 +51608,6 @@ entities: - type: Transform pos: -6.5,-7.5 parent: 12 - - uid: 18311 - components: - - type: Transform - pos: -19.5,-67.5 - parent: 12 - uid: 18314 components: - type: Transform @@ -36604,11 +51938,6 @@ entities: - type: Transform pos: 50.5,63.5 parent: 12 - - uid: 18582 - components: - - type: Transform - pos: 53.5,63.5 - parent: 12 - uid: 18589 components: - type: Transform @@ -36629,16 +51958,6 @@ entities: - type: Transform pos: 49.5,63.5 parent: 12 - - uid: 18642 - components: - - type: Transform - pos: 49.5,60.5 - parent: 12 - - uid: 18643 - components: - - type: Transform - pos: 48.5,60.5 - parent: 12 - uid: 18741 components: - type: Transform @@ -36849,16 +52168,36 @@ entities: - type: Transform pos: -45.5,22.5 parent: 12 + - uid: 19179 + components: + - type: Transform + pos: -54.5,57.5 + parent: 12 - uid: 19294 components: - type: Transform pos: 57.5,8.5 parent: 12 + - uid: 19377 + components: + - type: Transform + pos: -54.5,56.5 + parent: 12 - uid: 19556 components: - type: Transform pos: -0.5,-15.5 parent: 12 + - uid: 19560 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 12 + - uid: 19561 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 12 - uid: 19643 components: - type: Transform @@ -36904,11 +52243,6 @@ entities: - type: Transform pos: 52.5,64.5 parent: 12 - - uid: 19861 - components: - - type: Transform - pos: 48.5,61.5 - parent: 12 - uid: 19885 components: - type: Transform @@ -36924,10 +52258,15 @@ entities: - type: Transform pos: -19.5,-62.5 parent: 12 - - uid: 20552 + - uid: 20523 components: - type: Transform - pos: 36.5,0.5 + pos: -51.5,75.5 + parent: 12 + - uid: 20527 + components: + - type: Transform + pos: -50.5,75.5 parent: 12 - uid: 20570 components: @@ -38594,6 +53933,21 @@ entities: - type: Transform pos: -24.5,22.5 parent: 12 + - uid: 21696 + components: + - type: Transform + pos: 36.5,-41.5 + parent: 12 + - uid: 21760 + components: + - type: Transform + pos: 37.5,-41.5 + parent: 12 + - uid: 21917 + components: + - type: Transform + pos: 39.5,-41.5 + parent: 12 - uid: 21920 components: - type: Transform @@ -38624,15 +53978,25 @@ entities: - type: Transform pos: -9.5,-1.5 parent: 12 - - uid: 22058 + - uid: 22026 components: - type: Transform - pos: -23.5,54.5 + pos: -49.5,75.5 parent: 12 - - uid: 22059 + - uid: 22029 components: - type: Transform - pos: -23.5,53.5 + pos: -48.5,75.5 + parent: 12 + - uid: 22031 + components: + - type: Transform + pos: -47.5,75.5 + parent: 12 + - uid: 22058 + components: + - type: Transform + pos: -23.5,54.5 parent: 12 - uid: 22060 components: @@ -38644,6 +54008,11 @@ entities: - type: Transform pos: -46.5,53.5 parent: 12 + - uid: 22160 + components: + - type: Transform + pos: 38.5,-31.5 + parent: 12 - uid: 22217 components: - type: Transform @@ -38719,41 +54088,6 @@ entities: - type: Transform pos: 38.5,17.5 parent: 12 - - uid: 22345 - components: - - type: Transform - pos: -53.5,42.5 - parent: 12 - - uid: 22346 - components: - - type: Transform - pos: -52.5,42.5 - parent: 12 - - uid: 22349 - components: - - type: Transform - pos: -51.5,42.5 - parent: 12 - - uid: 22351 - components: - - type: Transform - pos: -51.5,41.5 - parent: 12 - - uid: 22353 - components: - - type: Transform - pos: -51.5,40.5 - parent: 12 - - uid: 22355 - components: - - type: Transform - pos: -51.5,39.5 - parent: 12 - - uid: 22359 - components: - - type: Transform - pos: -51.5,38.5 - parent: 12 - uid: 22519 components: - type: Transform @@ -38789,11 +54123,6 @@ entities: - type: Transform pos: 42.5,43.5 parent: 12 - - uid: 24196 - components: - - type: Transform - pos: -54.5,61.5 - parent: 12 - uid: 24202 components: - type: Transform @@ -38804,25 +54133,20 @@ entities: - type: Transform pos: 46.5,-5.5 parent: 12 - - uid: 24255 - components: - - type: Transform - pos: -55.5,61.5 - parent: 12 - - uid: 24256 + - uid: 24234 components: - type: Transform - pos: -56.5,61.5 + pos: 31.5,-56.5 parent: 12 - uid: 24295 components: - type: Transform pos: -24.5,-60.5 parent: 12 - - uid: 24300 + - uid: 24325 components: - type: Transform - pos: -52.5,60.5 + pos: 13.5,-57.5 parent: 12 - uid: 24332 components: @@ -38834,35 +54158,25 @@ entities: - type: Transform pos: -28.5,10.5 parent: 12 - - uid: 24340 - components: - - type: Transform - pos: -52.5,59.5 - parent: 12 - uid: 24455 components: - type: Transform pos: 45.5,-5.5 parent: 12 - - uid: 24456 - components: - - type: Transform - pos: -52.5,58.5 - parent: 12 - uid: 24469 components: - type: Transform pos: 48.5,-5.5 parent: 12 - - uid: 24640 + - uid: 24496 components: - type: Transform - pos: 30.5,18.5 + pos: 12.5,-55.5 parent: 12 - - uid: 24642 + - uid: 24640 components: - type: Transform - pos: -52.5,57.5 + pos: 30.5,18.5 parent: 12 - uid: 24651 components: @@ -39739,11 +55053,6 @@ entities: - type: Transform pos: 3.5,65.5 parent: 12 - - uid: 24986 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - uid: 24987 components: - type: Transform @@ -39914,6 +55223,11 @@ entities: - type: Transform pos: 65.5,44.5 parent: 12 + - uid: 25136 + components: + - type: Transform + pos: 12.5,-54.5 + parent: 12 - uid: 25137 components: - type: Transform @@ -40579,11 +55893,6 @@ entities: - type: Transform pos: -46.5,69.5 parent: 12 - - uid: 25450 - components: - - type: Transform - pos: -18.5,-66.5 - parent: 12 - uid: 25457 components: - type: Transform @@ -40594,11 +55903,6 @@ entities: - type: Transform pos: 30.5,4.5 parent: 12 - - uid: 25465 - components: - - type: Transform - pos: 33.5,4.5 - parent: 12 - uid: 25483 components: - type: Transform @@ -40609,46 +55913,16 @@ entities: - type: Transform pos: -23.5,-12.5 parent: 12 - - uid: 25568 - components: - - type: Transform - pos: -60.5,-55.5 - parent: 12 - - uid: 25581 - components: - - type: Transform - pos: -60.5,-56.5 - parent: 12 - - uid: 25598 + - uid: 25532 components: - type: Transform - pos: -60.5,-57.5 + pos: 35.5,-32.5 parent: 12 - uid: 25610 components: - type: Transform pos: 50.5,-0.5 parent: 12 - - uid: 25682 - components: - - type: Transform - pos: -60.5,-58.5 - parent: 12 - - uid: 25738 - components: - - type: Transform - pos: -60.5,-59.5 - parent: 12 - - uid: 25822 - components: - - type: Transform - pos: -61.5,-59.5 - parent: 12 - - uid: 25823 - components: - - type: Transform - pos: -59.5,-59.5 - parent: 12 - uid: 26097 components: - type: Transform @@ -40689,11 +55963,21 @@ entities: - type: Transform pos: -52.5,-39.5 parent: 12 + - uid: 26242 + components: + - type: Transform + pos: -18.5,-69.5 + parent: 12 - uid: 26243 components: - type: Transform pos: -53.5,-38.5 parent: 12 + - uid: 26250 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 12 - uid: 26295 components: - type: Transform @@ -40774,15 +56058,10 @@ entities: - type: Transform pos: 59.5,-48.5 parent: 12 - - uid: 26425 - components: - - type: Transform - pos: 1.5,-21.5 - parent: 12 - - uid: 26434 + - uid: 26415 components: - type: Transform - pos: 51.5,0.5 + pos: -60.5,-25.5 parent: 12 - uid: 26444 components: @@ -40849,16 +56128,6 @@ entities: - type: Transform pos: 26.5,11.5 parent: 12 - - uid: 26502 - components: - - type: Transform - pos: 35.5,4.5 - parent: 12 - - uid: 26503 - components: - - type: Transform - pos: 34.5,4.5 - parent: 12 - uid: 26505 components: - type: Transform @@ -40894,31 +56163,11 @@ entities: - type: Transform pos: 15.5,7.5 parent: 12 - - uid: 26589 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 12 - - uid: 26599 - components: - - type: Transform - pos: 4.5,-21.5 - parent: 12 - - uid: 26600 - components: - - type: Transform - pos: 2.5,-21.5 - parent: 12 - uid: 26615 components: - type: Transform pos: 17.5,-10.5 parent: 12 - - uid: 26619 - components: - - type: Transform - pos: -20.5,74.5 - parent: 12 - uid: 26649 components: - type: Transform @@ -40929,20 +56178,15 @@ entities: - type: Transform pos: 26.5,7.5 parent: 12 - - uid: 26681 - components: - - type: Transform - pos: -18.5,-67.5 - parent: 12 - - uid: 26700 + - uid: 26750 components: - type: Transform - pos: -20.5,-67.5 + pos: 48.5,59.5 parent: 12 - - uid: 26750 + - uid: 26751 components: - type: Transform - pos: -18.5,-65.5 + pos: 48.5,60.5 parent: 12 - uid: 26766 components: @@ -40999,6 +56243,11 @@ entities: - type: Transform pos: 28.5,10.5 parent: 12 + - uid: 26803 + components: + - type: Transform + pos: 48.5,57.5 + parent: 12 - uid: 26812 components: - type: Transform @@ -41064,20 +56313,65 @@ entities: - type: Transform pos: 65.5,-2.5 parent: 12 - - uid: 26873 + - uid: 26875 components: - type: Transform - pos: -18.5,-68.5 + pos: -21.5,-29.5 parent: 12 - - uid: 26903 + - uid: 26876 components: - type: Transform - pos: -21.5,-67.5 + pos: -20.5,-29.5 parent: 12 - - uid: 26909 + - uid: 26877 components: - type: Transform - pos: -18.5,-64.5 + pos: -20.5,-28.5 + parent: 12 + - uid: 26878 + components: + - type: Transform + pos: -21.5,-30.5 + parent: 12 + - uid: 26879 + components: + - type: Transform + pos: -21.5,-31.5 + parent: 12 + - uid: 26880 + components: + - type: Transform + pos: -21.5,-32.5 + parent: 12 + - uid: 26881 + components: + - type: Transform + pos: -17.5,-33.5 + parent: 12 + - uid: 26882 + components: + - type: Transform + pos: -18.5,-33.5 + parent: 12 + - uid: 26886 + components: + - type: Transform + pos: 57.5,6.5 + parent: 12 + - uid: 26904 + components: + - type: Transform + pos: -60.5,-29.5 + parent: 12 + - uid: 26905 + components: + - type: Transform + pos: -60.5,-24.5 + parent: 12 + - uid: 26915 + components: + - type: Transform + pos: -56.5,-14.5 parent: 12 - uid: 26922 components: @@ -41139,15 +56433,20 @@ entities: - type: Transform pos: 65.5,-0.5 parent: 12 - - uid: 26941 + - uid: 26942 components: - type: Transform - pos: 0.5,68.5 + pos: 65.5,-1.5 parent: 12 - - uid: 26942 + - uid: 26951 components: - type: Transform - pos: 65.5,-1.5 + pos: 41.5,-41.5 + parent: 12 + - uid: 26952 + components: + - type: Transform + pos: 33.5,-42.5 parent: 12 - uid: 26957 components: @@ -41194,11 +56493,41 @@ entities: - type: Transform pos: 58.5,-0.5 parent: 12 + - uid: 26980 + components: + - type: Transform + pos: -19.5,-67.5 + parent: 12 + - uid: 26997 + components: + - type: Transform + pos: -60.5,-21.5 + parent: 12 + - uid: 27030 + components: + - type: Transform + pos: -59.5,-14.5 + parent: 12 + - uid: 27038 + components: + - type: Transform + pos: -57.5,-14.5 + parent: 12 + - uid: 27045 + components: + - type: Transform + pos: 38.5,0.5 + parent: 12 - uid: 27046 components: - type: Transform pos: 9.5,31.5 parent: 12 + - uid: 27100 + components: + - type: Transform + pos: -60.5,-14.5 + parent: 12 - uid: 27109 components: - type: Transform @@ -41219,6 +56548,16 @@ entities: - type: Transform pos: 48.5,-7.5 parent: 12 + - uid: 27209 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 12 + - uid: 27241 + components: + - type: Transform + pos: -59.5,-27.5 + parent: 12 - uid: 27257 components: - type: Transform @@ -41269,6 +56608,21 @@ entities: - type: Transform pos: 73.5,50.5 parent: 12 + - uid: 27382 + components: + - type: Transform + pos: -60.5,-26.5 + parent: 12 + - uid: 27392 + components: + - type: Transform + pos: -60.5,-22.5 + parent: 12 + - uid: 27393 + components: + - type: Transform + pos: -60.5,-23.5 + parent: 12 - uid: 27417 components: - type: Transform @@ -41389,6 +56743,11 @@ entities: - type: Transform pos: -51.5,-16.5 parent: 12 + - uid: 27446 + components: + - type: Transform + pos: -59.5,-13.5 + parent: 12 - uid: 27512 components: - type: Transform @@ -41399,6 +56758,21 @@ entities: - type: Transform pos: -28.5,-0.5 parent: 12 + - uid: 27665 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 12 + - uid: 27712 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 12 + - uid: 27721 + components: + - type: Transform + pos: -18.5,-68.5 + parent: 12 - uid: 27766 components: - type: Transform @@ -41619,31 +56993,6 @@ entities: - type: Transform pos: -58.5,-28.5 parent: 12 - - uid: 27811 - components: - - type: Transform - pos: -58.5,-26.5 - parent: 12 - - uid: 27812 - components: - - type: Transform - pos: -58.5,-25.5 - parent: 12 - - uid: 27813 - components: - - type: Transform - pos: -58.5,-24.5 - parent: 12 - - uid: 27814 - components: - - type: Transform - pos: -58.5,-23.5 - parent: 12 - - uid: 27815 - components: - - type: Transform - pos: -58.5,-22.5 - parent: 12 - uid: 27816 components: - type: Transform @@ -41669,55 +57018,55 @@ entities: - type: Transform pos: -58.5,-18.5 parent: 12 - - uid: 27821 + - uid: 27848 components: - type: Transform - pos: -58.5,-17.5 + pos: -21.5,59.5 parent: 12 - - uid: 27822 + - uid: 27849 components: - type: Transform - pos: -57.5,-17.5 + pos: -22.5,59.5 parent: 12 - - uid: 27823 + - uid: 27850 components: - type: Transform - pos: -57.5,-16.5 + pos: -23.5,59.5 parent: 12 - - uid: 27824 + - uid: 27911 components: - type: Transform - pos: -56.5,-16.5 + pos: -26.5,62.5 parent: 12 - - uid: 27825 + - uid: 28071 components: - type: Transform - pos: -55.5,-16.5 + pos: -50.5,68.5 parent: 12 - - uid: 27826 + - uid: 28075 components: - type: Transform - pos: -54.5,-16.5 + pos: -49.5,68.5 parent: 12 - - uid: 27848 + - uid: 28117 components: - type: Transform - pos: -21.5,59.5 + pos: -53.5,71.5 parent: 12 - - uid: 27849 + - uid: 28122 components: - type: Transform - pos: -22.5,59.5 + pos: -53.5,73.5 parent: 12 - - uid: 27850 + - uid: 28138 components: - type: Transform - pos: -23.5,59.5 + pos: -53.5,72.5 parent: 12 - - uid: 27911 + - uid: 28182 components: - type: Transform - pos: -26.5,62.5 + pos: 58.5,-4.5 parent: 12 - uid: 28186 components: @@ -41734,11 +57083,21 @@ entities: - type: Transform pos: -52.5,-12.5 parent: 12 + - uid: 28196 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 12 - uid: 28197 components: - type: Transform pos: -52.5,-13.5 parent: 12 + - uid: 28198 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 12 - uid: 28206 components: - type: Transform @@ -41774,35 +57133,15 @@ entities: - type: Transform pos: -27.5,-14.5 parent: 12 - - uid: 28298 - components: - - type: Transform - pos: -52.5,-18.5 - parent: 12 - - uid: 28299 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 12 - - uid: 28300 - components: - - type: Transform - pos: -51.5,-18.5 - parent: 12 - - uid: 28301 - components: - - type: Transform - pos: -49.5,-18.5 - parent: 12 - - uid: 28302 + - uid: 28291 components: - type: Transform - pos: -50.5,-18.5 + pos: -21.5,-67.5 parent: 12 - - uid: 28303 + - uid: 28297 components: - type: Transform - pos: -49.5,-19.5 + pos: -22.5,-67.5 parent: 12 - uid: 28304 components: @@ -41814,25 +57153,15 @@ entities: - type: Transform pos: -45.5,-20.5 parent: 12 - - uid: 28306 - components: - - type: Transform - pos: -39.5,-18.5 - parent: 12 - - uid: 28307 - components: - - type: Transform - pos: -38.5,-18.5 - parent: 12 - - uid: 28308 + - uid: 28313 components: - type: Transform - pos: -37.5,-18.5 + pos: -29.5,-0.5 parent: 12 - - uid: 28313 + - uid: 28327 components: - type: Transform - pos: -29.5,-0.5 + pos: 33.5,-49.5 parent: 12 - uid: 28352 components: @@ -41899,10 +57228,35 @@ entities: - type: Transform pos: -28.5,-15.5 parent: 12 + - uid: 28418 + components: + - type: Transform + pos: 33.5,-50.5 + parent: 12 - uid: 28435 components: - type: Transform - pos: -20.5,73.5 + pos: 33.5,-51.5 + parent: 12 + - uid: 28438 + components: + - type: Transform + pos: 33.5,-52.5 + parent: 12 + - uid: 28439 + components: + - type: Transform + pos: 33.5,-53.5 + parent: 12 + - uid: 28442 + components: + - type: Transform + pos: 33.5,-54.5 + parent: 12 + - uid: 28443 + components: + - type: Transform + pos: 33.5,-55.5 parent: 12 - uid: 28457 components: @@ -41914,6 +57268,11 @@ entities: - type: Transform pos: -40.5,30.5 parent: 12 + - uid: 28464 + components: + - type: Transform + pos: 6.5,-57.5 + parent: 12 - uid: 28475 components: - type: Transform @@ -42004,6 +57363,16 @@ entities: - type: Transform pos: 1.5,-22.5 parent: 12 + - uid: 28493 + components: + - type: Transform + pos: 6.5,-56.5 + parent: 12 + - uid: 28494 + components: + - type: Transform + pos: 7.5,-56.5 + parent: 12 - uid: 28495 components: - type: Transform @@ -42079,16 +57448,56 @@ entities: - type: Transform pos: -5.5,9.5 parent: 12 + - uid: 28522 + components: + - type: Transform + pos: 8.5,-56.5 + parent: 12 + - uid: 28533 + components: + - type: Transform + pos: 10.5,-56.5 + parent: 12 + - uid: 28534 + components: + - type: Transform + pos: 9.5,-56.5 + parent: 12 + - uid: 28535 + components: + - type: Transform + pos: 10.5,-55.5 + parent: 12 + - uid: 28553 + components: + - type: Transform + pos: 10.5,-54.5 + parent: 12 - uid: 28556 components: - type: Transform pos: 31.5,15.5 parent: 12 + - uid: 28558 + components: + - type: Transform + pos: 10.5,-53.5 + parent: 12 + - uid: 28613 + components: + - type: Transform + pos: 10.5,-52.5 + parent: 12 - uid: 28630 components: - type: Transform pos: 32.5,19.5 parent: 12 + - uid: 28632 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 12 - uid: 28656 components: - type: Transform @@ -42164,6 +57573,21 @@ entities: - type: Transform pos: -40.5,27.5 parent: 12 + - uid: 28801 + components: + - type: Transform + pos: 34.5,-48.5 + parent: 12 + - uid: 28804 + components: + - type: Transform + pos: 35.5,-48.5 + parent: 12 + - uid: 28807 + components: + - type: Transform + pos: 35.5,-47.5 + parent: 12 - uid: 28866 components: - type: Transform @@ -42214,21 +57638,6 @@ entities: - type: Transform pos: 61.5,2.5 parent: 12 - - uid: 28881 - components: - - type: Transform - pos: 61.5,1.5 - parent: 12 - - uid: 28882 - components: - - type: Transform - pos: 61.5,-0.5 - parent: 12 - - uid: 28883 - components: - - type: Transform - pos: 61.5,0.5 - parent: 12 - uid: 28884 components: - type: Transform @@ -42244,11 +57653,6 @@ entities: - type: Transform pos: 55.5,5.5 parent: 12 - - uid: 28890 - components: - - type: Transform - pos: 58.5,7.5 - parent: 12 - uid: 28908 components: - type: Transform @@ -42409,11 +57813,66 @@ entities: - type: Transform pos: 5.5,-11.5 parent: 12 + - uid: 28978 + components: + - type: Transform + pos: -54.5,62.5 + parent: 12 + - uid: 28980 + components: + - type: Transform + pos: -54.5,61.5 + parent: 12 + - uid: 28982 + components: + - type: Transform + pos: -46.5,74.5 + parent: 12 + - uid: 29018 + components: + - type: Transform + pos: -53.5,69.5 + parent: 12 + - uid: 29039 + components: + - type: Transform + pos: -52.5,68.5 + parent: 12 + - uid: 29040 + components: + - type: Transform + pos: -51.5,68.5 + parent: 12 + - uid: 29041 + components: + - type: Transform + pos: -52.5,75.5 + parent: 12 + - uid: 29042 + components: + - type: Transform + pos: -53.5,74.5 + parent: 12 + - uid: 29043 + components: + - type: Transform + pos: -53.5,75.5 + parent: 12 + - uid: 29059 + components: + - type: Transform + pos: -53.5,70.5 + parent: 12 - uid: 29093 components: - type: Transform pos: 32.5,18.5 parent: 12 + - uid: 29102 + components: + - type: Transform + pos: -46.5,75.5 + parent: 12 - uid: 29124 components: - type: Transform @@ -42544,11 +58003,21 @@ entities: - type: Transform pos: -23.5,63.5 parent: 12 + - uid: 29248 + components: + - type: Transform + pos: -22.5,65.5 + parent: 12 - uid: 29254 components: - type: Transform pos: -22.5,63.5 parent: 12 + - uid: 29257 + components: + - type: Transform + pos: -22.5,64.5 + parent: 12 - uid: 29304 components: - type: Transform @@ -42594,16 +58063,6 @@ entities: - type: Transform pos: 45.5,1.5 parent: 12 - - uid: 29339 - components: - - type: Transform - pos: 45.5,4.5 - parent: 12 - - uid: 29340 - components: - - type: Transform - pos: 45.5,5.5 - parent: 12 - uid: 29341 components: - type: Transform @@ -42614,40 +58073,25 @@ entities: - type: Transform pos: 48.5,5.5 parent: 12 - - uid: 29414 - components: - - type: Transform - pos: -45.5,65.5 - parent: 12 - - uid: 29416 - components: - - type: Transform - pos: -42.5,65.5 - parent: 12 - - uid: 29492 - components: - - type: Transform - pos: -37.5,74.5 - parent: 12 - - uid: 29493 + - uid: 29368 components: - type: Transform - pos: -36.5,74.5 + pos: -53.5,62.5 parent: 12 - - uid: 29494 + - uid: 29373 components: - type: Transform - pos: -36.5,73.5 + pos: -55.5,62.5 parent: 12 - - uid: 29504 + - uid: 29414 components: - type: Transform - pos: -49.5,74.5 + pos: -45.5,65.5 parent: 12 - - uid: 29505 + - uid: 29416 components: - type: Transform - pos: -49.5,75.5 + pos: -42.5,65.5 parent: 12 - uid: 29565 components: @@ -42664,111 +58108,16 @@ entities: - type: Transform pos: -44.5,65.5 parent: 12 - - uid: 29601 - components: - - type: Transform - pos: -43.5,73.5 - parent: 12 - - uid: 29604 - components: - - type: Transform - pos: -44.5,73.5 - parent: 12 - - uid: 29617 - components: - - type: Transform - pos: -45.5,73.5 - parent: 12 - uid: 29618 components: - type: Transform pos: -46.5,73.5 parent: 12 - - uid: 29619 - components: - - type: Transform - pos: -47.5,73.5 - parent: 12 - - uid: 29620 - components: - - type: Transform - pos: -48.5,73.5 - parent: 12 - - uid: 29621 - components: - - type: Transform - pos: -49.5,73.5 - parent: 12 - - uid: 29622 - components: - - type: Transform - pos: -49.5,72.5 - parent: 12 - - uid: 29623 - components: - - type: Transform - pos: -50.5,72.5 - parent: 12 - - uid: 29624 - components: - - type: Transform - pos: -50.5,71.5 - parent: 12 - - uid: 29625 - components: - - type: Transform - pos: -51.5,71.5 - parent: 12 - - uid: 29626 - components: - - type: Transform - pos: -51.5,70.5 - parent: 12 - - uid: 29627 - components: - - type: Transform - pos: -51.5,69.5 - parent: 12 - - uid: 29628 - components: - - type: Transform - pos: -51.5,68.5 - parent: 12 - - uid: 29629 - components: - - type: Transform - pos: -51.5,67.5 - parent: 12 - - uid: 29630 - components: - - type: Transform - pos: -50.5,69.5 - parent: 12 - - uid: 29631 - components: - - type: Transform - pos: -49.5,69.5 - parent: 12 - - uid: 29632 - components: - - type: Transform - pos: -48.5,69.5 - parent: 12 - - uid: 29633 - components: - - type: Transform - pos: -47.5,69.5 - parent: 12 - uid: 29635 components: - type: Transform pos: -46.5,68.5 parent: 12 - - uid: 29637 - components: - - type: Transform - pos: -45.5,69.5 - parent: 12 - uid: 29639 components: - type: Transform @@ -42779,16 +58128,6 @@ entities: - type: Transform pos: -46.5,71.5 parent: 12 - - uid: 29643 - components: - - type: Transform - pos: -44.5,69.5 - parent: 12 - - uid: 29645 - components: - - type: Transform - pos: -43.5,68.5 - parent: 12 - uid: 29649 components: - type: Transform @@ -42939,11 +58278,6 @@ entities: - type: Transform pos: -41.5,65.5 parent: 12 - - uid: 29755 - components: - - type: Transform - pos: -41.5,66.5 - parent: 12 - uid: 29756 components: - type: Transform @@ -43104,11 +58438,6 @@ entities: - type: Transform pos: 11.5,-24.5 parent: 12 - - uid: 29980 - components: - - type: Transform - pos: 14.5,-24.5 - parent: 12 - uid: 29983 components: - type: Transform @@ -43124,6 +58453,126 @@ entities: - type: Transform pos: 49.5,-9.5 parent: 12 + - uid: 30037 + components: + - type: Transform + pos: -31.5,73.5 + parent: 12 + - uid: 30047 + components: + - type: Transform + pos: -31.5,74.5 + parent: 12 + - uid: 30052 + components: + - type: Transform + pos: -31.5,75.5 + parent: 12 + - uid: 30056 + components: + - type: Transform + pos: -31.5,76.5 + parent: 12 + - uid: 30057 + components: + - type: Transform + pos: -31.5,77.5 + parent: 12 + - uid: 30059 + components: + - type: Transform + pos: -31.5,78.5 + parent: 12 + - uid: 30062 + components: + - type: Transform + pos: -30.5,78.5 + parent: 12 + - uid: 30063 + components: + - type: Transform + pos: -29.5,78.5 + parent: 12 + - uid: 30064 + components: + - type: Transform + pos: -28.5,78.5 + parent: 12 + - uid: 30068 + components: + - type: Transform + pos: -27.5,78.5 + parent: 12 + - uid: 30072 + components: + - type: Transform + pos: -28.5,77.5 + parent: 12 + - uid: 30078 + components: + - type: Transform + pos: -38.5,73.5 + parent: 12 + - uid: 30085 + components: + - type: Transform + pos: -38.5,74.5 + parent: 12 + - uid: 30088 + components: + - type: Transform + pos: -37.5,74.5 + parent: 12 + - uid: 30094 + components: + - type: Transform + pos: -37.5,75.5 + parent: 12 + - uid: 30096 + components: + - type: Transform + pos: -37.5,76.5 + parent: 12 + - uid: 30101 + components: + - type: Transform + pos: -37.5,77.5 + parent: 12 + - uid: 30112 + components: + - type: Transform + pos: -37.5,78.5 + parent: 12 + - uid: 30144 + components: + - type: Transform + pos: -41.5,67.5 + parent: 12 + - uid: 30149 + components: + - type: Transform + pos: -42.5,67.5 + parent: 12 + - uid: 30159 + components: + - type: Transform + pos: -43.5,67.5 + parent: 12 + - uid: 30163 + components: + - type: Transform + pos: -43.5,68.5 + parent: 12 + - uid: 30165 + components: + - type: Transform + pos: -44.5,68.5 + parent: 12 + - uid: 30175 + components: + - type: Transform + pos: -45.5,68.5 + parent: 12 - uid: 30242 components: - type: Transform @@ -43294,6 +58743,31 @@ entities: - type: Transform pos: -16.5,72.5 parent: 12 + - uid: 30455 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 + - uid: 30456 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 30469 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 + - uid: 30481 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 30502 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 12 - uid: 30740 components: - type: Transform @@ -43699,6 +59173,16 @@ entities: - type: Transform pos: 10.5,-24.5 parent: 12 + - uid: 31055 + components: + - type: Transform + pos: -0.5,4.5 + parent: 12 + - uid: 31056 + components: + - type: Transform + pos: -0.5,5.5 + parent: 12 - uid: 31068 components: - type: Transform @@ -43729,6 +59213,66 @@ entities: - type: Transform pos: -52.5,-50.5 parent: 12 + - uid: 31126 + components: + - type: Transform + pos: 72.5,-2.5 + parent: 12 + - uid: 31165 + components: + - type: Transform + pos: -15.5,-68.5 + parent: 12 + - uid: 31166 + components: + - type: Transform + pos: -14.5,-68.5 + parent: 12 + - uid: 31169 + components: + - type: Transform + pos: -13.5,-68.5 + parent: 12 + - uid: 31170 + components: + - type: Transform + pos: -12.5,-68.5 + parent: 12 + - uid: 31171 + components: + - type: Transform + pos: -11.5,-68.5 + parent: 12 + - uid: 31172 + components: + - type: Transform + pos: -10.5,-68.5 + parent: 12 + - uid: 31173 + components: + - type: Transform + pos: -10.5,-69.5 + parent: 12 + - uid: 31174 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 12 + - uid: 31238 + components: + - type: Transform + pos: -10.5,-71.5 + parent: 12 + - uid: 31266 + components: + - type: Transform + pos: -14.5,-69.5 + parent: 12 + - uid: 31274 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 12 - uid: 31275 components: - type: Transform @@ -43859,6 +59403,21 @@ entities: - type: Transform pos: 1.5,-63.5 parent: 12 + - uid: 31349 + components: + - type: Transform + pos: -14.5,-70.5 + parent: 12 + - uid: 31353 + components: + - type: Transform + pos: -14.5,-71.5 + parent: 12 + - uid: 31354 + components: + - type: Transform + pos: 74.5,-2.5 + parent: 12 - uid: 31365 components: - type: Transform @@ -44024,21 +59583,6 @@ entities: - type: Transform pos: -61.5,-19.5 parent: 12 - - uid: 31645 - components: - - type: Transform - pos: -59.5,-28.5 - parent: 12 - - uid: 31646 - components: - - type: Transform - pos: -60.5,-28.5 - parent: 12 - - uid: 31647 - components: - - type: Transform - pos: -61.5,-28.5 - parent: 12 - uid: 31648 components: - type: Transform @@ -44064,80 +59608,75 @@ entities: - type: Transform pos: -65.5,-27.5 parent: 12 - - uid: 31653 - components: - - type: Transform - pos: -61.5,-26.5 - parent: 12 - - uid: 31654 + - uid: 31658 components: - type: Transform - pos: -61.5,-25.5 + pos: -61.5,-21.5 parent: 12 - - uid: 31655 + - uid: 31659 components: - type: Transform - pos: -61.5,-24.5 + pos: -61.5,-20.5 parent: 12 - - uid: 31656 + - uid: 31662 components: - type: Transform - pos: -61.5,-23.5 + pos: -62.5,-21.5 parent: 12 - - uid: 31657 + - uid: 31663 components: - type: Transform - pos: -61.5,-22.5 + pos: -63.5,-21.5 parent: 12 - - uid: 31658 + - uid: 31664 components: - type: Transform - pos: -61.5,-21.5 + pos: -64.5,-21.5 parent: 12 - - uid: 31659 + - uid: 31665 components: - type: Transform - pos: -61.5,-20.5 + pos: -65.5,-21.5 parent: 12 - - uid: 31660 + - uid: 31666 components: - type: Transform - pos: -60.5,-20.5 + pos: -63.5,-19.5 parent: 12 - - uid: 31661 + - uid: 31691 components: - type: Transform - pos: -59.5,-20.5 + pos: 75.5,-2.5 parent: 12 - - uid: 31662 + - uid: 31694 components: - type: Transform - pos: -62.5,-21.5 + pos: 69.5,-2.5 parent: 12 - - uid: 31663 + - uid: 31695 components: - type: Transform - pos: -63.5,-21.5 + pos: 76.5,-2.5 parent: 12 - - uid: 31664 + - uid: 31696 components: - type: Transform - pos: -64.5,-21.5 + pos: 76.5,11.5 parent: 12 - - uid: 31665 + - uid: 31698 components: - type: Transform - pos: -65.5,-21.5 + pos: -62.5,-19.5 parent: 12 - - uid: 31666 + - uid: 31706 components: - type: Transform - pos: -63.5,-19.5 + pos: 75.5,11.5 parent: 12 - - uid: 31698 + - uid: 31707 components: - type: Transform - pos: -62.5,-19.5 + pos: 74.5,11.5 parent: 12 - uid: 31708 components: @@ -44152,7 +59691,7 @@ entities: - uid: 31710 components: - type: Transform - pos: -61.5,-29.5 + pos: 73.5,11.5 parent: 12 - uid: 31711 components: @@ -44174,6 +59713,41 @@ entities: - type: Transform pos: -65.5,-29.5 parent: 12 + - uid: 31719 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 + - uid: 31724 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 31725 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 31730 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 31731 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 31742 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 + - uid: 31743 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 - uid: 31766 components: - type: Transform @@ -44194,16 +59768,6 @@ entities: - type: Transform pos: -26.5,-49.5 parent: 12 - - uid: 32019 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - - uid: 32020 - components: - - type: Transform - pos: 5.5,70.5 - parent: 12 - uid: 32039 components: - type: Transform @@ -44279,31 +59843,6 @@ entities: - type: Transform pos: 49.5,54.5 parent: 12 - - uid: 32128 - components: - - type: Transform - pos: -62.5,-53.5 - parent: 12 - - uid: 32129 - components: - - type: Transform - pos: -61.5,-53.5 - parent: 12 - - uid: 32130 - components: - - type: Transform - pos: -61.5,-54.5 - parent: 12 - - uid: 32131 - components: - - type: Transform - pos: -61.5,-55.5 - parent: 12 - - uid: 32213 - components: - - type: Transform - pos: -63.5,-53.5 - parent: 12 - uid: 32230 components: - type: Transform @@ -44344,16 +59883,6 @@ entities: - type: Transform pos: 44.4912,60.56555 parent: 12 - - uid: 1048 - components: - - type: Transform - pos: -52.5,-16.5 - parent: 12 - - uid: 7250 - components: - - type: Transform - pos: 46.455673,62.438416 - parent: 12 - uid: 9130 components: - type: Transform @@ -44369,17 +59898,6 @@ entities: - type: Transform pos: 43.47266,63.509254 parent: 12 - - uid: 22062 - components: - - type: Transform - pos: -22.412212,55.392742 - parent: 12 - - uid: 31067 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.484467,-46.507282 - parent: 12 - uid: 31288 components: - type: Transform @@ -44387,6 +59905,11 @@ entities: parent: 12 - proto: CableApcStack10 entities: + - uid: 3011 + components: + - type: Transform + pos: -25.504803,56.737953 + parent: 12 - uid: 17622 components: - type: Transform @@ -44394,10 +59917,16 @@ entities: parent: 12 - proto: Cablecuffs entities: - - uid: 22063 + - uid: 5820 components: - type: Transform - pos: -24.345606,55.376434 + pos: -24.5,54.5 + parent: 12 + - uid: 23759 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -54.55476,56.53342 parent: 12 - uid: 31135 components: @@ -44412,20 +59941,15 @@ entities: - type: Transform pos: 54.5,7.5 parent: 12 - - uid: 21 - components: - - type: Transform - pos: 50.5,62.5 - parent: 12 - - uid: 63 + - uid: 71 components: - type: Transform - pos: -19.5,-67.5 + pos: -9.5,-0.5 parent: 12 - - uid: 71 + - uid: 81 components: - type: Transform - pos: -9.5,-0.5 + pos: 46.5,-57.5 parent: 12 - uid: 105 components: @@ -44452,6 +59976,11 @@ entities: - type: Transform pos: 38.5,-1.5 parent: 12 + - uid: 212 + components: + - type: Transform + pos: 21.5,-8.5 + parent: 12 - uid: 230 components: - type: Transform @@ -44497,6 +60026,11 @@ entities: - type: Transform pos: 8.5,28.5 parent: 12 + - uid: 510 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 12 - uid: 693 components: - type: Transform @@ -44545,12 +60079,7 @@ entities: - uid: 896 components: - type: Transform - pos: 18.5,-12.5 - parent: 12 - - uid: 899 - components: - - type: Transform - pos: 39.5,3.5 + pos: 19.5,-11.5 parent: 12 - uid: 904 components: @@ -44572,6 +60101,11 @@ entities: - type: Transform pos: -44.5,-14.5 parent: 12 + - uid: 1048 + components: + - type: Transform + pos: -23.5,-67.5 + parent: 12 - uid: 1170 components: - type: Transform @@ -44727,36 +60261,16 @@ entities: - type: Transform pos: 35.5,-1.5 parent: 12 - - uid: 1348 - components: - - type: Transform - pos: -15.5,-30.5 - parent: 12 - uid: 1349 components: - type: Transform pos: 43.5,-3.5 parent: 12 - - uid: 1350 - components: - - type: Transform - pos: 13.5,-12.5 - parent: 12 - uid: 1353 components: - type: Transform pos: 19.5,10.5 parent: 12 - - uid: 1358 - components: - - type: Transform - pos: -15.5,-29.5 - parent: 12 - - uid: 1359 - components: - - type: Transform - pos: -15.5,-28.5 - parent: 12 - uid: 1360 components: - type: Transform @@ -44787,6 +60301,11 @@ entities: - type: Transform pos: -43.5,-13.5 parent: 12 + - uid: 1764 + components: + - type: Transform + pos: -56.5,-53.5 + parent: 12 - uid: 1835 components: - type: Transform @@ -44822,11 +60341,6 @@ entities: - type: Transform pos: 61.5,4.5 parent: 12 - - uid: 2090 - components: - - type: Transform - pos: 40.5,4.5 - parent: 12 - uid: 2119 components: - type: Transform @@ -44882,10 +60396,20 @@ entities: - type: Transform pos: 47.5,8.5 parent: 12 + - uid: 2246 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 - uid: 2255 components: - type: Transform - pos: 19.5,-12.5 + pos: 18.5,-11.5 + parent: 12 + - uid: 2287 + components: + - type: Transform + pos: 70.5,11.5 parent: 12 - uid: 2301 components: @@ -44902,6 +60426,31 @@ entities: - type: Transform pos: 30.5,-12.5 parent: 12 + - uid: 2392 + components: + - type: Transform + pos: -52.5,-18.5 + parent: 12 + - uid: 2394 + components: + - type: Transform + pos: -54.5,-18.5 + parent: 12 + - uid: 2410 + components: + - type: Transform + pos: 40.5,1.5 + parent: 12 + - uid: 2411 + components: + - type: Transform + pos: 39.5,2.5 + parent: 12 + - uid: 2413 + components: + - type: Transform + pos: 39.5,0.5 + parent: 12 - uid: 2466 components: - type: Transform @@ -44912,6 +60461,11 @@ entities: - type: Transform pos: 14.5,-15.5 parent: 12 + - uid: 2575 + components: + - type: Transform + pos: 21.5,-7.5 + parent: 12 - uid: 2669 components: - type: Transform @@ -44920,7 +60474,7 @@ entities: - uid: 2874 components: - type: Transform - pos: 16.5,-12.5 + pos: 15.5,-11.5 parent: 12 - uid: 2887 components: @@ -44952,26 +60506,11 @@ entities: - type: Transform pos: -2.5,-2.5 parent: 12 - - uid: 3077 - components: - - type: Transform - pos: 37.5,3.5 - parent: 12 - uid: 3131 components: - type: Transform pos: 8.5,-14.5 parent: 12 - - uid: 3147 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 12 - - uid: 3148 - components: - - type: Transform - pos: 3.5,-48.5 - parent: 12 - uid: 3149 components: - type: Transform @@ -45142,6 +60681,11 @@ entities: - type: Transform pos: -9.5,-28.5 parent: 12 + - uid: 3238 + components: + - type: Transform + pos: 21.5,-3.5 + parent: 12 - uid: 3517 components: - type: Transform @@ -45152,10 +60696,10 @@ entities: - type: Transform pos: 16.5,5.5 parent: 12 - - uid: 3945 + - uid: 3940 components: - type: Transform - pos: 62.5,0.5 + pos: 21.5,-6.5 parent: 12 - uid: 3954 components: @@ -45262,6 +60806,21 @@ entities: - type: Transform pos: 12.5,-18.5 parent: 12 + - uid: 4466 + components: + - type: Transform + pos: 21.5,-1.5 + parent: 12 + - uid: 4467 + components: + - type: Transform + pos: 21.5,-4.5 + parent: 12 + - uid: 4470 + components: + - type: Transform + pos: 21.5,-2.5 + parent: 12 - uid: 4480 components: - type: Transform @@ -45482,6 +61041,16 @@ entities: - type: Transform pos: 12.5,-16.5 parent: 12 + - uid: 4551 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 12 + - uid: 4552 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 12 - uid: 4600 components: - type: Transform @@ -45505,7 +61074,7 @@ entities: - uid: 4617 components: - type: Transform - pos: 17.5,-12.5 + pos: 20.5,-11.5 parent: 12 - uid: 4623 components: @@ -45552,6 +61121,11 @@ entities: - type: Transform pos: -14.5,-23.5 parent: 12 + - uid: 4709 + components: + - type: Transform + pos: 10.5,-14.5 + parent: 12 - uid: 4713 components: - type: Transform @@ -45572,15 +61146,15 @@ entities: - type: Transform pos: 0.5,16.5 parent: 12 - - uid: 4785 + - uid: 4799 components: - type: Transform - pos: 14.5,-12.5 + pos: 25.5,-16.5 parent: 12 - - uid: 4799 + - uid: 4803 components: - type: Transform - pos: 25.5,-16.5 + pos: 15.5,-15.5 parent: 12 - uid: 4858 components: @@ -45607,11 +61181,6 @@ entities: - type: Transform pos: 5.5,1.5 parent: 12 - - uid: 4875 - components: - - type: Transform - pos: 40.5,0.5 - parent: 12 - uid: 4895 components: - type: Transform @@ -45627,21 +61196,11 @@ entities: - type: Transform pos: 34.5,-1.5 parent: 12 - - uid: 4957 - components: - - type: Transform - pos: 35.5,-0.5 - parent: 12 - uid: 4970 components: - type: Transform pos: 42.5,-0.5 parent: 12 - - uid: 4976 - components: - - type: Transform - pos: -57.5,-57.5 - parent: 12 - uid: 4994 components: - type: Transform @@ -45832,6 +61391,26 @@ entities: - type: Transform pos: 1.5,15.5 parent: 12 + - uid: 5483 + components: + - type: Transform + pos: 21.5,2.5 + parent: 12 + - uid: 5487 + components: + - type: Transform + pos: 17.5,-11.5 + parent: 12 + - uid: 5500 + components: + - type: Transform + pos: 39.5,1.5 + parent: 12 + - uid: 5535 + components: + - type: Transform + pos: 39.5,-0.5 + parent: 12 - uid: 5638 components: - type: Transform @@ -45845,13 +61424,18 @@ entities: - uid: 5667 components: - type: Transform - pos: 15.5,-12.5 + pos: 16.5,-11.5 parent: 12 - uid: 5671 components: - type: Transform pos: 17.5,-16.5 parent: 12 + - uid: 5725 + components: + - type: Transform + pos: 13.5,-14.5 + parent: 12 - uid: 5759 components: - type: Transform @@ -45877,11 +61461,21 @@ entities: - type: Transform pos: 17.5,5.5 parent: 12 + - uid: 6207 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 - uid: 6259 components: - type: Transform pos: 9.5,-20.5 parent: 12 + - uid: 6264 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 - uid: 6414 components: - type: Transform @@ -46557,6 +62151,11 @@ entities: - type: Transform pos: 47.5,-54.5 parent: 12 + - uid: 6688 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 - uid: 6717 components: - type: Transform @@ -46612,11 +62211,6 @@ entities: - type: Transform pos: 29.5,5.5 parent: 12 - - uid: 7283 - components: - - type: Transform - pos: 33.5,0.5 - parent: 12 - uid: 7284 components: - type: Transform @@ -46637,25 +62231,25 @@ entities: - type: Transform pos: 1.5,18.5 parent: 12 - - uid: 7383 + - uid: 7386 components: - type: Transform - pos: 61.5,1.5 + pos: 71.5,-2.5 parent: 12 - - uid: 7386 + - uid: 7485 components: - type: Transform - pos: 61.5,0.5 + pos: -50.5,-18.5 parent: 12 - - uid: 7549 + - uid: 7546 components: - type: Transform - pos: 17.5,24.5 + pos: 72.5,-2.5 parent: 12 - - uid: 7586 + - uid: 7549 components: - type: Transform - pos: 60.5,-1.5 + pos: 17.5,24.5 parent: 12 - uid: 7724 components: @@ -46687,25 +62281,30 @@ entities: - type: Transform pos: 62.5,-2.5 parent: 12 - - uid: 7828 + - uid: 7834 components: - type: Transform - pos: 61.5,-2.5 + pos: 73.5,-2.5 parent: 12 - - uid: 7834 + - uid: 7840 components: - type: Transform - pos: 60.5,-2.5 + pos: 74.5,-2.5 parent: 12 - - uid: 7849 + - uid: 7841 components: - type: Transform - pos: 30.5,15.5 + pos: 59.5,2.5 parent: 12 - - uid: 7889 + - uid: 7846 + components: + - type: Transform + pos: 61.5,-1.5 + parent: 12 + - uid: 7849 components: - type: Transform - pos: 59.5,-2.5 + pos: 30.5,15.5 parent: 12 - uid: 7948 components: @@ -46967,6 +62566,16 @@ entities: - type: Transform pos: 10.5,-37.5 parent: 12 + - uid: 8198 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 12 + - uid: 8199 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 12 - uid: 8259 components: - type: Transform @@ -46977,10 +62586,10 @@ entities: - type: Transform pos: 30.5,16.5 parent: 12 - - uid: 8441 + - uid: 8344 components: - type: Transform - pos: 34.5,0.5 + pos: 62.5,-3.5 parent: 12 - uid: 8494 components: @@ -47102,6 +62711,11 @@ entities: - type: Transform pos: 12.5,12.5 parent: 12 + - uid: 9064 + components: + - type: Transform + pos: 60.5,2.5 + parent: 12 - uid: 9082 components: - type: Transform @@ -47112,6 +62726,16 @@ entities: - type: Transform pos: 30.5,12.5 parent: 12 + - uid: 9169 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 + - uid: 9173 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 - uid: 9328 components: - type: Transform @@ -47192,6 +62816,11 @@ entities: - type: Transform pos: 1.5,12.5 parent: 12 + - uid: 9551 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 - uid: 9558 components: - type: Transform @@ -47212,6 +62841,11 @@ entities: - type: Transform pos: 51.5,-6.5 parent: 12 + - uid: 9631 + components: + - type: Transform + pos: -57.5,-54.5 + parent: 12 - uid: 9636 components: - type: Transform @@ -47337,15 +62971,15 @@ entities: - type: Transform pos: -41.5,-29.5 parent: 12 - - uid: 10323 + - uid: 10343 components: - type: Transform - pos: 62.5,-0.5 + pos: -55.5,22.5 parent: 12 - - uid: 10343 + - uid: 10345 components: - type: Transform - pos: -55.5,22.5 + pos: -50.5,-17.5 parent: 12 - uid: 10462 components: @@ -47652,25 +63286,10 @@ entities: - type: Transform pos: 43.5,-0.5 parent: 12 - - uid: 10814 - components: - - type: Transform - pos: 36.5,4.5 - parent: 12 - - uid: 10815 - components: - - type: Transform - pos: 35.5,4.5 - parent: 12 - - uid: 10816 - components: - - type: Transform - pos: 34.5,4.5 - parent: 12 - - uid: 10817 + - uid: 10803 components: - type: Transform - pos: 33.5,4.5 + pos: 22.5,3.5 parent: 12 - uid: 10827 components: @@ -47832,6 +63451,11 @@ entities: - type: Transform pos: 27.5,10.5 parent: 12 + - uid: 10874 + components: + - type: Transform + pos: 38.5,-14.5 + parent: 12 - uid: 10878 components: - type: Transform @@ -47937,11 +63561,6 @@ entities: - type: Transform pos: 23.5,10.5 parent: 12 - - uid: 11226 - components: - - type: Transform - pos: 58.5,-2.5 - parent: 12 - uid: 11232 components: - type: Transform @@ -47952,10 +63571,15 @@ entities: - type: Transform pos: 50.5,-5.5 parent: 12 + - uid: 11275 + components: + - type: Transform + pos: 76.5,-2.5 + parent: 12 - uid: 11286 components: - type: Transform - pos: 60.5,0.5 + pos: 76.5,11.5 parent: 12 - uid: 11287 components: @@ -47992,6 +63616,11 @@ entities: - type: Transform pos: 18.5,20.5 parent: 12 + - uid: 11323 + components: + - type: Transform + pos: 21.5,3.5 + parent: 12 - uid: 11330 components: - type: Transform @@ -48027,11 +63656,6 @@ entities: - type: Transform pos: 21.5,24.5 parent: 12 - - uid: 11377 - components: - - type: Transform - pos: 35.5,0.5 - parent: 12 - uid: 11395 components: - type: Transform @@ -48077,15 +63701,15 @@ entities: - type: Transform pos: 32.5,17.5 parent: 12 - - uid: 11452 + - uid: 11456 components: - type: Transform - pos: 60.5,-0.5 + pos: 10.5,11.5 parent: 12 - - uid: 11456 + - uid: 11469 components: - type: Transform - pos: 10.5,11.5 + pos: 75.5,11.5 parent: 12 - uid: 11481 components: @@ -48097,16 +63721,6 @@ entities: - type: Transform pos: 62.5,6.5 parent: 12 - - uid: 11591 - components: - - type: Transform - pos: 40.5,3.5 - parent: 12 - - uid: 11646 - components: - - type: Transform - pos: 38.5,3.5 - parent: 12 - uid: 11867 components: - type: Transform @@ -48177,25 +63791,20 @@ entities: - type: Transform pos: -1.5,35.5 parent: 12 - - uid: 11936 - components: - - type: Transform - pos: 45.5,4.5 - parent: 12 - uid: 11938 components: - type: Transform pos: -2.5,34.5 parent: 12 - - uid: 11955 + - uid: 11944 components: - type: Transform - pos: 40.5,-0.5 + pos: 12.5,-14.5 parent: 12 - - uid: 11978 + - uid: 11955 components: - type: Transform - pos: 40.5,2.5 + pos: 40.5,-0.5 parent: 12 - uid: 11986 components: @@ -48272,6 +63881,11 @@ entities: - type: Transform pos: 8.5,-15.5 parent: 12 + - uid: 12692 + components: + - type: Transform + pos: 60.5,-1.5 + parent: 12 - uid: 12693 components: - type: Transform @@ -48897,11 +64511,6 @@ entities: - type: Transform pos: 50.5,77.5 parent: 12 - - uid: 15583 - components: - - type: Transform - pos: -21.5,-67.5 - parent: 12 - uid: 15630 components: - type: Transform @@ -49017,6 +64626,11 @@ entities: - type: Transform pos: 60.5,6.5 parent: 12 + - uid: 15680 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 - uid: 15735 components: - type: Transform @@ -49187,11 +64801,6 @@ entities: - type: Transform pos: -16.5,27.5 parent: 12 - - uid: 15903 - components: - - type: Transform - pos: -23.5,-67.5 - parent: 12 - uid: 16300 components: - type: Transform @@ -49622,11 +65231,6 @@ entities: - type: Transform pos: -52.5,45.5 parent: 12 - - uid: 17921 - components: - - type: Transform - pos: -18.5,-64.5 - parent: 12 - uid: 17954 components: - type: Transform @@ -50947,55 +66551,15 @@ entities: - type: Transform pos: 1.5,62.5 parent: 12 - - uid: 18558 - components: - - type: Transform - pos: 50.5,57.5 - parent: 12 - - uid: 18559 - components: - - type: Transform - pos: 50.5,58.5 - parent: 12 - - uid: 18560 - components: - - type: Transform - pos: 50.5,59.5 - parent: 12 - - uid: 18561 - components: - - type: Transform - pos: 50.5,60.5 - parent: 12 - - uid: 18562 - components: - - type: Transform - pos: 50.5,61.5 - parent: 12 - - uid: 18627 - components: - - type: Transform - pos: 50.5,63.5 - parent: 12 - - uid: 18628 - components: - - type: Transform - pos: 51.5,63.5 - parent: 12 - - uid: 18629 - components: - - type: Transform - pos: 52.5,63.5 - parent: 12 - - uid: 18630 + - uid: 18640 components: - type: Transform - pos: 53.5,63.5 + pos: 53.5,61.5 parent: 12 - - uid: 18640 + - uid: 18709 components: - type: Transform - pos: 53.5,61.5 + pos: -22.5,-67.5 parent: 12 - uid: 19244 components: @@ -51257,6 +66821,16 @@ entities: - type: Transform pos: -22.5,57.5 parent: 12 + - uid: 19791 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 19808 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 - uid: 19824 components: - type: Transform @@ -51277,6 +66851,11 @@ entities: - type: Transform pos: -23.5,58.5 parent: 12 + - uid: 19886 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 - uid: 19888 components: - type: Transform @@ -51347,6 +66926,16 @@ entities: - type: Transform pos: -49.5,46.5 parent: 12 + - uid: 21032 + components: + - type: Transform + pos: 14.5,-14.5 + parent: 12 + - uid: 21065 + components: + - type: Transform + pos: -31.5,-68.5 + parent: 12 - uid: 21077 components: - type: Transform @@ -51357,6 +66946,11 @@ entities: - type: Transform pos: 54.5,1.5 parent: 12 + - uid: 21518 + components: + - type: Transform + pos: 59.5,-1.5 + parent: 12 - uid: 21648 components: - type: Transform @@ -51417,6 +67011,11 @@ entities: - type: Transform pos: -10.5,-2.5 parent: 12 + - uid: 21906 + components: + - type: Transform + pos: 12.5,-15.5 + parent: 12 - uid: 21912 components: - type: Transform @@ -51442,6 +67041,11 @@ entities: - type: Transform pos: 15.5,5.5 parent: 12 + - uid: 21935 + components: + - type: Transform + pos: 13.5,-15.5 + parent: 12 - uid: 21937 components: - type: Transform @@ -51482,6 +67086,11 @@ entities: - type: Transform pos: 31.5,-7.5 parent: 12 + - uid: 22063 + components: + - type: Transform + pos: 41.5,-14.5 + parent: 12 - uid: 22109 components: - type: Transform @@ -51502,6 +67111,11 @@ entities: - type: Transform pos: 43.5,-5.5 parent: 12 + - uid: 22296 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 - uid: 22522 components: - type: Transform @@ -51527,11 +67141,6 @@ entities: - type: Transform pos: -49.5,25.5 parent: 12 - - uid: 23101 - components: - - type: Transform - pos: 40.5,1.5 - parent: 12 - uid: 23104 components: - type: Transform @@ -52062,6 +67671,11 @@ entities: - type: Transform pos: -24.5,-46.5 parent: 12 + - uid: 24565 + components: + - type: Transform + pos: 21.5,-0.5 + parent: 12 - uid: 24633 components: - type: Transform @@ -52142,6 +67756,11 @@ entities: - type: Transform pos: 58.5,5.5 parent: 12 + - uid: 25534 + components: + - type: Transform + pos: 11.5,-14.5 + parent: 12 - uid: 25535 components: - type: Transform @@ -52157,6 +67776,16 @@ entities: - type: Transform pos: 30.5,14.5 parent: 12 + - uid: 25598 + components: + - type: Transform + pos: -56.5,-54.5 + parent: 12 + - uid: 25613 + components: + - type: Transform + pos: 9.5,-14.5 + parent: 12 - uid: 25763 components: - type: Transform @@ -52397,11 +68026,6 @@ entities: - type: Transform pos: -25.5,-54.5 parent: 12 - - uid: 25888 - components: - - type: Transform - pos: 36.5,0.5 - parent: 12 - uid: 26072 components: - type: Transform @@ -52557,11 +68181,26 @@ entities: - type: Transform pos: -9.5,-19.5 parent: 12 + - uid: 26551 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 26552 + components: + - type: Transform + pos: 14.5,-11.5 + parent: 12 - uid: 26583 components: - type: Transform pos: 30.5,-2.5 parent: 12 + - uid: 26589 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 12 - uid: 26606 components: - type: Transform @@ -52637,10 +68276,10 @@ entities: - type: Transform pos: 44.5,-0.5 parent: 12 - - uid: 26690 + - uid: 26680 components: - type: Transform - pos: 36.5,3.5 + pos: 40.5,-14.5 parent: 12 - uid: 26701 components: @@ -52657,6 +68296,16 @@ entities: - type: Transform pos: 65.5,0.5 parent: 12 + - uid: 26713 + components: + - type: Transform + pos: 39.5,-14.5 + parent: 12 + - uid: 26714 + components: + - type: Transform + pos: 42.5,-14.5 + parent: 12 - uid: 26719 components: - type: Transform @@ -52707,145 +68356,95 @@ entities: - type: Transform pos: 45.5,8.5 parent: 12 - - uid: 26805 - components: - - type: Transform - pos: 31.5,-4.5 - parent: 12 - - uid: 26833 - components: - - type: Transform - pos: 40.5,-1.5 - parent: 12 - - uid: 26884 - components: - - type: Transform - pos: -22.5,-67.5 - parent: 12 - - uid: 26893 - components: - - type: Transform - pos: 30.5,-3.5 - parent: 12 - - uid: 26894 - components: - - type: Transform - pos: 30.5,-4.5 - parent: 12 - - uid: 26914 - components: - - type: Transform - pos: -19.5,-66.5 - parent: 12 - - uid: 26915 + - uid: 26752 components: - type: Transform - pos: -18.5,-65.5 + pos: 22.5,4.5 parent: 12 - - uid: 26917 + - uid: 26757 components: - type: Transform - pos: -18.5,-66.5 + pos: 21.5,0.5 parent: 12 - - uid: 26918 + - uid: 26763 components: - type: Transform - pos: -20.5,-67.5 + pos: 21.5,1.5 parent: 12 - - uid: 26996 + - uid: 26805 components: - type: Transform - pos: -38.5,-68.5 + pos: 31.5,-4.5 parent: 12 - - uid: 26997 + - uid: 26853 components: - type: Transform - pos: -37.5,-68.5 + pos: 21.5,-9.5 parent: 12 - - uid: 26998 + - uid: 26855 components: - type: Transform - pos: -35.5,-68.5 + pos: 21.5,-10.5 parent: 12 - - uid: 26999 + - uid: 26857 components: - type: Transform - pos: -38.5,-62.5 + pos: 21.5,-5.5 parent: 12 - - uid: 27000 + - uid: 26859 components: - type: Transform - pos: -36.5,-68.5 + pos: 21.5,-11.5 parent: 12 - - uid: 27003 + - uid: 26860 components: - type: Transform - pos: -34.5,-68.5 + pos: 22.5,-11.5 parent: 12 - - uid: 27007 + - uid: 26862 components: - type: Transform - pos: -38.5,-66.5 + pos: 22.5,-12.5 parent: 12 - - uid: 27008 + - uid: 26863 components: - type: Transform - pos: -36.5,-66.5 + pos: 22.5,-13.5 parent: 12 - - uid: 27009 + - uid: 26864 components: - type: Transform - pos: -35.5,-66.5 + pos: 22.5,-14.5 parent: 12 - - uid: 27010 + - uid: 26867 components: - type: Transform - pos: -34.5,-66.5 + pos: 21.5,-14.5 parent: 12 - - uid: 27011 + - uid: 26893 components: - type: Transform - pos: -37.5,-66.5 + pos: 30.5,-3.5 parent: 12 - - uid: 27012 + - uid: 26894 components: - type: Transform - pos: -38.5,-64.5 + pos: 30.5,-4.5 parent: 12 - - uid: 27013 + - uid: 26901 components: - type: Transform pos: -32.5,-68.5 parent: 12 - - uid: 27014 - components: - - type: Transform - pos: -31.5,-68.5 - parent: 12 - - uid: 27015 - components: - - type: Transform - pos: -30.5,-68.5 - parent: 12 - - uid: 27017 - components: - - type: Transform - pos: -29.5,-68.5 - parent: 12 - - uid: 27018 - components: - - type: Transform - pos: -28.5,-68.5 - parent: 12 - - uid: 27020 + - uid: 26950 components: - type: Transform - pos: -28.5,-66.5 + pos: -21.5,-67.5 parent: 12 - - uid: 27022 + - uid: 26975 components: - type: Transform - pos: -29.5,-66.5 + pos: -51.5,-18.5 parent: 12 - uid: 27028 components: @@ -52857,56 +68456,6 @@ entities: - type: Transform pos: 43.5,-25.5 parent: 12 - - uid: 27030 - components: - - type: Transform - pos: -31.5,-66.5 - parent: 12 - - uid: 27038 - components: - - type: Transform - pos: -32.5,-66.5 - parent: 12 - - uid: 27039 - components: - - type: Transform - pos: -30.5,-66.5 - parent: 12 - - uid: 27040 - components: - - type: Transform - pos: -29.5,-64.5 - parent: 12 - - uid: 27041 - components: - - type: Transform - pos: -28.5,-64.5 - parent: 12 - - uid: 27042 - components: - - type: Transform - pos: -32.5,-64.5 - parent: 12 - - uid: 27043 - components: - - type: Transform - pos: -31.5,-64.5 - parent: 12 - - uid: 27045 - components: - - type: Transform - pos: -30.5,-64.5 - parent: 12 - - uid: 27047 - components: - - type: Transform - pos: -29.5,-62.5 - parent: 12 - - uid: 27048 - components: - - type: Transform - pos: -28.5,-62.5 - parent: 12 - uid: 27051 components: - type: Transform @@ -52922,66 +68471,11 @@ entities: - type: Transform pos: 43.5,-22.5 parent: 12 - - uid: 27056 - components: - - type: Transform - pos: -30.5,-62.5 - parent: 12 - uid: 27057 components: - type: Transform pos: 43.5,-21.5 parent: 12 - - uid: 27058 - components: - - type: Transform - pos: -31.5,-62.5 - parent: 12 - - uid: 27059 - components: - - type: Transform - pos: -32.5,-62.5 - parent: 12 - - uid: 27060 - components: - - type: Transform - pos: -37.5,-62.5 - parent: 12 - - uid: 27061 - components: - - type: Transform - pos: -36.5,-62.5 - parent: 12 - - uid: 27062 - components: - - type: Transform - pos: -35.5,-62.5 - parent: 12 - - uid: 27068 - components: - - type: Transform - pos: -34.5,-62.5 - parent: 12 - - uid: 27069 - components: - - type: Transform - pos: -37.5,-64.5 - parent: 12 - - uid: 27070 - components: - - type: Transform - pos: -35.5,-64.5 - parent: 12 - - uid: 27071 - components: - - type: Transform - pos: -34.5,-64.5 - parent: 12 - - uid: 27072 - components: - - type: Transform - pos: -36.5,-64.5 - parent: 12 - uid: 27079 components: - type: Transform @@ -53032,6 +68526,21 @@ entities: - type: Transform pos: 43.5,-11.5 parent: 12 + - uid: 27123 + components: + - type: Transform + pos: -18.5,-66.5 + parent: 12 + - uid: 27124 + components: + - type: Transform + pos: -20.5,-67.5 + parent: 12 + - uid: 27126 + components: + - type: Transform + pos: -19.5,-67.5 + parent: 12 - uid: 27132 components: - type: Transform @@ -53327,15 +68836,10 @@ entities: - type: Transform pos: 44.5,-13.5 parent: 12 - - uid: 27236 - components: - - type: Transform - pos: -26.5,-68.5 - parent: 12 - - uid: 27237 + - uid: 27245 components: - type: Transform - pos: -26.5,-67.5 + pos: -53.5,-18.5 parent: 12 - uid: 27339 components: @@ -53572,50 +69076,15 @@ entities: - type: Transform pos: -58.5,-18.5 parent: 12 - - uid: 27495 - components: - - type: Transform - pos: -58.5,-17.5 - parent: 12 - - uid: 27496 - components: - - type: Transform - pos: -57.5,-17.5 - parent: 12 - - uid: 27497 - components: - - type: Transform - pos: -57.5,-16.5 - parent: 12 - - uid: 27498 - components: - - type: Transform - pos: -56.5,-16.5 - parent: 12 - uid: 27499 components: - type: Transform - pos: -55.5,-16.5 - parent: 12 - - uid: 27500 - components: - - type: Transform - pos: -54.5,-16.5 + pos: -32.5,-66.5 parent: 12 - uid: 27501 components: - type: Transform - pos: -53.5,-16.5 - parent: 12 - - uid: 27502 - components: - - type: Transform - pos: -52.5,-16.5 - parent: 12 - - uid: 27503 - components: - - type: Transform - pos: -51.5,-16.5 + pos: -28.5,-68.5 parent: 12 - uid: 27504 components: @@ -53657,6 +69126,11 @@ entities: - type: Transform pos: -45.5,-14.5 parent: 12 + - uid: 27514 + components: + - type: Transform + pos: -56.5,-18.5 + parent: 12 - uid: 27515 components: - type: Transform @@ -53912,6 +69386,16 @@ entities: - type: Transform pos: -53.5,-33.5 parent: 12 + - uid: 27600 + components: + - type: Transform + pos: -55.5,-18.5 + parent: 12 + - uid: 27601 + components: + - type: Transform + pos: -57.5,-18.5 + parent: 12 - uid: 27609 components: - type: Transform @@ -54162,16 +69646,181 @@ entities: - type: Transform pos: -37.5,-30.5 parent: 12 + - uid: 27707 + components: + - type: Transform + pos: -30.5,-68.5 + parent: 12 + - uid: 27718 + components: + - type: Transform + pos: -19.5,-66.5 + parent: 12 - uid: 27923 components: - type: Transform pos: -34.5,59.5 parent: 12 + - uid: 27991 + components: + - type: Transform + pos: -25.5,-68.5 + parent: 12 + - uid: 27993 + components: + - type: Transform + pos: -25.5,-69.5 + parent: 12 + - uid: 28118 + components: + - type: Transform + pos: -38.5,-62.5 + parent: 12 + - uid: 28119 + components: + - type: Transform + pos: -37.5,-62.5 + parent: 12 + - uid: 28121 + components: + - type: Transform + pos: -36.5,-62.5 + parent: 12 + - uid: 28142 + components: + - type: Transform + pos: -36.5,-64.5 + parent: 12 + - uid: 28144 + components: + - type: Transform + pos: -37.5,-64.5 + parent: 12 + - uid: 28145 + components: + - type: Transform + pos: -38.5,-64.5 + parent: 12 + - uid: 28160 + components: + - type: Transform + pos: -38.5,-66.5 + parent: 12 + - uid: 28161 + components: + - type: Transform + pos: -37.5,-66.5 + parent: 12 + - uid: 28162 + components: + - type: Transform + pos: -36.5,-66.5 + parent: 12 + - uid: 28181 + components: + - type: Transform + pos: -36.5,-68.5 + parent: 12 + - uid: 28192 + components: + - type: Transform + pos: -38.5,-68.5 + parent: 12 + - uid: 28193 + components: + - type: Transform + pos: -37.5,-68.5 + parent: 12 + - uid: 28199 + components: + - type: Transform + pos: -29.5,-68.5 + parent: 12 + - uid: 28210 + components: + - type: Transform + pos: -18.5,-64.5 + parent: 12 - uid: 28221 components: - type: Transform pos: -33.5,59.5 parent: 12 + - uid: 28223 + components: + - type: Transform + pos: -18.5,-65.5 + parent: 12 + - uid: 28225 + components: + - type: Transform + pos: -32.5,-64.5 + parent: 12 + - uid: 28226 + components: + - type: Transform + pos: -31.5,-64.5 + parent: 12 + - uid: 28227 + components: + - type: Transform + pos: -30.5,-64.5 + parent: 12 + - uid: 28228 + components: + - type: Transform + pos: -28.5,-64.5 + parent: 12 + - uid: 28229 + components: + - type: Transform + pos: -29.5,-64.5 + parent: 12 + - uid: 28234 + components: + - type: Transform + pos: -28.5,-62.5 + parent: 12 + - uid: 28235 + components: + - type: Transform + pos: -29.5,-62.5 + parent: 12 + - uid: 28236 + components: + - type: Transform + pos: -30.5,-62.5 + parent: 12 + - uid: 28240 + components: + - type: Transform + pos: -31.5,-62.5 + parent: 12 + - uid: 28241 + components: + - type: Transform + pos: -32.5,-62.5 + parent: 12 + - uid: 28285 + components: + - type: Transform + pos: -31.5,-66.5 + parent: 12 + - uid: 28287 + components: + - type: Transform + pos: -29.5,-66.5 + parent: 12 + - uid: 28289 + components: + - type: Transform + pos: -28.5,-66.5 + parent: 12 + - uid: 28290 + components: + - type: Transform + pos: -30.5,-66.5 + parent: 12 - uid: 28430 components: - type: Transform @@ -54577,10 +70226,10 @@ entities: - type: Transform pos: 30.5,-5.5 parent: 12 - - uid: 29001 + - uid: 29002 components: - type: Transform - pos: 36.5,2.5 + pos: -28.5,-63.5 parent: 12 - uid: 29047 components: @@ -54597,35 +70246,100 @@ entities: - type: Transform pos: 18.5,21.5 parent: 12 - - uid: 29087 + - uid: 29091 components: - type: Transform - pos: 36.5,1.5 + pos: 4.5,-54.5 parent: 12 - - uid: 29182 + - uid: 29426 components: - type: Transform - pos: 45.5,0.5 + pos: -39.5,-64.5 parent: 12 - - uid: 29183 + - uid: 29432 components: - type: Transform - pos: 45.5,1.5 + pos: 7.5,-54.5 parent: 12 - - uid: 29184 + - uid: 29433 components: - type: Transform - pos: 45.5,2.5 + pos: 5.5,-54.5 parent: 12 - - uid: 29185 + - uid: 29469 components: - type: Transform - pos: 45.5,3.5 + pos: -40.5,-63.5 parent: 12 - - uid: 29307 + - uid: 29470 components: - type: Transform - pos: 45.5,5.5 + pos: -40.5,-64.5 + parent: 12 + - uid: 29471 + components: + - type: Transform + pos: -39.5,-62.5 + parent: 12 + - uid: 29472 + components: + - type: Transform + pos: -40.5,-62.5 + parent: 12 + - uid: 29473 + components: + - type: Transform + pos: -39.5,-66.5 + parent: 12 + - uid: 29474 + components: + - type: Transform + pos: -40.5,-66.5 + parent: 12 + - uid: 29475 + components: + - type: Transform + pos: -40.5,-68.5 + parent: 12 + - uid: 29476 + components: + - type: Transform + pos: -39.5,-68.5 + parent: 12 + - uid: 29478 + components: + - type: Transform + pos: -40.5,-67.5 + parent: 12 + - uid: 29479 + components: + - type: Transform + pos: -36.5,-67.5 + parent: 12 + - uid: 29480 + components: + - type: Transform + pos: -36.5,-63.5 + parent: 12 + - uid: 29481 + components: + - type: Transform + pos: -32.5,-63.5 + parent: 12 + - uid: 29482 + components: + - type: Transform + pos: -33.5,-63.5 + parent: 12 + - uid: 29483 + components: + - type: Transform + pos: -35.5,-63.5 + parent: 12 + - uid: 29484 + components: + - type: Transform + pos: -35.5,-67.5 parent: 12 - uid: 29873 components: @@ -55057,6 +70771,11 @@ entities: - type: Transform pos: -3.5,-0.5 parent: 12 + - uid: 30326 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 - uid: 30496 components: - type: Transform @@ -55692,26 +71411,11 @@ entities: - type: Transform pos: -54.5,-50.5 parent: 12 - - uid: 31013 - components: - - type: Transform - pos: -58.5,-52.5 - parent: 12 - uid: 31054 components: - type: Transform pos: 30.5,11.5 parent: 12 - - uid: 31056 - components: - - type: Transform - pos: -57.5,-52.5 - parent: 12 - - uid: 31057 - components: - - type: Transform - pos: -56.5,-54.5 - parent: 12 - uid: 31058 components: - type: Transform @@ -55747,16 +71451,6 @@ entities: - type: Transform pos: -58.5,-43.5 parent: 12 - - uid: 31730 - components: - - type: Transform - pos: -56.5,-56.5 - parent: 12 - - uid: 31731 - components: - - type: Transform - pos: -58.5,-56.5 - parent: 12 - uid: 31775 components: - type: Transform @@ -55847,130 +71541,115 @@ entities: - type: Transform pos: -49.5,27.5 parent: 12 - - uid: 32051 - components: - - type: Transform - pos: 36.5,-15.5 - parent: 12 - - uid: 32052 - components: - - type: Transform - pos: 35.5,-15.5 - parent: 12 - - uid: 32053 - components: - - type: Transform - pos: 35.5,-14.5 - parent: 12 - - uid: 32054 + - uid: 31871 components: - type: Transform - pos: 34.5,-14.5 + pos: 15.5,-18.5 parent: 12 - - uid: 32055 + - uid: 31874 components: - type: Transform - pos: 33.5,-14.5 + pos: 15.5,-13.5 parent: 12 - - uid: 32056 + - uid: 31875 components: - type: Transform - pos: 32.5,-14.5 + pos: 15.5,-14.5 parent: 12 - - uid: 32062 + - uid: 31876 components: - type: Transform - pos: 40.5,-10.5 + pos: 15.5,-17.5 parent: 12 - - uid: 32152 + - uid: 31877 components: - type: Transform - pos: -65.5,-57.5 + pos: 38.5,2.5 parent: 12 - - uid: 32153 + - uid: 31878 components: - type: Transform - pos: -65.5,-56.5 + pos: 37.5,2.5 parent: 12 - - uid: 32154 + - uid: 32051 components: - type: Transform - pos: -65.5,-55.5 + pos: 36.5,-15.5 parent: 12 - - uid: 32155 + - uid: 32052 components: - type: Transform - pos: -65.5,-54.5 + pos: 35.5,-15.5 parent: 12 - - uid: 32156 + - uid: 32053 components: - type: Transform - pos: -64.5,-54.5 + pos: 35.5,-14.5 parent: 12 - - uid: 32157 + - uid: 32054 components: - type: Transform - pos: -63.5,-54.5 + pos: 34.5,-14.5 parent: 12 - - uid: 32158 + - uid: 32055 components: - type: Transform - pos: -62.5,-54.5 + pos: 33.5,-14.5 parent: 12 - - uid: 32159 + - uid: 32056 components: - type: Transform - pos: -62.5,-55.5 + pos: 32.5,-14.5 parent: 12 - - uid: 32169 + - uid: 32062 components: - type: Transform - pos: -58.5,-56.5 + pos: 40.5,-10.5 parent: 12 - - uid: 32170 + - uid: 32322 components: - type: Transform - pos: -58.5,-57.5 + pos: 46.5,-59.5 parent: 12 - - uid: 32172 + - uid: 32324 components: - type: Transform - pos: -57.5,-58.5 + pos: 46.5,-56.5 parent: 12 - - uid: 32175 + - uid: 32325 components: - type: Transform - pos: -56.5,-58.5 + pos: 46.5,-55.5 parent: 12 - - uid: 32176 + - uid: 32326 components: - type: Transform - pos: -59.5,-57.5 + pos: 46.5,-52.5 parent: 12 - - uid: 32177 + - uid: 32327 components: - type: Transform - pos: -60.5,-57.5 + pos: 46.5,-51.5 parent: 12 - - uid: 32178 + - uid: 32328 components: - type: Transform - pos: -60.5,-56.5 + pos: 46.5,-50.5 parent: 12 - - uid: 32179 + - uid: 32329 components: - type: Transform - pos: -60.5,-55.5 + pos: 46.5,-46.5 parent: 12 - - uid: 32180 + - uid: 32330 components: - type: Transform - pos: -61.5,-55.5 + pos: 46.5,-47.5 parent: 12 - - uid: 32181 + - uid: 32331 components: - type: Transform - pos: -55.5,-58.5 + pos: 46.5,-48.5 parent: 12 - proto: CableHVStack entities: @@ -56002,10 +71681,15 @@ entities: - type: Transform pos: 0.5,2.5 parent: 12 - - uid: 217 + - uid: 211 components: - type: Transform - pos: -46.5,66.5 + pos: 15.5,13.5 + parent: 12 + - uid: 262 + components: + - type: Transform + pos: 76.5,-2.5 parent: 12 - uid: 278 components: @@ -56087,6 +71771,11 @@ entities: - type: Transform pos: 43.5,58.5 parent: 12 + - uid: 571 + components: + - type: Transform + pos: -0.5,4.5 + parent: 12 - uid: 601 components: - type: Transform @@ -56107,6 +71796,16 @@ entities: - type: Transform pos: 43.5,57.5 parent: 12 + - uid: 647 + components: + - type: Transform + pos: 61.5,-3.5 + parent: 12 + - uid: 680 + components: + - type: Transform + pos: 61.5,-2.5 + parent: 12 - uid: 711 components: - type: Transform @@ -56142,11 +71841,6 @@ entities: - type: Transform pos: 50.5,61.5 parent: 12 - - uid: 1054 - components: - - type: Transform - pos: 50.5,63.5 - parent: 12 - uid: 1070 components: - type: Transform @@ -56567,11 +72261,6 @@ entities: - type: Transform pos: -24.5,-27.5 parent: 12 - - uid: 1612 - components: - - type: Transform - pos: -29.5,63.5 - parent: 12 - uid: 1622 components: - type: Transform @@ -56677,11 +72366,6 @@ entities: - type: Transform pos: 24.5,9.5 parent: 12 - - uid: 2165 - components: - - type: Transform - pos: -26.5,61.5 - parent: 12 - uid: 2177 components: - type: Transform @@ -56772,11 +72456,6 @@ entities: - type: Transform pos: 46.5,56.5 parent: 12 - - uid: 2327 - components: - - type: Transform - pos: -28.5,63.5 - parent: 12 - uid: 2360 components: - type: Transform @@ -56887,11 +72566,6 @@ entities: - type: Transform pos: 0.5,-40.5 parent: 12 - - uid: 2944 - components: - - type: Transform - pos: 59.5,-3.5 - parent: 12 - uid: 2946 components: - type: Transform @@ -56927,6 +72601,11 @@ entities: - type: Transform pos: 0.5,-37.5 parent: 12 + - uid: 3143 + components: + - type: Transform + pos: -38.5,61.5 + parent: 12 - uid: 3160 components: - type: Transform @@ -56957,16 +72636,6 @@ entities: - type: Transform pos: 10.5,-43.5 parent: 12 - - uid: 3199 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 12 - - uid: 3200 - components: - - type: Transform - pos: 3.5,-48.5 - parent: 12 - uid: 3201 components: - type: Transform @@ -57112,11 +72781,6 @@ entities: - type: Transform pos: -16.5,-42.5 parent: 12 - - uid: 3242 - components: - - type: Transform - pos: -15.5,-33.5 - parent: 12 - uid: 3243 components: - type: Transform @@ -57277,11 +72941,6 @@ entities: - type: Transform pos: -23.5,-2.5 parent: 12 - - uid: 3591 - components: - - type: Transform - pos: 52.5,63.5 - parent: 12 - uid: 3613 components: - type: Transform @@ -57302,6 +72961,11 @@ entities: - type: Transform pos: -1.5,-1.5 parent: 12 + - uid: 4012 + components: + - type: Transform + pos: 54.5,-0.5 + parent: 12 - uid: 4258 components: - type: Transform @@ -57352,6 +73016,36 @@ entities: - type: Transform pos: 55.5,5.5 parent: 12 + - uid: 4412 + components: + - type: Transform + pos: 54.5,-1.5 + parent: 12 + - uid: 4434 + components: + - type: Transform + pos: 55.5,-1.5 + parent: 12 + - uid: 4459 + components: + - type: Transform + pos: 56.5,-1.5 + parent: 12 + - uid: 4464 + components: + - type: Transform + pos: 57.5,-1.5 + parent: 12 + - uid: 4472 + components: + - type: Transform + pos: 54.5,1.5 + parent: 12 + - uid: 4473 + components: + - type: Transform + pos: 54.5,0.5 + parent: 12 - uid: 4602 components: - type: Transform @@ -57422,21 +73116,11 @@ entities: - type: Transform pos: 4.5,-16.5 parent: 12 - - uid: 4800 - components: - - type: Transform - pos: 40.5,0.5 - parent: 12 - uid: 4859 components: - type: Transform pos: 57.5,56.5 parent: 12 - - uid: 4910 - components: - - type: Transform - pos: 39.5,-1.5 - parent: 12 - uid: 4921 components: - type: Transform @@ -57457,11 +73141,6 @@ entities: - type: Transform pos: -11.5,-31.5 parent: 12 - - uid: 4969 - components: - - type: Transform - pos: 15.5,11.5 - parent: 12 - uid: 4977 components: - type: Transform @@ -57497,11 +73176,6 @@ entities: - type: Transform pos: 30.5,-9.5 parent: 12 - - uid: 5093 - components: - - type: Transform - pos: 40.5,4.5 - parent: 12 - uid: 5102 components: - type: Transform @@ -57767,6 +73441,11 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 12 + - uid: 5871 + components: + - type: Transform + pos: 75.5,11.5 + parent: 12 - uid: 5934 components: - type: Transform @@ -57852,6 +73531,11 @@ entities: - type: Transform pos: -60.5,30.5 parent: 12 + - uid: 6197 + components: + - type: Transform + pos: 38.5,1.5 + parent: 12 - uid: 6222 components: - type: Transform @@ -57872,6 +73556,31 @@ entities: - type: Transform pos: 32.5,16.5 parent: 12 + - uid: 6306 + components: + - type: Transform + pos: 54.5,62.5 + parent: 12 + - uid: 6307 + components: + - type: Transform + pos: 51.5,62.5 + parent: 12 + - uid: 6314 + components: + - type: Transform + pos: 53.5,62.5 + parent: 12 + - uid: 6317 + components: + - type: Transform + pos: 52.5,62.5 + parent: 12 + - uid: 6349 + components: + - type: Transform + pos: 37.5,0.5 + parent: 12 - uid: 6354 components: - type: Transform @@ -57897,21 +73606,31 @@ entities: - type: Transform pos: 28.5,-8.5 parent: 12 - - uid: 6756 + - uid: 6739 components: - type: Transform - pos: 63.5,-23.5 + pos: 61.5,9.5 parent: 12 - - uid: 6763 + - uid: 6756 components: - type: Transform - pos: -28.5,70.5 + pos: 63.5,-23.5 parent: 12 - uid: 6774 components: - type: Transform pos: 9.5,-21.5 parent: 12 + - uid: 6775 + components: + - type: Transform + pos: 61.5,8.5 + parent: 12 + - uid: 6777 + components: + - type: Transform + pos: -49.5,55.5 + parent: 12 - uid: 6891 components: - type: Transform @@ -57932,6 +73651,16 @@ entities: - type: Transform pos: 10.5,-39.5 parent: 12 + - uid: 7101 + components: + - type: Transform + pos: 61.5,7.5 + parent: 12 + - uid: 7114 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 12 - uid: 7124 components: - type: Transform @@ -57972,11 +73701,6 @@ entities: - type: Transform pos: 15.5,5.5 parent: 12 - - uid: 7276 - components: - - type: Transform - pos: 52.5,-0.5 - parent: 12 - uid: 7328 components: - type: Transform @@ -58617,11 +74341,6 @@ entities: - type: Transform pos: -36.5,-35.5 parent: 12 - - uid: 8297 - components: - - type: Transform - pos: 53.5,63.5 - parent: 12 - uid: 8805 components: - type: Transform @@ -58647,11 +74366,6 @@ entities: - type: Transform pos: 64.5,6.5 parent: 12 - - uid: 9069 - components: - - type: Transform - pos: 40.5,2.5 - parent: 12 - uid: 9070 components: - type: Transform @@ -58712,11 +74426,6 @@ entities: - type: Transform pos: -0.5,-11.5 parent: 12 - - uid: 9433 - components: - - type: Transform - pos: 40.5,3.5 - parent: 12 - uid: 9444 components: - type: Transform @@ -58727,6 +74436,11 @@ entities: - type: Transform pos: -39.5,66.5 parent: 12 + - uid: 9474 + components: + - type: Transform + pos: 75.5,-2.5 + parent: 12 - uid: 9480 components: - type: Transform @@ -58767,11 +74481,6 @@ entities: - type: Transform pos: 54.5,11.5 parent: 12 - - uid: 9503 - components: - - type: Transform - pos: 15.5,12.5 - parent: 12 - uid: 9505 components: - type: Transform @@ -58797,10 +74506,10 @@ entities: - type: Transform pos: -2.5,-13.5 parent: 12 - - uid: 9551 + - uid: 9584 components: - type: Transform - pos: 62.5,-0.5 + pos: 72.5,-2.5 parent: 12 - uid: 9615 components: @@ -58822,35 +74531,20 @@ entities: - type: Transform pos: 30.5,4.5 parent: 12 - - uid: 9655 - components: - - type: Transform - pos: 17.5,-21.5 - parent: 12 - - uid: 9671 - components: - - type: Transform - pos: 37.5,-1.5 - parent: 12 - - uid: 9711 - components: - - type: Transform - pos: 51.5,0.5 - parent: 12 - - uid: 9720 + - uid: 9644 components: - type: Transform - pos: 38.5,-1.5 + pos: -42.5,67.5 parent: 12 - - uid: 9820 + - uid: 9655 components: - type: Transform - pos: 40.5,-1.5 + pos: 17.5,-21.5 parent: 12 - - uid: 9840 + - uid: 9855 components: - type: Transform - pos: 38.5,4.5 + pos: 74.5,-2.5 parent: 12 - uid: 9866 components: @@ -59117,11 +74811,6 @@ entities: - type: Transform pos: -1.5,-33.5 parent: 12 - - uid: 10001 - components: - - type: Transform - pos: 39.5,4.5 - parent: 12 - uid: 10020 components: - type: Transform @@ -59157,11 +74846,6 @@ entities: - type: Transform pos: -0.5,-18.5 parent: 12 - - uid: 10144 - components: - - type: Transform - pos: 52.5,0.5 - parent: 12 - uid: 10196 components: - type: Transform @@ -59182,11 +74866,6 @@ entities: - type: Transform pos: -54.5,13.5 parent: 12 - - uid: 10305 - components: - - type: Transform - pos: 58.5,7.5 - parent: 12 - uid: 10307 components: - type: Transform @@ -59197,6 +74876,11 @@ entities: - type: Transform pos: -46.5,51.5 parent: 12 + - uid: 10323 + components: + - type: Transform + pos: 73.5,-2.5 + parent: 12 - uid: 10377 components: - type: Transform @@ -59377,11 +75061,6 @@ entities: - type: Transform pos: -6.5,30.5 parent: 12 - - uid: 10812 - components: - - type: Transform - pos: 40.5,1.5 - parent: 12 - uid: 10919 components: - type: Transform @@ -59417,20 +75096,15 @@ entities: - type: Transform pos: 30.5,5.5 parent: 12 - - uid: 10996 - components: - - type: Transform - pos: 40.5,-0.5 - parent: 12 - uid: 11034 components: - type: Transform pos: -47.5,15.5 parent: 12 - - uid: 11323 + - uid: 11226 components: - type: Transform - pos: 13.5,-16.5 + pos: 58.5,-0.5 parent: 12 - uid: 11331 components: @@ -59475,7 +75149,7 @@ entities: - uid: 11487 components: - type: Transform - pos: -52.5,59.5 + pos: -47.5,68.5 parent: 12 - uid: 11517 components: @@ -59502,11 +75176,26 @@ entities: - type: Transform pos: 31.5,15.5 parent: 12 + - uid: 12056 + components: + - type: Transform + pos: -0.5,5.5 + parent: 12 - uid: 12142 components: - type: Transform pos: 37.5,18.5 parent: 12 + - uid: 12237 + components: + - type: Transform + pos: 53.5,-0.5 + parent: 12 + - uid: 12238 + components: + - type: Transform + pos: 52.5,-0.5 + parent: 12 - uid: 12292 components: - type: Transform @@ -59772,11 +75461,6 @@ entities: - type: Transform pos: 50.5,25.5 parent: 12 - - uid: 12640 - components: - - type: Transform - pos: -52.5,58.5 - parent: 12 - uid: 12856 components: - type: Transform @@ -59802,11 +75486,6 @@ entities: - type: Transform pos: -34.5,61.5 parent: 12 - - uid: 13049 - components: - - type: Transform - pos: -32.5,61.5 - parent: 12 - uid: 13077 components: - type: Transform @@ -60877,11 +76556,6 @@ entities: - type: Transform pos: 33.5,50.5 parent: 12 - - uid: 15371 - components: - - type: Transform - pos: 51.5,63.5 - parent: 12 - uid: 15372 components: - type: Transform @@ -61457,10 +77131,10 @@ entities: - type: Transform pos: -0.5,3.5 parent: 12 - - uid: 16546 + - uid: 16586 components: - type: Transform - pos: 52.5,1.5 + pos: 16.5,11.5 parent: 12 - uid: 16644 components: @@ -62472,11 +78146,6 @@ entities: - type: Transform pos: -23.5,59.5 parent: 12 - - uid: 19514 - components: - - type: Transform - pos: -38.5,61.5 - parent: 12 - uid: 19515 components: - type: Transform @@ -62547,6 +78216,11 @@ entities: - type: Transform pos: -47.5,13.5 parent: 12 + - uid: 19816 + components: + - type: Transform + pos: 37.5,1.5 + parent: 12 - uid: 19817 components: - type: Transform @@ -62582,6 +78256,11 @@ entities: - type: Transform pos: -47.5,17.5 parent: 12 + - uid: 20097 + components: + - type: Transform + pos: -44.5,68.5 + parent: 12 - uid: 20343 components: - type: Transform @@ -63417,6 +79096,11 @@ entities: - type: Transform pos: -44.5,60.5 parent: 12 + - uid: 20521 + components: + - type: Transform + pos: -43.5,68.5 + parent: 12 - uid: 20524 components: - type: Transform @@ -63472,11 +79156,6 @@ entities: - type: Transform pos: -48.5,55.5 parent: 12 - - uid: 20539 - components: - - type: Transform - pos: -49.5,56.5 - parent: 12 - uid: 20544 components: - type: Transform @@ -63772,11 +79451,6 @@ entities: - type: Transform pos: -11.5,46.5 parent: 12 - - uid: 21250 - components: - - type: Transform - pos: -33.5,61.5 - parent: 12 - uid: 21552 components: - type: Transform @@ -63917,25 +79591,15 @@ entities: - type: Transform pos: 39.5,18.5 parent: 12 - - uid: 22330 - components: - - type: Transform - pos: -53.5,57.5 - parent: 12 - - uid: 22338 - components: - - type: Transform - pos: -53.5,56.5 - parent: 12 - uid: 22524 components: - type: Transform pos: -2.5,34.5 parent: 12 - - uid: 23122 + - uid: 22709 components: - type: Transform - pos: -53.5,58.5 + pos: 76.5,11.5 parent: 12 - uid: 23123 components: @@ -63947,20 +79611,10 @@ entities: - type: Transform pos: 16.5,-16.5 parent: 12 - - uid: 23713 - components: - - type: Transform - pos: -55.5,61.5 - parent: 12 - - uid: 23715 - components: - - type: Transform - pos: -57.5,61.5 - parent: 12 - - uid: 23716 + - uid: 23884 components: - type: Transform - pos: -56.5,61.5 + pos: -50.5,55.5 parent: 12 - uid: 24661 components: @@ -64412,6 +80066,11 @@ entities: - type: Transform pos: -10.5,51.5 parent: 12 + - uid: 24986 + components: + - type: Transform + pos: 72.5,11.5 + parent: 12 - uid: 25062 components: - type: Transform @@ -64667,11 +80326,6 @@ entities: - type: Transform pos: 36.5,11.5 parent: 12 - - uid: 25537 - components: - - type: Transform - pos: 58.5,-0.5 - parent: 12 - uid: 25539 components: - type: Transform @@ -64702,6 +80356,16 @@ entities: - type: Transform pos: 33.5,12.5 parent: 12 + - uid: 25550 + components: + - type: Transform + pos: 74.5,11.5 + parent: 12 + - uid: 25560 + components: + - type: Transform + pos: 71.5,-2.5 + parent: 12 - uid: 25633 components: - type: Transform @@ -64977,6 +80641,11 @@ entities: - type: Transform pos: 58.5,4.5 parent: 12 + - uid: 26531 + components: + - type: Transform + pos: 16.5,10.5 + parent: 12 - uid: 26545 components: - type: Transform @@ -65062,21 +80731,6 @@ entities: - type: Transform pos: 59.5,4.5 parent: 12 - - uid: 26752 - components: - - type: Transform - pos: -26.5,68.5 - parent: 12 - - uid: 26754 - components: - - type: Transform - pos: -26.5,70.5 - parent: 12 - - uid: 26755 - components: - - type: Transform - pos: -26.5,69.5 - parent: 12 - uid: 26761 components: - type: Transform @@ -65107,16 +80761,6 @@ entities: - type: Transform pos: 63.5,2.5 parent: 12 - - uid: 26810 - components: - - type: Transform - pos: -26.5,71.5 - parent: 12 - - uid: 26831 - components: - - type: Transform - pos: 52.5,2.5 - parent: 12 - uid: 26844 components: - type: Transform @@ -65137,35 +80781,35 @@ entities: - type: Transform pos: 54.5,2.5 parent: 12 - - uid: 26848 + - uid: 26871 components: - type: Transform - pos: 53.5,2.5 + pos: 39.5,1.5 parent: 12 - - uid: 26900 + - uid: 26872 components: - type: Transform - pos: 55.5,2.5 + pos: 40.5,1.5 parent: 12 - - uid: 27019 + - uid: 26884 components: - type: Transform - pos: 54.5,-0.5 + pos: 62.5,9.5 parent: 12 - - uid: 27113 + - uid: 26885 components: - type: Transform - pos: 51.5,-0.5 + pos: 57.5,6.5 parent: 12 - - uid: 27114 + - uid: 27091 components: - type: Transform - pos: 54.5,13.5 + pos: 38.5,0.5 parent: 12 - - uid: 27115 + - uid: 27114 components: - type: Transform - pos: 53.5,-0.5 + pos: 54.5,13.5 parent: 12 - uid: 27253 components: @@ -65177,11 +80821,6 @@ entities: - type: Transform pos: -33.5,-35.5 parent: 12 - - uid: 27325 - components: - - type: Transform - pos: 54.5,0.5 - parent: 12 - uid: 27358 components: - type: Transform @@ -65577,6 +81216,16 @@ entities: - type: Transform pos: -38.5,-48.5 parent: 12 + - uid: 27913 + components: + - type: Transform + pos: -25.5,67.5 + parent: 12 + - uid: 28165 + components: + - type: Transform + pos: -45.5,68.5 + parent: 12 - uid: 28220 components: - type: Transform @@ -65587,6 +81236,11 @@ entities: - type: Transform pos: 54.5,7.5 parent: 12 + - uid: 28424 + components: + - type: Transform + pos: -25.5,68.5 + parent: 12 - uid: 28432 components: - type: Transform @@ -65642,15 +81296,35 @@ entities: - type: Transform pos: -9.5,-16.5 parent: 12 + - uid: 28503 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 28523 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 28531 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 28655 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 - uid: 28783 components: - type: Transform pos: 5.5,-47.5 parent: 12 - - uid: 28888 + - uid: 28979 components: - type: Transform - pos: 54.5,1.5 + pos: -46.5,68.5 parent: 12 - uid: 28986 components: @@ -65767,20 +81441,35 @@ entities: - type: Transform pos: 37.5,-0.5 parent: 12 + - uid: 29206 + components: + - type: Transform + pos: -26.5,62.5 + parent: 12 - uid: 29217 components: - type: Transform pos: -26.5,67.5 parent: 12 - - uid: 29323 + - uid: 29221 components: - type: Transform - pos: 45.5,5.5 + pos: -25.5,69.5 parent: 12 - - uid: 29324 + - uid: 29252 components: - type: Transform - pos: 45.5,4.5 + pos: -27.5,62.5 + parent: 12 + - uid: 29253 + components: + - type: Transform + pos: -25.5,62.5 + parent: 12 + - uid: 29280 + components: + - type: Transform + pos: -25.5,70.5 parent: 12 - uid: 29325 components: @@ -65842,85 +81531,110 @@ entities: - type: Transform pos: -44.5,65.5 parent: 12 - - uid: 29454 + - uid: 29421 components: - type: Transform - pos: -46.5,67.5 + pos: -47.5,67.5 + parent: 12 + - uid: 29424 + components: + - type: Transform + pos: -43.5,67.5 + parent: 12 + - uid: 29434 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 12 + - uid: 29435 + components: + - type: Transform + pos: 5.5,-54.5 + parent: 12 + - uid: 29436 + components: + - type: Transform + pos: 6.5,-54.5 + parent: 12 + - uid: 29437 + components: + - type: Transform + pos: 7.5,-54.5 parent: 12 - uid: 29466 components: - type: Transform pos: -50.5,62.5 parent: 12 - - uid: 29467 + - uid: 29513 components: - type: Transform - pos: -52.5,62.5 + pos: -25.5,72.5 parent: 12 - - uid: 29468 + - uid: 29514 components: - type: Transform - pos: -53.5,62.5 + pos: -22.5,72.5 parent: 12 - - uid: 29469 + - uid: 29515 components: - type: Transform - pos: -51.5,62.5 + pos: -21.5,72.5 parent: 12 - - uid: 29470 + - uid: 29516 components: - type: Transform - pos: -53.5,63.5 + pos: -23.5,72.5 parent: 12 - - uid: 29471 + - uid: 29518 components: - type: Transform - pos: -53.5,64.5 + pos: -21.5,71.5 parent: 12 - - uid: 29472 + - uid: 29519 components: - type: Transform - pos: -53.5,65.5 + pos: -21.5,70.5 parent: 12 - - uid: 29510 + - uid: 29520 components: - type: Transform - pos: -25.5,75.5 + pos: -21.5,69.5 parent: 12 - - uid: 29511 + - uid: 29521 components: - type: Transform - pos: -25.5,74.5 + pos: -21.5,68.5 parent: 12 - - uid: 29512 + - uid: 29522 components: - type: Transform - pos: -25.5,73.5 + pos: -21.5,67.5 parent: 12 - - uid: 29513 + - uid: 29523 components: - type: Transform - pos: -25.5,72.5 + pos: -21.5,66.5 parent: 12 - - uid: 29514 + - uid: 29524 components: - type: Transform - pos: -22.5,72.5 + pos: -21.5,65.5 parent: 12 - - uid: 29515 + - uid: 29525 components: - type: Transform - pos: -21.5,72.5 + pos: -22.5,65.5 parent: 12 - - uid: 29516 + - uid: 29526 components: - type: Transform - pos: -23.5,72.5 + pos: -23.5,65.5 parent: 12 - - uid: 29518 + - uid: 29527 components: - type: Transform - pos: -21.5,71.5 + pos: -23.5,64.5 parent: 12 - uid: 29528 components: @@ -66117,15 +81831,10 @@ entities: - type: Transform pos: -50.5,64.5 parent: 12 - - uid: 29646 - components: - - type: Transform - pos: -29.5,70.5 - parent: 12 - - uid: 29647 + - uid: 29626 components: - type: Transform - pos: -27.5,70.5 + pos: 58.5,-4.5 parent: 12 - uid: 29699 components: @@ -66162,31 +81871,11 @@ entities: - type: Transform pos: 26.5,-21.5 parent: 12 - - uid: 29822 - components: - - type: Transform - pos: -53.5,61.5 - parent: 12 - uid: 29823 components: - type: Transform pos: 26.5,-22.5 parent: 12 - - uid: 29824 - components: - - type: Transform - pos: -54.5,61.5 - parent: 12 - - uid: 29826 - components: - - type: Transform - pos: -52.5,60.5 - parent: 12 - - uid: 29827 - components: - - type: Transform - pos: -53.5,60.5 - parent: 12 - uid: 29840 components: - type: Transform @@ -66327,25 +82016,45 @@ entities: - type: Transform pos: -11.5,-36.5 parent: 12 - - uid: 29990 + - uid: 30133 components: - type: Transform - pos: -25.5,70.5 + pos: 66.5,11.5 parent: 12 - - uid: 29991 + - uid: 30179 components: - type: Transform - pos: -29.5,62.5 + pos: 67.5,11.5 parent: 12 - - uid: 29995 + - uid: 30246 components: - type: Transform - pos: -29.5,61.5 + pos: -2.5,-2.5 parent: 12 - - uid: 30246 + - uid: 30325 components: - type: Transform - pos: -2.5,-2.5 + pos: 73.5,11.5 + parent: 12 + - uid: 30327 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 30328 + components: + - type: Transform + pos: 69.5,-2.5 + parent: 12 + - uid: 30329 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 30330 + components: + - type: Transform + pos: 67.5,-2.5 parent: 12 - uid: 30408 components: @@ -66397,6 +82106,11 @@ entities: - type: Transform pos: -16.5,72.5 parent: 12 + - uid: 30433 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 - uid: 30498 components: - type: Transform @@ -66517,11 +82231,6 @@ entities: - type: Transform pos: -33.5,-57.5 parent: 12 - - uid: 31023 - components: - - type: Transform - pos: -61.5,-53.5 - parent: 12 - uid: 31295 components: - type: Transform @@ -66622,6 +82331,56 @@ entities: - type: Transform pos: -5.5,-65.5 parent: 12 + - uid: 31564 + components: + - type: Transform + pos: 51.5,-0.5 + parent: 12 + - uid: 31620 + components: + - type: Transform + pos: 50.5,-0.5 + parent: 12 + - uid: 31621 + components: + - type: Transform + pos: 49.5,-0.5 + parent: 12 + - uid: 31622 + components: + - type: Transform + pos: 48.5,-0.5 + parent: 12 + - uid: 31625 + components: + - type: Transform + pos: 47.5,-0.5 + parent: 12 + - uid: 31626 + components: + - type: Transform + pos: 46.5,-0.5 + parent: 12 + - uid: 31627 + components: + - type: Transform + pos: 45.5,-0.5 + parent: 12 + - uid: 31645 + components: + - type: Transform + pos: 45.5,0.5 + parent: 12 + - uid: 31646 + components: + - type: Transform + pos: 45.5,1.5 + parent: 12 + - uid: 31647 + components: + - type: Transform + pos: 45.5,2.5 + parent: 12 - uid: 31771 components: - type: Transform @@ -66702,31 +82461,6 @@ entities: - type: Transform pos: 49.5,54.5 parent: 12 - - uid: 32160 - components: - - type: Transform - pos: -62.5,-55.5 - parent: 12 - - uid: 32161 - components: - - type: Transform - pos: -61.5,-55.5 - parent: 12 - - uid: 32162 - components: - - type: Transform - pos: -61.5,-54.5 - parent: 12 - - uid: 32165 - components: - - type: Transform - pos: -62.5,-53.5 - parent: 12 - - uid: 32166 - components: - - type: Transform - pos: -63.5,-53.5 - parent: 12 - proto: CableMVStack entities: - uid: 5999 @@ -66760,12 +82494,6 @@ entities: parent: 12 - proto: CableTerminal entities: - - uid: 67 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-67.5 - parent: 12 - uid: 280 components: - type: Transform @@ -66788,17 +82516,29 @@ entities: - type: Transform pos: 12.5,-16.5 parent: 12 - - uid: 7766 + - uid: 7946 components: - type: Transform rot: 1.5707963267948966 rad - pos: 61.5,0.5 + pos: 49.5,-44.5 parent: 12 - - uid: 7946 + - uid: 10305 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,-44.5 + rot: 3.141592653589793 rad + pos: 13.5,-15.5 + parent: 12 + - uid: 10561 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 12.5,-15.5 + parent: 12 + - uid: 10605 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 14.5,-15.5 parent: 12 - uid: 14271 components: @@ -66816,6 +82556,17 @@ entities: - type: Transform pos: 38.5,-5.5 parent: 12 + - uid: 26535 + components: + - type: Transform + pos: 62.5,-2.5 + parent: 12 + - uid: 27220 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-67.5 + parent: 12 - uid: 27377 components: - type: Transform @@ -66833,19 +82584,38 @@ entities: rot: 3.141592653589793 rad pos: -53.5,-47.5 parent: 12 + - uid: 31867 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 15.5,-15.5 + parent: 12 + - uid: 31869 + components: + - type: Transform + pos: 15.5,-16.5 + parent: 12 - proto: CameraBug entities: - - uid: 26011 + - uid: 11978 components: - type: Transform - pos: -52.521545,64.62482 - parent: 12 + parent: 4400 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 32198 + components: + - type: Transform + parent: 32197 + - type: Physics + canCollide: False - proto: Candle entities: - uid: 13090 components: - type: Transform - pos: 56.215126,38.011414 + pos: 56.275406,37.942432 parent: 12 - uid: 13095 components: @@ -66865,7 +82635,7 @@ entities: - uid: 13252 components: - type: Transform - pos: 56.166515,36.49058 + pos: 56.26499,37.33827 parent: 12 - uid: 13254 components: @@ -66998,20 +82768,15 @@ entities: - type: Transform pos: 10.5,12.5 parent: 12 - - uid: 707 - components: - - type: Transform - pos: -52.5,-32.5 - parent: 12 - - uid: 708 + - uid: 5635 components: - type: Transform - pos: -51.5,-32.5 + pos: 24.5,-4.5 parent: 12 - - uid: 5635 + - uid: 14954 components: - type: Transform - pos: 24.5,-4.5 + pos: -52.5,-29.5 parent: 12 - uid: 26628 components: @@ -67020,308 +82785,285 @@ entities: parent: 12 - proto: CargoPalletBuy entities: - - uid: 1981 + - uid: 32244 components: - type: Transform - pos: 48.5,-19.5 + rot: 3.141592653589793 rad + pos: 63.5,-21.5 parent: 12 - - uid: 27382 + - uid: 32245 components: - type: Transform - pos: 46.5,-19.5 + rot: 3.141592653589793 rad + pos: 63.5,-20.5 parent: 12 - - uid: 27383 + - uid: 32246 components: - type: Transform - pos: 47.5,-20.5 + rot: 3.141592653589793 rad + pos: 62.5,-21.5 parent: 12 - - uid: 27514 + - uid: 32247 components: - type: Transform - pos: 47.5,-19.5 + rot: 3.141592653589793 rad + pos: 62.5,-20.5 parent: 12 - - uid: 27661 + - uid: 32248 components: - type: Transform - pos: 48.5,-20.5 + rot: 3.141592653589793 rad + pos: 61.5,-21.5 parent: 12 - - uid: 27736 + - uid: 32249 components: - type: Transform - pos: 46.5,-20.5 + rot: 3.141592653589793 rad + pos: 61.5,-20.5 parent: 12 -- proto: CargoPalletSell - entities: - - uid: 27840 + - uid: 32250 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-21.5 + rot: 3.141592653589793 rad + pos: 60.5,-21.5 parent: 12 - - uid: 27841 + - uid: 32251 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-21.5 + rot: 3.141592653589793 rad + pos: 60.5,-20.5 parent: 12 - - uid: 27912 +- proto: CargoPalletSell + entities: + - uid: 22359 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-20.5 + pos: 55.5,-18.5 parent: 12 - - uid: 27913 + - uid: 32253 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-21.5 + pos: 55.5,-19.5 parent: 12 - - uid: 27924 + - uid: 32254 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-20.5 + pos: 54.5,-18.5 parent: 12 - - uid: 27949 + - uid: 32255 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-21.5 + pos: 54.5,-19.5 parent: 12 - - uid: 27972 + - uid: 32256 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 60.5,-20.5 + pos: 56.5,-18.5 parent: 12 - - uid: 27973 + - uid: 32257 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-20.5 + pos: 56.5,-19.5 parent: 12 -- proto: Carpet +- proto: CargoShuttleConsoleCircuitboard entities: - - uid: 2376 + - uid: 32266 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-24.5 + pos: 80.538925,-27.906172 parent: 12 - - uid: 2377 +- proto: Carpet + entities: + - uid: 2274 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-23.5 + pos: 55.5,31.5 parent: 12 - - uid: 2378 + - uid: 2276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-22.5 + pos: 54.5,31.5 parent: 12 - - uid: 2379 + - uid: 2340 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-21.5 + pos: 53.5,29.5 parent: 12 - - uid: 2380 + - uid: 2897 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-20.5 + pos: 54.5,28.5 parent: 12 - - uid: 2381 + - uid: 4023 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-19.5 + rot: 1.5707963267948966 rad + pos: -22.5,-35.5 parent: 12 - - uid: 2382 + - uid: 4024 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-24.5 + rot: 1.5707963267948966 rad + pos: -22.5,-34.5 parent: 12 - - uid: 2383 + - uid: 4025 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-23.5 + rot: 1.5707963267948966 rad + pos: -21.5,-35.5 parent: 12 - - uid: 2384 + - uid: 4026 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-22.5 + rot: 1.5707963267948966 rad + pos: -21.5,-34.5 parent: 12 - - uid: 2385 + - uid: 4027 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-21.5 + rot: 1.5707963267948966 rad + pos: -20.5,-35.5 parent: 12 - - uid: 2386 + - uid: 4028 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-20.5 + rot: 1.5707963267948966 rad + pos: -20.5,-34.5 parent: 12 - - uid: 2387 + - uid: 4029 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-19.5 + rot: 1.5707963267948966 rad + pos: -19.5,-35.5 parent: 12 - - uid: 2388 + - uid: 4030 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-24.5 + rot: 1.5707963267948966 rad + pos: -19.5,-34.5 parent: 12 - - uid: 2389 + - uid: 4047 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-23.5 + rot: 3.141592653589793 rad + pos: 22.5,28.5 parent: 12 - - uid: 2390 + - uid: 4726 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-22.5 + pos: 23.5,48.5 parent: 12 - - uid: 2391 + - uid: 4890 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,-21.5 + pos: 53.5,27.5 parent: 12 - - uid: 2392 + - uid: 5385 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,-20.5 + pos: 53.5,28.5 parent: 12 - - uid: 2393 + - uid: 5411 components: - type: Transform rot: -1.5707963267948966 rad - pos: -37.5,-19.5 + pos: 55.5,30.5 parent: 12 - - uid: 2394 + - uid: 6288 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-24.5 + pos: 56.5,29.5 parent: 12 - - uid: 2395 + - uid: 6747 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-23.5 + pos: 55.5,27.5 parent: 12 - - uid: 2396 + - uid: 7338 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-22.5 + pos: 53.5,30.5 parent: 12 - - uid: 2397 + - uid: 7584 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-21.5 + pos: 53.5,31.5 parent: 12 - - uid: 2398 + - uid: 7620 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-20.5 + pos: 56.5,31.5 parent: 12 - - uid: 2399 + - uid: 10613 components: - type: Transform rot: -1.5707963267948966 rad - pos: -36.5,-19.5 - parent: 12 - - uid: 4023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-35.5 - parent: 12 - - uid: 4024 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,-34.5 - parent: 12 - - uid: 4025 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-35.5 - parent: 12 - - uid: 4026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -21.5,-34.5 + pos: -20.5,-0.5 parent: 12 - - uid: 4027 + - uid: 10615 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-35.5 + rot: -1.5707963267948966 rad + pos: -22.5,-0.5 parent: 12 - - uid: 4028 + - uid: 10621 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,-34.5 + rot: -1.5707963267948966 rad + pos: -21.5,-0.5 parent: 12 - - uid: 4029 + - uid: 12401 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-35.5 + rot: -1.5707963267948966 rad + pos: 54.5,29.5 parent: 12 - - uid: 4030 + - uid: 12402 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-34.5 + rot: -1.5707963267948966 rad + pos: 55.5,28.5 parent: 12 - - uid: 4047 + - uid: 12403 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,28.5 + rot: -1.5707963267948966 rad + pos: 55.5,29.5 parent: 12 - - uid: 4726 + - uid: 12404 components: - type: Transform - pos: 23.5,48.5 + rot: -1.5707963267948966 rad + pos: 56.5,27.5 parent: 12 - - uid: 10613 + - uid: 12405 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,-0.5 + pos: 54.5,27.5 parent: 12 - - uid: 10615 + - uid: 12406 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,-0.5 + pos: 54.5,30.5 parent: 12 - - uid: 10621 + - uid: 12407 components: - type: Transform rot: -1.5707963267948966 rad - pos: -21.5,-0.5 + pos: 56.5,30.5 parent: 12 - uid: 12727 components: @@ -67383,6 +83125,12 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,36.5 parent: 12 + - uid: 13145 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,28.5 + parent: 12 - uid: 13178 components: - type: Transform @@ -68101,32 +83849,6 @@ entities: rot: 3.141592653589793 rad pos: -6.5,0.5 parent: 12 -- proto: CarpetBlack - entities: - - uid: 30180 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,29.5 - parent: 12 - - uid: 30181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,30.5 - parent: 12 - - uid: 30184 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,29.5 - parent: 12 - - uid: 30185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,30.5 - parent: 12 - proto: CarpetBlue entities: - uid: 18961 @@ -68327,6 +84049,50 @@ entities: - type: Transform pos: -3.5,64.5 parent: 12 + - uid: 32168 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,42.5 + parent: 12 + - uid: 32169 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,43.5 + parent: 12 + - uid: 32170 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,43.5 + parent: 12 + - uid: 32171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -52.5,42.5 + parent: 12 + - uid: 32181 + components: + - type: Transform + pos: -51.5,43.5 + parent: 12 + - uid: 32182 + components: + - type: Transform + pos: -54.5,42.5 + parent: 12 + - uid: 32183 + components: + - type: Transform + pos: -51.5,42.5 + parent: 12 + - uid: 32184 + components: + - type: Transform + pos: -54.5,43.5 + parent: 12 - proto: CarpetChapel entities: - uid: 3024 @@ -68734,126 +84500,6 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,32.5 parent: 12 - - uid: 13145 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,31.5 - parent: 12 - - uid: 13146 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,30.5 - parent: 12 - - uid: 13147 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,29.5 - parent: 12 - - uid: 13148 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,28.5 - parent: 12 - - uid: 13149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,27.5 - parent: 12 - - uid: 13150 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,28.5 - parent: 12 - - uid: 13151 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,29.5 - parent: 12 - - uid: 13152 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,27.5 - parent: 12 - - uid: 13153 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,31.5 - parent: 12 - - uid: 13154 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,30.5 - parent: 12 - - uid: 13155 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,31.5 - parent: 12 - - uid: 13156 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,29.5 - parent: 12 - - uid: 13157 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,30.5 - parent: 12 - - uid: 13158 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,31.5 - parent: 12 - - uid: 13159 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,30.5 - parent: 12 - - uid: 13160 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,29.5 - parent: 12 - - uid: 13161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,28.5 - parent: 12 - - uid: 13162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,27.5 - parent: 12 - - uid: 13163 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,27.5 - parent: 12 - - uid: 13164 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,28.5 - parent: 12 - uid: 13170 components: - type: Transform @@ -69164,42 +84810,6 @@ entities: parent: 12 - proto: CarpetOrange entities: - - uid: 2400 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-24.5 - parent: 12 - - uid: 2401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-23.5 - parent: 12 - - uid: 2402 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-22.5 - parent: 12 - - uid: 2403 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-23.5 - parent: 12 - - uid: 2404 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-22.5 - parent: 12 - - uid: 2405 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-21.5 - parent: 12 - uid: 12116 components: - type: Transform @@ -69550,149 +85160,137 @@ entities: parent: 12 - proto: CarpetPurple entities: - - uid: 2406 + - uid: 2395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-24.5 + rot: 1.5707963267948966 rad + pos: -38.5,-19.5 parent: 12 - - uid: 2407 + - uid: 2396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-24.5 + rot: 1.5707963267948966 rad + pos: -39.5,-19.5 parent: 12 - - uid: 2408 + - uid: 2983 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-24.5 + rot: 1.5707963267948966 rad + pos: -38.5,-23.5 parent: 12 - - uid: 2409 + - uid: 3242 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-24.5 + rot: 1.5707963267948966 rad + pos: -38.5,-20.5 parent: 12 - - uid: 2410 + - uid: 3591 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-23.5 + rot: 1.5707963267948966 rad + pos: -37.5,-24.5 parent: 12 - - uid: 2411 + - uid: 4105 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-22.5 + rot: 1.5707963267948966 rad + pos: -37.5,-22.5 parent: 12 - - uid: 2412 + - uid: 4107 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-21.5 + rot: 1.5707963267948966 rad + pos: -36.5,-21.5 parent: 12 - - uid: 2413 + - uid: 4108 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-20.5 + rot: 1.5707963267948966 rad + pos: -36.5,-22.5 parent: 12 - - uid: 2414 + - uid: 4110 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-19.5 + rot: 1.5707963267948966 rad + pos: -39.5,-23.5 parent: 12 - - uid: 2415 + - uid: 4111 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-19.5 + rot: 1.5707963267948966 rad + pos: -36.5,-19.5 parent: 12 - - uid: 2416 + - uid: 4787 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -37.5,-19.5 parent: 12 - - uid: 2417 + - uid: 4910 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-19.5 + rot: 1.5707963267948966 rad + pos: -39.5,-21.5 parent: 12 - - uid: 2418 + - uid: 4915 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -36.5,-20.5 parent: 12 - - uid: 2419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-21.5 - parent: 12 - - uid: 2420 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-22.5 - parent: 12 - - uid: 2421 + - uid: 4957 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-23.5 + rot: 1.5707963267948966 rad + pos: -37.5,-23.5 parent: 12 - - uid: 2422 + - uid: 4967 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-23.5 + rot: 1.5707963267948966 rad + pos: -37.5,-20.5 parent: 12 - - uid: 2423 + - uid: 5078 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-22.5 + rot: 1.5707963267948966 rad + pos: -38.5,-22.5 parent: 12 - - uid: 2424 + - uid: 5093 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-21.5 + rot: 1.5707963267948966 rad + pos: -38.5,-24.5 parent: 12 - - uid: 2425 + - uid: 5150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-20.5 + rot: 1.5707963267948966 rad + pos: -39.5,-24.5 parent: 12 - - uid: 2426 + - uid: 5314 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-23.5 + rot: 1.5707963267948966 rad + pos: -36.5,-23.5 parent: 12 - - uid: 2427 + - uid: 5371 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-22.5 + rot: 1.5707963267948966 rad + pos: -39.5,-22.5 parent: 12 - - uid: 2428 + - uid: 5401 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-21.5 + rot: 1.5707963267948966 rad + pos: -36.5,-24.5 parent: 12 - - uid: 2429 + - uid: 5430 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-20.5 + rot: 1.5707963267948966 rad + pos: -39.5,-20.5 parent: 12 - uid: 17127 components: @@ -69712,6 +85310,18 @@ entities: rot: 3.141592653589793 rad pos: 5.5,53.5 parent: 12 + - uid: 26973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-21.5 + parent: 12 + - uid: 26999 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-21.5 + parent: 12 - proto: CarpetSBlue entities: - uid: 17124 @@ -69732,6 +85342,28 @@ entities: rot: 3.141592653589793 rad pos: 5.5,49.5 parent: 12 +- proto: CartridgeMagnumPractice + entities: + - uid: 32312 + components: + - type: Transform + pos: 30.235495,30.223713 + parent: 12 + - uid: 32313 + components: + - type: Transform + pos: 30.409105,30.147326 + parent: 12 + - uid: 32314 + components: + - type: Transform + pos: 30.256327,30.09177 + parent: 12 + - uid: 32315 + components: + - type: Transform + pos: 30.346605,29.980658 + parent: 12 - proto: Catwalk entities: - uid: 78 @@ -69826,6 +85458,12 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,25.5 parent: 12 + - uid: 2090 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 42.5,-41.5 + parent: 12 - uid: 2185 components: - type: Transform @@ -69843,6 +85481,24 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-36.5 parent: 12 + - uid: 2390 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,-18.5 + parent: 12 + - uid: 2391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-17.5 + parent: 12 + - uid: 2393 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,-18.5 + parent: 12 - uid: 2463 components: - type: Transform @@ -69859,6 +85515,11 @@ entities: - type: Transform pos: 87.5,-34.5 parent: 12 + - uid: 2670 + components: + - type: Transform + pos: -50.5,-16.5 + parent: 12 - uid: 2675 components: - type: Transform @@ -70178,6 +85839,11 @@ entities: - type: Transform pos: 54.5,10.5 parent: 12 + - uid: 4477 + components: + - type: Transform + pos: -46.5,44.5 + parent: 12 - uid: 4593 components: - type: Transform @@ -70282,12 +85948,6 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,22.5 parent: 12 - - uid: 5023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,3.5 - parent: 12 - uid: 5041 components: - type: Transform @@ -70300,12 +85960,6 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-17.5 parent: 12 - - uid: 5097 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,1.5 - parent: 12 - uid: 5105 components: - type: Transform @@ -70330,6 +85984,12 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-12.5 parent: 12 + - uid: 5273 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-15.5 + parent: 12 - uid: 5319 components: - type: Transform @@ -70476,6 +86136,18 @@ entities: - type: Transform pos: 9.5,-34.5 parent: 12 + - uid: 6253 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-35.5 + parent: 12 + - uid: 6289 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 43.5,-36.5 + parent: 12 - uid: 6498 components: - type: Transform @@ -70974,6 +86646,17 @@ entities: rot: -1.5707963267948966 rad pos: 72.5,-58.5 parent: 12 + - uid: 6758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-18.5 + parent: 12 + - uid: 6773 + components: + - type: Transform + pos: 15.5,-15.5 + parent: 12 - uid: 7112 components: - type: Transform @@ -71038,6 +86721,18 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-0.5 parent: 12 + - uid: 7276 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,-16.5 + parent: 12 + - uid: 7482 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -53.5,-18.5 + parent: 12 - uid: 7621 components: - type: Transform @@ -71534,6 +87229,12 @@ entities: - type: Transform pos: 65.5,10.5 parent: 12 + - uid: 8928 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-16.5 + parent: 12 - uid: 8937 components: - type: Transform @@ -71562,12 +87263,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,10.5 parent: 12 - - uid: 9474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,68.5 - parent: 12 - uid: 9528 components: - type: Transform @@ -71668,6 +87363,11 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,31.5 parent: 12 + - uid: 10820 + components: + - type: Transform + pos: -57.5,-47.5 + parent: 12 - uid: 10835 components: - type: Transform @@ -71730,6 +87430,18 @@ entities: - type: Transform pos: 20.5,11.5 parent: 12 + - uid: 10954 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-63.5 + parent: 12 + - uid: 10955 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-67.5 + parent: 12 - uid: 10967 components: - type: Transform @@ -71741,6 +87453,12 @@ entities: rot: -1.5707963267948966 rad pos: -1.5,16.5 parent: 12 + - uid: 11030 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-67.5 + parent: 12 - uid: 11049 components: - type: Transform @@ -71808,6 +87526,42 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,68.5 parent: 12 + - uid: 11277 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-67.5 + parent: 12 + - uid: 11278 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -24.5,-67.5 + parent: 12 + - uid: 11297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-67.5 + parent: 12 + - uid: 11299 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,-67.5 + parent: 12 + - uid: 11300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-63.5 + parent: 12 + - uid: 11301 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-67.5 + parent: 12 - uid: 11303 components: - type: Transform @@ -71839,6 +87593,12 @@ entities: - type: Transform pos: 30.5,8.5 parent: 12 + - uid: 11389 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-65.5 + parent: 12 - uid: 11392 components: - type: Transform @@ -71950,6 +87710,12 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,29.5 parent: 12 + - uid: 14175 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-16.5 + parent: 12 - uid: 14294 components: - type: Transform @@ -72220,18 +87986,12 @@ entities: - type: Transform pos: 51.5,76.5 parent: 12 - - uid: 15115 + - uid: 15007 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: 6.5,-16.5 parent: 12 - - uid: 15654 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-64.5 - parent: 12 - uid: 15678 components: - type: Transform @@ -72272,12 +88032,6 @@ entities: - type: Transform pos: -5.5,33.5 parent: 12 - - uid: 15696 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,73.5 - parent: 12 - uid: 16370 components: - type: Transform @@ -72313,6 +88067,12 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,6.5 parent: 12 + - uid: 16870 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 12 - uid: 17226 components: - type: Transform @@ -72562,11 +88322,11 @@ entities: - type: Transform pos: -67.5,53.5 parent: 12 - - uid: 18626 + - uid: 19278 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-63.5 + rot: -1.5707963267948966 rad + pos: 13.5,-15.5 parent: 12 - uid: 19559 components: @@ -72924,12 +88684,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-41.5 parent: 12 - - uid: 22110 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,0.5 - parent: 12 - uid: 22170 components: - type: Transform @@ -72978,6 +88732,11 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-0.5 parent: 12 + - uid: 22182 + components: + - type: Transform + pos: 54.5,66.5 + parent: 12 - uid: 22286 components: - type: Transform @@ -73034,53 +88793,21 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-52.5 parent: 12 - - uid: 24144 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 21.5,17.5 - parent: 12 - - uid: 24219 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-34.5 - parent: 12 - - uid: 24240 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-35.5 - parent: 12 - - uid: 24241 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-35.5 - parent: 12 - - uid: 24242 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-35.5 - parent: 12 - - uid: 24243 + - uid: 23704 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,-29.5 + pos: -42.5,67.5 parent: 12 - - uid: 24284 + - uid: 23722 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,-29.5 + pos: -43.5,67.5 parent: 12 - - uid: 24285 + - uid: 24144 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-34.5 + rot: 3.141592653589793 rad + pos: 21.5,17.5 parent: 12 - uid: 24438 components: @@ -73698,11 +89425,6 @@ entities: - type: Transform pos: -46.5,45.5 parent: 12 - - uid: 24673 - components: - - type: Transform - pos: -46.5,44.5 - parent: 12 - uid: 24674 components: - type: Transform @@ -73765,11 +89487,6 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,46.5 parent: 12 - - uid: 25555 - components: - - type: Transform - pos: 51.5,68.5 - parent: 12 - uid: 25758 components: - type: Transform @@ -73855,12 +89572,22 @@ entities: - type: Transform pos: -26.5,23.5 parent: 12 + - uid: 25822 + components: + - type: Transform + pos: -55.5,-50.5 + parent: 12 - uid: 26236 components: - type: Transform rot: 3.141592653589793 rad pos: -20.5,59.5 parent: 12 + - uid: 26379 + components: + - type: Transform + pos: -50.5,-46.5 + parent: 12 - uid: 26414 components: - type: Transform @@ -73909,12 +89636,6 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-22.5 parent: 12 - - uid: 26447 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,0.5 - parent: 12 - uid: 26452 components: - type: Transform @@ -73957,21 +89678,22 @@ entities: rot: 3.141592653589793 rad pos: -6.5,-20.5 parent: 12 - - uid: 26756 - components: - - type: Transform - pos: -23.5,61.5 - parent: 12 - uid: 26778 components: - type: Transform rot: 3.141592653589793 rad pos: 29.5,10.5 parent: 12 - - uid: 26857 + - uid: 26797 components: - type: Transform - pos: -23.5,62.5 + rot: -1.5707963267948966 rad + pos: 12.5,-15.5 + parent: 12 + - uid: 26981 + components: + - type: Transform + pos: -18.5,-64.5 parent: 12 - uid: 27064 components: @@ -73979,33 +89701,34 @@ entities: rot: 3.141592653589793 rad pos: 6.5,-11.5 parent: 12 - - uid: 27241 + - uid: 27222 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,4.5 + pos: -0.5,-18.5 parent: 12 - - uid: 27310 + - uid: 27223 components: - type: Transform - pos: 22.5,61.5 + rot: 1.5707963267948966 rad + pos: -56.5,-18.5 parent: 12 - - uid: 27313 + - uid: 27244 components: - type: Transform - pos: 8.5,61.5 + rot: 1.5707963267948966 rad + pos: -52.5,-18.5 parent: 12 - - uid: 27317 + - uid: 27250 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-13.5 + rot: 1.5707963267948966 rad + pos: -54.5,-18.5 parent: 12 - - uid: 27318 + - uid: 27317 components: - type: Transform rot: 3.141592653589793 rad - pos: 6.5,-14.5 + pos: 6.5,-13.5 parent: 12 - uid: 27319 components: @@ -74025,6 +89748,12 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,-13.5 parent: 12 + - uid: 27391 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,-18.5 + parent: 12 - uid: 27400 components: - type: Transform @@ -74041,11 +89770,6 @@ entities: - type: Transform pos: -40.5,-52.5 parent: 12 - - uid: 27665 - components: - - type: Transform - pos: -41.5,-52.5 - parent: 12 - uid: 27666 components: - type: Transform @@ -74231,121 +89955,11 @@ entities: - type: Transform pos: -58.5,-32.5 parent: 12 - - uid: 27703 - components: - - type: Transform - pos: -58.5,-31.5 - parent: 12 - - uid: 27704 - components: - - type: Transform - pos: -58.5,-30.5 - parent: 12 - - uid: 27705 - components: - - type: Transform - pos: -58.5,-29.5 - parent: 12 - - uid: 27706 - components: - - type: Transform - pos: -58.5,-28.5 - parent: 12 - - uid: 27707 - components: - - type: Transform - pos: -58.5,-27.5 - parent: 12 - - uid: 27708 - components: - - type: Transform - pos: -58.5,-26.5 - parent: 12 - - uid: 27709 - components: - - type: Transform - pos: -58.5,-25.5 - parent: 12 - - uid: 27710 - components: - - type: Transform - pos: -58.5,-23.5 - parent: 12 - - uid: 27711 - components: - - type: Transform - pos: -58.5,-22.5 - parent: 12 - - uid: 27712 - components: - - type: Transform - pos: -58.5,-21.5 - parent: 12 - - uid: 27713 - components: - - type: Transform - pos: -58.5,-20.5 - parent: 12 - - uid: 27714 - components: - - type: Transform - pos: -58.5,-19.5 - parent: 12 - uid: 27715 components: - type: Transform pos: -58.5,-18.5 parent: 12 - - uid: 27716 - components: - - type: Transform - pos: -58.5,-17.5 - parent: 12 - - uid: 27717 - components: - - type: Transform - pos: -58.5,-24.5 - parent: 12 - - uid: 27718 - components: - - type: Transform - pos: -57.5,-17.5 - parent: 12 - - uid: 27719 - components: - - type: Transform - pos: -57.5,-16.5 - parent: 12 - - uid: 27720 - components: - - type: Transform - pos: -56.5,-16.5 - parent: 12 - - uid: 27721 - components: - - type: Transform - pos: -55.5,-16.5 - parent: 12 - - uid: 27722 - components: - - type: Transform - pos: -54.5,-16.5 - parent: 12 - - uid: 27723 - components: - - type: Transform - pos: -53.5,-16.5 - parent: 12 - - uid: 27725 - components: - - type: Transform - pos: -51.5,-16.5 - parent: 12 - - uid: 27726 - components: - - type: Transform - pos: -50.5,-16.5 - parent: 12 - uid: 27727 components: - type: Transform @@ -74381,6 +89995,11 @@ entities: - type: Transform pos: -45.5,-14.5 parent: 12 + - uid: 27736 + components: + - type: Transform + pos: -49.5,43.5 + parent: 12 - uid: 27737 components: - type: Transform @@ -74505,10 +90124,10 @@ entities: - type: Transform pos: 23.5,17.5 parent: 12 - - uid: 28118 + - uid: 28178 components: - type: Transform - pos: -40.5,-28.5 + pos: -49.5,42.5 parent: 12 - uid: 28230 components: @@ -74540,6 +90159,12 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,8.5 parent: 12 + - uid: 28376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 15.5,-16.5 + parent: 12 - uid: 28377 components: - type: Transform @@ -74739,35 +90364,238 @@ entities: - type: Transform pos: -7.5,-20.5 parent: 12 - - uid: 28790 + - uid: 28641 components: - type: Transform - pos: -39.5,-28.5 + rot: -1.5707963267948966 rad + pos: 43.5,-37.5 parent: 12 - - uid: 28791 + - uid: 28642 components: - type: Transform - pos: -40.5,-30.5 + rot: -1.5707963267948966 rad + pos: 43.5,-38.5 parent: 12 - - uid: 28792 + - uid: 28643 components: - type: Transform - pos: -39.5,-30.5 + rot: -1.5707963267948966 rad + pos: 43.5,-39.5 parent: 12 - - uid: 28793 + - uid: 28644 components: - type: Transform - pos: -46.5,-30.5 + rot: -1.5707963267948966 rad + pos: 43.5,-40.5 parent: 12 - - uid: 28794 + - uid: 28645 components: - type: Transform - pos: -45.5,-30.5 + rot: -1.5707963267948966 rad + pos: 43.5,-41.5 parent: 12 - - uid: 28801 + - uid: 28647 components: - type: Transform - pos: -42.5,-30.5 + rot: -1.5707963267948966 rad + pos: 41.5,-41.5 + parent: 12 + - uid: 28651 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-41.5 + parent: 12 + - uid: 28652 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-41.5 + parent: 12 + - uid: 28672 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-41.5 + parent: 12 + - uid: 28674 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-41.5 + parent: 12 + - uid: 28677 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-41.5 + parent: 12 + - uid: 28678 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-41.5 + parent: 12 + - uid: 28681 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-42.5 + parent: 12 + - uid: 28682 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-43.5 + parent: 12 + - uid: 28688 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-44.5 + parent: 12 + - uid: 28689 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-45.5 + parent: 12 + - uid: 28690 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-46.5 + parent: 12 + - uid: 28691 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-47.5 + parent: 12 + - uid: 28692 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-48.5 + parent: 12 + - uid: 28693 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-49.5 + parent: 12 + - uid: 28694 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-51.5 + parent: 12 + - uid: 28704 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-50.5 + parent: 12 + - uid: 28705 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-52.5 + parent: 12 + - uid: 28706 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-53.5 + parent: 12 + - uid: 28707 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-54.5 + parent: 12 + - uid: 28710 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-52.5 + parent: 12 + - uid: 28718 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-53.5 + parent: 12 + - uid: 28719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-54.5 + parent: 12 + - uid: 28720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-55.5 + parent: 12 + - uid: 28721 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 10.5,-56.5 + parent: 12 + - uid: 28722 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-56.5 + parent: 12 + - uid: 28737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 8.5,-56.5 + parent: 12 + - uid: 28738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 7.5,-56.5 + parent: 12 + - uid: 28743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-56.5 + parent: 12 + - uid: 28751 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-57.5 + parent: 12 + - uid: 28761 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 5.5,-57.5 + parent: 12 + - uid: 28762 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 4.5,-57.5 + parent: 12 + - uid: 28784 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-42.5 + parent: 12 + - uid: 28828 + components: + - type: Transform + pos: 40.5,-41.5 parent: 12 - uid: 28922 components: @@ -74792,30 +90620,6 @@ entities: rot: 1.5707963267948966 rad pos: 6.5,-6.5 parent: 12 - - uid: 29000 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,4.5 - parent: 12 - - uid: 29004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,4.5 - parent: 12 - - uid: 29038 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-38.5 - parent: 12 - - uid: 29052 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-37.5 - parent: 12 - uid: 29054 components: - type: Transform @@ -74840,34 +90644,47 @@ entities: rot: 3.141592653589793 rad pos: 18.5,22.5 parent: 12 - - uid: 29086 + - uid: 29080 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,0.5 + pos: -30.5,-67.5 parent: 12 - - uid: 29094 + - uid: 29081 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,4.5 + pos: -34.5,-66.5 parent: 12 - - uid: 29102 + - uid: 29085 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,2.5 + pos: -34.5,-64.5 parent: 12 - - uid: 29148 + - uid: 29086 components: - type: Transform rot: 1.5707963267948966 rad - pos: 35.5,0.5 + pos: -33.5,-67.5 parent: 12 - - uid: 29213 + - uid: 29087 components: - type: Transform - pos: -23.5,63.5 + rot: 1.5707963267948966 rad + pos: -32.5,-67.5 + parent: 12 + - uid: 29089 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-67.5 + parent: 12 + - uid: 29090 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-67.5 parent: 12 - uid: 29418 components: @@ -74881,17 +90698,118 @@ entities: rot: -1.5707963267948966 rad pos: -46.5,65.5 parent: 12 + - uid: 29428 + components: + - type: Transform + pos: 4.5,-54.5 + parent: 12 + - uid: 29438 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-63.5 + parent: 12 + - uid: 29439 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -30.5,-63.5 + parent: 12 + - uid: 29440 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,-63.5 + parent: 12 + - uid: 29441 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-63.5 + parent: 12 + - uid: 29442 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,-63.5 + parent: 12 + - uid: 29443 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-63.5 + parent: 12 + - uid: 29444 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-63.5 + parent: 12 + - uid: 29445 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-63.5 + parent: 12 + - uid: 29446 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-63.5 + parent: 12 + - uid: 29447 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-63.5 + parent: 12 + - uid: 29448 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-63.5 + parent: 12 + - uid: 29449 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-67.5 + parent: 12 + - uid: 29450 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-67.5 + parent: 12 + - uid: 29451 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-67.5 + parent: 12 + - uid: 29452 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,-67.5 + parent: 12 - uid: 29453 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,67.5 + pos: -36.5,-67.5 parent: 12 - - uid: 29456 + - uid: 29454 components: - type: Transform rot: 1.5707963267948966 rad - pos: -43.5,67.5 + pos: -35.5,-67.5 + parent: 12 + - uid: 29455 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -25.5,-68.5 parent: 12 - uid: 29562 components: @@ -75205,15 +91123,15 @@ entities: rot: 3.141592653589793 rad pos: -41.5,66.5 parent: 12 - - uid: 30017 + - uid: 30131 components: - type: Transform - pos: 53.5,68.5 + pos: -43.5,68.5 parent: 12 - - uid: 30018 + - uid: 30301 components: - type: Transform - pos: 52.5,68.5 + pos: -57.5,-48.5 parent: 12 - uid: 30473 components: @@ -75355,6 +91273,11 @@ entities: - type: Transform pos: -19.5,-63.5 parent: 12 + - uid: 30927 + components: + - type: Transform + pos: -18.5,-63.5 + parent: 12 - uid: 30928 components: - type: Transform @@ -75520,6 +91443,51 @@ entities: - type: Transform pos: 3.5,-50.5 parent: 12 + - uid: 31024 + components: + - type: Transform + pos: -57.5,-45.5 + parent: 12 + - uid: 31031 + components: + - type: Transform + pos: -57.5,-54.5 + parent: 12 + - uid: 31032 + components: + - type: Transform + pos: -55.5,-49.5 + parent: 12 + - uid: 31035 + components: + - type: Transform + pos: -57.5,-44.5 + parent: 12 + - uid: 31039 + components: + - type: Transform + pos: -55.5,-51.5 + parent: 12 + - uid: 31041 + components: + - type: Transform + pos: -57.5,-43.5 + parent: 12 + - uid: 31107 + components: + - type: Transform + pos: -15.5,-71.5 + parent: 12 + - uid: 31111 + components: + - type: Transform + pos: -13.5,-71.5 + parent: 12 + - uid: 31113 + components: + - type: Transform + pos: -14.5,-71.5 + parent: 12 - uid: 31270 components: - type: Transform @@ -75538,68 +91506,152 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,15.5 parent: 12 + - uid: 31396 + components: + - type: Transform + pos: 57.5,66.5 + parent: 12 - uid: 31419 components: - type: Transform rot: 3.141592653589793 rad pos: -16.5,-64.5 parent: 12 + - uid: 31442 + components: + - type: Transform + pos: 54.5,67.5 + parent: 12 + - uid: 31445 + components: + - type: Transform + pos: 55.5,66.5 + parent: 12 + - uid: 31446 + components: + - type: Transform + pos: 56.5,66.5 + parent: 12 + - uid: 31843 + components: + - type: Transform + pos: 66.5,11.5 + parent: 12 + - uid: 31844 + components: + - type: Transform + pos: 67.5,11.5 + parent: 12 + - uid: 31845 + components: + - type: Transform + pos: 68.5,11.5 + parent: 12 + - uid: 31846 + components: + - type: Transform + pos: 69.5,11.5 + parent: 12 + - uid: 31847 + components: + - type: Transform + pos: 70.5,11.5 + parent: 12 + - uid: 31848 + components: + - type: Transform + pos: 71.5,11.5 + parent: 12 + - uid: 31849 + components: + - type: Transform + pos: 73.5,11.5 + parent: 12 - uid: 31850 components: - type: Transform - pos: -27.5,67.5 + pos: 74.5,11.5 parent: 12 - - uid: 31897 + - uid: 31851 components: - type: Transform - pos: -28.5,67.5 + pos: 75.5,11.5 parent: 12 - - uid: 31898 + - uid: 31852 components: - type: Transform - pos: -28.5,68.5 + pos: 76.5,11.5 parent: 12 - - uid: 31899 + - uid: 31853 components: - type: Transform - pos: -27.5,68.5 + pos: 72.5,11.5 parent: 12 - - uid: 32022 + - uid: 31854 components: - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,68.5 + pos: 76.5,-2.5 parent: 12 - - uid: 32058 + - uid: 31855 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-15.5 + pos: 75.5,-2.5 parent: 12 - - uid: 32133 + - uid: 31856 components: - type: Transform - pos: -61.5,-55.5 + pos: 74.5,-2.5 parent: 12 - - uid: 32134 + - uid: 31857 components: - type: Transform - pos: -61.5,-59.5 + pos: 73.5,-2.5 parent: 12 - - uid: 32135 + - uid: 31858 components: - type: Transform - pos: -60.5,-59.5 + pos: 72.5,-2.5 parent: 12 - - uid: 32136 + - uid: 31859 components: - type: Transform - pos: -59.5,-59.5 + pos: 71.5,-2.5 parent: 12 - - uid: 32174 + - uid: 31860 + components: + - type: Transform + pos: 70.5,-2.5 + parent: 12 + - uid: 31861 components: - type: Transform - pos: -62.5,-55.5 + pos: 69.5,-2.5 + parent: 12 + - uid: 31862 + components: + - type: Transform + pos: 68.5,-2.5 + parent: 12 + - uid: 31863 + components: + - type: Transform + pos: 67.5,-2.5 + parent: 12 + - uid: 31864 + components: + - type: Transform + pos: 66.5,-2.5 + parent: 12 + - uid: 32058 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-15.5 + parent: 12 + - uid: 32130 + components: + - type: Transform + pos: -48.5,43.5 parent: 12 - proto: Cautery entities: @@ -75632,18 +91684,13 @@ entities: canCollide: False - proto: Chainsaw entities: - - uid: 11843 + - uid: 26389 components: - type: Transform - pos: -42.7297,-50.41199 + pos: -42.461105,-50.456535 parent: 12 - proto: Chair entities: - - uid: 263 - components: - - type: Transform - pos: 6.5,69.5 - parent: 12 - uid: 907 components: - type: Transform @@ -75750,12 +91797,35 @@ entities: rot: 1.5707963267948966 rad pos: 51.5,10.5 parent: 12 + - uid: 4560 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,70.5 + parent: 12 + - uid: 4646 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 3.5,68.5 + parent: 12 + - uid: 4770 + components: + - type: Transform + pos: -39.5,60.5 + parent: 12 - uid: 5121 components: - type: Transform rot: -1.5707963267948966 rad pos: -13.5,-29.5 parent: 12 + - uid: 5247 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,69.5 + parent: 12 - uid: 5394 components: - type: Transform @@ -75795,17 +91865,66 @@ entities: - type: Transform pos: 31.5,-3.5 parent: 12 - - uid: 6151 + - uid: 5918 components: - type: Transform rot: 1.5707963267948966 rad - pos: 48.5,-3.5 + pos: -62.5,-26.5 parent: 12 - - uid: 6266 + - uid: 5966 + components: + - type: Transform + pos: -60.5,-21.5 + parent: 12 + - uid: 5982 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-25.5 + parent: 12 + - uid: 5985 + components: + - type: Transform + pos: -59.5,-21.5 + parent: 12 + - uid: 6020 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-27.5 + parent: 12 + - uid: 6187 + components: + - type: Transform + pos: -59.5,-23.5 + parent: 12 + - uid: 6198 + components: + - type: Transform + pos: -52.5,-13.5 + parent: 12 + - uid: 6243 + components: + - type: Transform + pos: -60.5,-23.5 + parent: 12 + - uid: 6245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-27.5 + parent: 12 + - uid: 6250 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-22.5 + parent: 12 + - uid: 6251 components: - type: Transform rot: 1.5707963267948966 rad - pos: 5.5,68.5 + pos: -62.5,-25.5 parent: 12 - uid: 6700 components: @@ -75860,23 +91979,6 @@ entities: - type: Transform pos: -1.5,-49.5 parent: 12 - - uid: 7352 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,57.5 - parent: 12 - - uid: 7726 - components: - - type: Transform - pos: 28.5,63.5 - parent: 12 - - uid: 7737 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,61.5 - parent: 12 - uid: 8996 components: - type: Transform @@ -75905,12 +92007,22 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-24.5 parent: 12 + - uid: 9664 + components: + - type: Transform + pos: 48.5,1.5 + parent: 12 - uid: 9706 components: - type: Transform rot: 1.5707963267948966 rad pos: 39.5,36.5 parent: 12 + - uid: 9784 + components: + - type: Transform + pos: 49.5,1.5 + parent: 12 - uid: 9962 components: - type: Transform @@ -75970,6 +92082,12 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,27.5 parent: 12 + - uid: 12994 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-23.5 + parent: 12 - uid: 13019 components: - type: Transform @@ -76059,6 +92177,12 @@ entities: - type: Transform pos: -28.5,16.5 parent: 12 + - uid: 16789 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -31.5,19.5 + parent: 12 - uid: 16790 components: - type: Transform @@ -76095,6 +92219,12 @@ entities: rot: -1.5707963267948966 rad pos: -48.5,27.5 parent: 12 + - uid: 17970 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -49.5,38.5 + parent: 12 - uid: 18156 components: - type: Transform @@ -76127,11 +92257,11 @@ entities: - type: Transform pos: -42.5,62.5 parent: 12 - - uid: 19631 + - uid: 19619 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,71.5 + rot: 3.141592653589793 rad + pos: 29.5,-10.5 parent: 12 - uid: 20875 components: @@ -76320,6 +92450,12 @@ entities: rot: 3.141592653589793 rad pos: -37.5,31.5 parent: 12 + - uid: 21428 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,25.5 + parent: 12 - uid: 21429 components: - type: Transform @@ -76366,6 +92502,11 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,55.5 parent: 12 + - uid: 22141 + components: + - type: Transform + pos: 29.5,-8.5 + parent: 12 - uid: 22171 components: - type: Transform @@ -76378,12 +92519,6 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,37.5 parent: 12 - - uid: 22173 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,38.5 - parent: 12 - uid: 22376 components: - type: Transform @@ -76864,18 +92999,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,56.5 parent: 12 - - uid: 25933 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,57.5 - parent: 12 - - uid: 25934 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,58.5 - parent: 12 - uid: 26001 components: - type: Transform @@ -76886,6 +93009,12 @@ entities: - type: Transform pos: -32.5,-34.5 parent: 12 + - uid: 26026 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,70.5 + parent: 12 - uid: 26055 components: - type: Transform @@ -76922,23 +93051,28 @@ entities: rot: -1.5707963267948966 rad pos: -17.5,70.5 parent: 12 - - uid: 26389 + - uid: 26626 + components: + - type: Transform + pos: -53.5,41.5 + parent: 12 + - uid: 26887 components: - type: Transform rot: 1.5707963267948966 rad - pos: 10.5,61.5 + pos: 50.5,59.5 parent: 12 - - uid: 26728 + - uid: 26888 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,67.5 + rot: 1.5707963267948966 rad + pos: 50.5,58.5 parent: 12 - - uid: 26732 + - uid: 26916 components: - type: Transform rot: 3.141592653589793 rad - pos: -47.5,67.5 + pos: -52.5,-15.5 parent: 12 - uid: 28037 components: @@ -76946,11 +93080,10 @@ entities: rot: 1.5707963267948966 rad pos: 40.5,-13.5 parent: 12 - - uid: 28251 + - uid: 28302 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-13.5 + pos: -19.5,-68.5 parent: 12 - uid: 28529 components: @@ -76986,107 +93119,87 @@ entities: - type: Transform pos: 56.5,0.5 parent: 12 - - uid: 29344 - components: - - type: Transform - pos: -40.5,73.5 - parent: 12 - - uid: 29349 - components: - - type: Transform - pos: 29.5,-1.5 - parent: 12 - - uid: 29350 + - uid: 29026 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,-3.5 - parent: 12 - - uid: 29351 - components: - - type: Transform - pos: 29.5,-7.5 + pos: -49.5,67.5 parent: 12 - - uid: 29352 + - uid: 29027 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.5,-9.5 + pos: -48.5,67.5 parent: 12 - - uid: 29445 + - uid: 29349 components: - type: Transform - pos: -41.5,73.5 + pos: 29.5,-1.5 parent: 12 - - uid: 29972 + - uid: 29350 components: - type: Transform rot: 3.141592653589793 rad - pos: 13.5,-12.5 + pos: 29.5,-3.5 parent: 12 - - uid: 29973 + - uid: 29517 components: - type: Transform - rot: 3.141592653589793 rad - pos: 15.5,-12.5 + rot: -1.5707963267948966 rad + pos: -27.5,74.5 parent: 12 - - uid: 29974 + - uid: 29594 components: - type: Transform - rot: 3.141592653589793 rad - pos: 14.5,-12.5 + rot: -1.5707963267948966 rad + pos: -27.5,73.5 parent: 12 - - uid: 31264 + - uid: 29609 components: - type: Transform - pos: 1.5,-66.5 + pos: -26.5,78.5 parent: 12 - - uid: 31359 + - uid: 29755 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-15.5 + pos: -42.5,73.5 parent: 12 - - uid: 31596 + - uid: 29782 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 30.5,23.5 + pos: -41.5,73.5 parent: 12 - - uid: 31667 + - uid: 29838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-26.5 + pos: -38.5,60.5 parent: 12 - - uid: 31668 + - uid: 29973 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-25.5 + rot: 3.141592653589793 rad + pos: 15.5,-12.5 parent: 12 - - uid: 31670 + - uid: 31149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-23.5 + pos: -12.5,-68.5 parent: 12 - - uid: 31671 + - uid: 31160 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-22.5 + pos: -11.5,-68.5 parent: 12 - - uid: 31672 + - uid: 31264 components: - type: Transform - rot: 3.141592653589793 rad - pos: -62.5,-25.5 + pos: 1.5,-66.5 parent: 12 - - uid: 31673 + - uid: 31596 components: - type: Transform - pos: -62.5,-23.5 + rot: 1.5707963267948966 rad + pos: 30.5,23.5 parent: 12 - uid: 31817 components: @@ -77102,22 +93215,15 @@ entities: parent: 12 - proto: ChairBarber entities: - - uid: 17964 - components: - - type: Transform - pos: -13.5,49.5 - parent: 12 - - uid: 18246 + - uid: 22346 components: - type: Transform pos: -15.5,49.5 parent: 12 -- proto: ChairBrass - entities: - - uid: 8008 + - uid: 22349 components: - type: Transform - pos: -39.5,-23.5 + pos: -13.5,49.5 parent: 12 - proto: ChairFolding entities: @@ -77206,11 +93312,28 @@ entities: - type: Transform pos: -36.5,-56.5 parent: 12 + - uid: 31159 + components: + - type: Transform + pos: -13.5,-68.5 + parent: 12 - uid: 31265 components: - type: Transform pos: 0.5,-66.5 parent: 12 + - uid: 31688 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 20.408453,-26.829342 + parent: 12 + - uid: 31689 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 22.06586,-28.196033 + parent: 12 - uid: 32101 components: - type: Transform @@ -77250,6 +93373,18 @@ entities: parent: 12 - proto: ChairOfficeDark entities: + - uid: 531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.428665,-23.42477 + parent: 12 + - uid: 2243 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -37.506424,-23.931408 + parent: 12 - uid: 2585 components: - type: Transform @@ -77302,11 +93437,22 @@ entities: rot: 3.141592653589793 rad pos: 48.634914,-12.316643 parent: 12 + - uid: 7828 + components: + - type: Transform + pos: 62.5,1.5 + parent: 12 - uid: 8721 components: - type: Transform pos: 53.45191,-22.36775 parent: 12 + - uid: 8722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.561283,-31.276865 + parent: 12 - uid: 8894 components: - type: Transform @@ -77323,12 +93469,6 @@ entities: - type: Transform pos: -2.5,-52.5 parent: 12 - - uid: 12692 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 53.494987,-32.363674 - parent: 12 - uid: 15660 components: - type: Transform @@ -77369,12 +93509,6 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,0.5 parent: 12 - - uid: 22363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.557064,41.568733 - parent: 12 - uid: 23441 components: - type: Transform @@ -77409,23 +93543,11 @@ entities: - type: Transform pos: 48.602276,-10.465746 parent: 12 - - uid: 29028 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.625347,-23.3388 - parent: 12 - - uid: 29029 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.542015,-24.220745 - parent: 12 - - uid: 29228 + - uid: 29288 components: - type: Transform rot: 3.141592653589793 rad - pos: -54.477276,60.8271 + pos: -54.5,60.5 parent: 12 - uid: 30282 components: @@ -77506,17 +93628,11 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,21.5 parent: 12 - - uid: 2891 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.471766,-28.26355 - parent: 12 - - uid: 2904 + - uid: 4780 components: - type: Transform rot: 1.5707963267948966 rad - pos: -24.42489,-28.406403 + pos: 17.5,-15.5 parent: 12 - uid: 5970 components: @@ -77630,6 +93746,18 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,77.5 parent: 12 + - uid: 28791 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-46.5 + parent: 12 + - uid: 28792 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-47.5 + parent: 12 - uid: 30323 components: - type: Transform @@ -77638,6 +93766,11 @@ entities: parent: 12 - proto: CheapLighter entities: + - uid: 2044 + components: + - type: Transform + pos: -56.64224,59.774014 + parent: 12 - uid: 13017 components: - type: Transform @@ -77649,11 +93782,6 @@ entities: - type: Transform pos: -25.366394,45.399204 parent: 12 - - uid: 22064 - components: - - type: Transform - pos: -23.224808,54.359283 - parent: 12 - proto: CheapRollerBedSpawnFolded entities: - uid: 13865 @@ -77669,14 +93797,14 @@ entities: - uid: 19379 components: - type: Transform - pos: -47.544018,57.542088 + pos: -47.5615,56.51636 parent: 12 - proto: CheckerBoard entities: - uid: 8729 components: - type: Transform - pos: 51.497044,-38.513325 + pos: 51.79037,-36.868877 parent: 12 - uid: 25500 components: @@ -77753,13 +93881,6 @@ entities: - type: Transform pos: -26.5,-41.5 parent: 12 -- proto: ChemMasterMachineCircuitboard - entities: - - uid: 7574 - components: - - type: Transform - pos: 45.069622,64.687126 - parent: 12 - proto: ChessBoard entities: - uid: 6825 @@ -77840,13 +93961,6 @@ entities: rot: 3.141592653589793 rad pos: 49.262024,20.263313 parent: 12 -- proto: CigaretteSyndicate - entities: - - uid: 32324 - components: - - type: Transform - pos: -52.481045,28.458708 - parent: 12 - proto: CigarGold entities: - uid: 15114 @@ -77867,19 +93981,26 @@ entities: rot: -12.566370614359172 rad pos: -30.428051,7.541847 parent: 12 -- proto: CigarSpent +- proto: CigCartonBlue entities: - - uid: 209 + - uid: 13634 components: - type: Transform - pos: -51.77989,28.906624 + pos: 31.640083,27.649036 parent: 12 -- proto: CigCartonBlue +- proto: CigCartonMixed entities: - - uid: 13634 + - uid: 28906 components: - type: Transform - pos: 31.640083,27.649036 + pos: 46.470013,-36.518024 + parent: 12 +- proto: CigPackBlack + entities: + - uid: 29176 + components: + - type: Transform + pos: -56.756435,59.391033 parent: 12 - proto: CigPackBlue entities: @@ -77907,13 +94028,6 @@ entities: rot: -6.283185307179586 rad pos: -16.708582,62.74659 parent: 12 -- proto: CigPackSyndicate - entities: - - uid: 19232 - components: - - type: Transform - pos: -49.795776,-14.628714 - parent: 12 - proto: CircuitImprinter entities: - uid: 1945 @@ -77928,20 +94042,6 @@ entities: - type: Transform pos: 44.5,22.5 parent: 12 -- proto: CloningConsoleComputerCircuitboard - entities: - - uid: 695 - components: - - type: Transform - pos: 37.58119,-39.525867 - parent: 12 -- proto: CloningPodMachineCircuitboard - entities: - - uid: 5865 - components: - - type: Transform - pos: 37.628063,-39.244617 - parent: 12 - proto: ClosetBombFilled entities: - uid: 1758 @@ -77949,10 +94049,10 @@ entities: - type: Transform pos: -42.5,-24.5 parent: 12 - - uid: 29835 + - uid: 29222 components: - type: Transform - pos: -22.5,61.5 + pos: -25.5,63.5 parent: 12 - proto: ClosetChefFilled entities: @@ -77988,11 +94088,6 @@ entities: - type: Transform pos: -51.5,-40.5 parent: 12 - - uid: 26783 - components: - - type: Transform - pos: -19.5,-64.5 - parent: 12 - uid: 27330 components: - type: Transform @@ -78003,6 +94098,11 @@ entities: - type: Transform pos: -52.5,-34.5 parent: 12 + - uid: 31099 + components: + - type: Transform + pos: -12.5,-66.5 + parent: 12 - uid: 31367 components: - type: Transform @@ -78015,10 +94115,10 @@ entities: parent: 12 - proto: ClosetEmergencyFilledRandom entities: - - uid: 1276 + - uid: 2381 components: - type: Transform - pos: 35.5,-43.5 + pos: -60.5,-19.5 parent: 12 - uid: 4140 components: @@ -78030,10 +94130,15 @@ entities: - type: Transform pos: -13.5,-19.5 parent: 12 - - uid: 9567 + - uid: 6290 components: - type: Transform - pos: 16.5,12.5 + pos: 59.5,-39.5 + parent: 12 + - uid: 9233 + components: + - type: Transform + pos: 30.5,-55.5 parent: 12 - uid: 9819 components: @@ -78050,35 +94155,6 @@ entities: - type: Transform pos: 76.5,-30.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 8043 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 12024 components: - type: Transform @@ -78104,11 +94180,6 @@ entities: - type: Transform pos: -10.5,-0.5 parent: 12 - - uid: 19649 - components: - - type: Transform - pos: -42.5,71.5 - parent: 12 - uid: 21079 components: - type: Transform @@ -78134,6 +94205,11 @@ entities: - type: Transform pos: 52.5,51.5 parent: 12 + - uid: 24240 + components: + - type: Transform + pos: -54.5,45.5 + parent: 12 - uid: 24502 components: - type: Transform @@ -78224,35 +94300,83 @@ entities: - type: Transform pos: -0.5,10.5 parent: 12 - - uid: 26205 + - uid: 26246 components: - type: Transform - pos: 1.5,-23.5 + pos: 13.5,-55.5 + parent: 12 + - uid: 26473 + components: + - type: Transform + pos: -6.5,-14.5 parent: 12 - uid: 26682 components: - type: Transform pos: 14.5,7.5 parent: 12 + - uid: 26728 + components: + - type: Transform + pos: 33.5,-31.5 + parent: 12 - uid: 27016 components: - type: Transform pos: 7.5,-4.5 parent: 12 + - uid: 27228 + components: + - type: Transform + pos: -29.5,60.5 + parent: 12 + - uid: 27711 + components: + - type: Transform + pos: -51.5,65.5 + parent: 12 - uid: 27862 components: - type: Transform pos: 27.5,16.5 parent: 12 + - uid: 28824 + components: + - type: Transform + pos: 39.5,-42.5 + parent: 12 - uid: 28840 components: - type: Transform pos: 29.5,9.5 parent: 12 - - uid: 29376 + - uid: 29230 components: - type: Transform - pos: -6.5,-14.5 + pos: -22.5,61.5 + parent: 12 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - uid: 29648 + components: + - type: Transform + pos: -43.5,72.5 parent: 12 - uid: 30464 components: @@ -78264,33 +94388,18 @@ entities: - type: Transform pos: 44.5,-18.5 parent: 12 - - uid: 31695 - components: - - type: Transform - pos: -61.5,-18.5 - parent: 12 - proto: ClosetEmergencyN2FilledRandom entities: - - uid: 186 - components: - - type: Transform - pos: -42.5,72.5 - parent: 12 - - uid: 6198 + - uid: 8668 components: - type: Transform - pos: 35.5,-42.5 + pos: -13.5,-66.5 parent: 12 - uid: 14957 components: - type: Transform pos: -11.5,-3.5 parent: 12 - - uid: 20837 - components: - - type: Transform - pos: -18.5,65.5 - parent: 12 - uid: 25337 components: - type: Transform @@ -78311,6 +94420,11 @@ entities: - type: Transform pos: -22.5,19.5 parent: 12 + - uid: 25346 + components: + - type: Transform + pos: -20.5,60.5 + parent: 12 - uid: 25351 components: - type: Transform @@ -78326,10 +94440,20 @@ entities: - type: Transform pos: 41.5,59.5 parent: 12 - - uid: 28947 + - uid: 26683 + components: + - type: Transform + pos: -6.5,-15.5 + parent: 12 + - uid: 28830 + components: + - type: Transform + pos: 38.5,-42.5 + parent: 12 + - uid: 29145 components: - type: Transform - pos: 4.5,-23.5 + pos: -51.5,64.5 parent: 12 - uid: 31273 components: @@ -78363,10 +94487,15 @@ entities: - type: Transform pos: 5.5,-47.5 parent: 12 - - uid: 9212 + - uid: 6278 components: - type: Transform - pos: 47.5,-36.5 + pos: 48.5,-36.5 + parent: 12 + - uid: 11261 + components: + - type: Transform + pos: -36.5,55.5 parent: 12 - uid: 12023 components: @@ -78398,11 +94527,6 @@ entities: - type: Transform pos: 52.5,52.5 parent: 12 - - uid: 24223 - components: - - type: Transform - pos: 46.5,60.5 - parent: 12 - uid: 24236 components: - type: Transform @@ -78488,20 +94612,20 @@ entities: - type: Transform pos: -45.5,30.5 parent: 12 - - uid: 27833 + - uid: 26796 components: - type: Transform - pos: -52.5,-35.5 + pos: 45.5,60.5 parent: 12 - - uid: 28285 + - uid: 27833 components: - type: Transform - pos: -52.5,-19.5 + pos: -52.5,-35.5 parent: 12 - - uid: 29375 + - uid: 29654 components: - type: Transform - pos: -6.5,-15.5 + pos: -43.5,71.5 parent: 12 - uid: 30472 components: @@ -78661,6 +94785,11 @@ entities: - type: Transform pos: -42.5,-53.5 parent: 12 + - uid: 2148 + components: + - type: Transform + pos: -51.5,57.5 + parent: 12 - uid: 2973 components: - type: Transform @@ -78671,16 +94800,6 @@ entities: - type: Transform pos: -12.5,-3.5 parent: 12 - - uid: 5817 - components: - - type: Transform - pos: -48.5,52.5 - parent: 12 - - uid: 6291 - components: - - type: Transform - pos: 35.5,-41.5 - parent: 12 - uid: 7012 components: - type: Transform @@ -78692,8 +94811,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -78715,50 +94834,21 @@ entities: showEnts: False occludes: True ent: null - - uid: 8982 + - uid: 7383 components: - type: Transform - pos: 37.5,-23.5 + pos: 2.5,69.5 parent: 12 - - uid: 9255 + - uid: 8982 components: - type: Transform - pos: -56.5,-32.5 + pos: 37.5,-23.5 parent: 12 - uid: 9996 components: - type: Transform pos: -25.5,-14.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 18639 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 11279 components: - type: Transform @@ -78784,26 +94874,26 @@ entities: - type: Transform pos: 36.5,10.5 parent: 12 + - uid: 12057 + components: + - type: Transform + pos: -45.5,66.5 + parent: 12 - uid: 12058 components: - type: Transform pos: 40.5,12.5 parent: 12 - - uid: 12113 + - uid: 12135 components: - type: Transform - pos: -52.5,56.5 + pos: -9.5,-68.5 parent: 12 - uid: 12246 components: - type: Transform pos: 49.5,17.5 parent: 12 - - uid: 12642 - components: - - type: Transform - pos: -12.5,17.5 - parent: 12 - uid: 16505 components: - type: Transform @@ -78824,29 +94914,6 @@ entities: - type: Transform pos: -27.5,21.5 parent: 12 - - uid: 21760 - components: - - type: Transform - pos: -34.5,-14.5 - parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 22123 components: - type: Transform @@ -78917,68 +94984,40 @@ entities: - type: Transform pos: 5.5,-35.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 18645 - - 18664 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 25329 components: - type: Transform pos: 34.5,-35.5 parent: 12 - - uid: 25330 + - uid: 25364 components: - type: Transform - pos: 48.5,-36.5 + pos: 4.5,64.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 25364 + - uid: 26634 components: - type: Transform - pos: 4.5,64.5 + pos: -6.5,-17.5 + parent: 12 + - uid: 26784 + components: + - type: Transform + pos: 33.5,-30.5 + parent: 12 + - uid: 26786 + components: + - type: Transform + pos: -4.5,-23.5 + parent: 12 + - uid: 27020 + components: + - type: Transform + pos: -55.5,-36.5 + parent: 12 + - uid: 27236 + components: + - type: Transform + pos: 48.5,-37.5 parent: 12 - uid: 27327 components: @@ -78990,11 +95029,6 @@ entities: - type: Transform pos: -47.5,-45.5 parent: 12 - - uid: 28198 - components: - - type: Transform - pos: -18.5,64.5 - parent: 12 - uid: 28284 components: - type: Transform @@ -79016,45 +95050,60 @@ entities: showEnts: False occludes: True ent: null + - uid: 28634 + components: + - type: Transform + pos: 10.5,-51.5 + parent: 12 + - uid: 28639 + components: + - type: Transform + pos: 36.5,-44.5 + parent: 12 - uid: 28654 components: - type: Transform pos: -7.5,3.5 parent: 12 - - uid: 28830 + - uid: 28708 components: - type: Transform - pos: -11.5,17.5 + pos: 33.5,-55.5 parent: 12 - uid: 28839 components: - type: Transform pos: 29.5,8.5 parent: 12 - - uid: 29165 + - uid: 28870 components: - type: Transform - pos: -2.5,-23.5 + pos: 41.5,-42.5 parent: 12 - - uid: 29371 + - uid: 29638 components: - type: Transform - pos: -6.5,-17.5 + pos: -49.5,47.5 parent: 12 - - uid: 29496 + - uid: 29647 components: - type: Transform - pos: -38.5,73.5 + pos: -30.5,75.5 parent: 12 - - uid: 29498 + - uid: 29824 components: - type: Transform - pos: -42.5,69.5 + pos: -43.5,69.5 parent: 12 - - uid: 29638 + - uid: 29989 components: - type: Transform - pos: -49.5,47.5 + pos: -52.5,52.5 + parent: 12 + - uid: 29995 + components: + - type: Transform + pos: -39.5,74.5 parent: 12 - uid: 30471 components: @@ -79066,24 +95115,6 @@ entities: - type: Transform pos: -25.5,-52.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 30930 components: - type: Transform @@ -79101,33 +95132,10 @@ entities: - type: Transform pos: -33.5,-39.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - uid: 6771 - components: - - type: Transform - pos: 29.5,-6.5 - parent: 12 - - uid: 17199 + - uid: 13002 components: - type: Transform - pos: -54.5,-30.5 + pos: -54.5,-32.5 parent: 12 - uid: 22041 components: @@ -79218,59 +95226,19 @@ entities: - type: Transform pos: 39.5,-20.5 parent: 12 - - uid: 20894 - components: - - type: Transform - pos: -26.5,62.5 - parent: 12 - uid: 21377 components: - type: Transform pos: -26.5,52.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - open: True - - uid: 22320 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,65.5 - parent: 12 - uid: 25358 components: - type: Transform rot: 1.5707963267948966 rad pos: -0.5,40.5 parent: 12 - - uid: 29321 - components: - - type: Transform - pos: -52.5,58.5 - parent: 12 - proto: ClosetWallFireFilledRandom entities: - - uid: 969 - components: - - type: Transform - pos: -25.5,62.5 - parent: 12 - uid: 21378 components: - type: Transform @@ -79294,53 +95262,11 @@ entities: parent: 12 - proto: ClosetWallMaintenanceFilledRandom entities: - - uid: 2680 - components: - - type: Transform - pos: -5.5,18.5 - parent: 12 - uid: 22580 components: - type: Transform pos: 47.5,-4.5 parent: 12 - - uid: 29159 - components: - - type: Transform - pos: -45.5,67.5 - parent: 12 -- proto: ClothingBackpackDuffelSyndicateDecoyKitFilled - entities: - - uid: 18639 - components: - - type: Transform - parent: 9996 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingBackpackElectropack - entities: - - uid: 13322 - components: - - type: Transform - pos: -40.612503,56.60338 - parent: 12 - - type: GroupExamine - group: - - hoverMessage: "" - contextText: verb-examine-group-other - icon: /Textures/Interface/examine-star.png - components: - - Armor - - ClothingSpeedModifier - entries: - - message: >- - Обеспечивает следующую защиту: - - - [color=orange]Взрывной[/color] урон [color=white]к содержимому[/color] снижается на [color=lightblue]10%[/color]. - priority: 0 - component: Armor - title: null - proto: ClothingBackpackSatchelGenetics entities: - uid: 2696 @@ -79353,14 +95279,7 @@ entities: - uid: 2494 components: - type: Transform - pos: -19.53998,-46.81788 - parent: 12 -- proto: ClothingBeltSalvageWebbing - entities: - - uid: 28751 - components: - - type: Transform - pos: -9.469411,-68.54017 + pos: -19.30067,-47.077343 parent: 12 - proto: ClothingBeltStorageWaistbag entities: @@ -79369,37 +95288,6 @@ entities: - type: Transform pos: -20.590734,12.548069 parent: 12 -- proto: ClothingBeltSyndieHolster - entities: - - uid: 19430 - components: - - type: Transform - pos: -52.511784,64.49337 - parent: 12 - - type: Storage - storedItems: - 19436: - position: 0,0 - _rotation: South - 19456: - position: 1,0 - _rotation: South - 19513: - position: 0,2 - _rotation: South - 19570: - position: 1,2 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 19436 - - 19456 - - 19513 - - 19570 - proto: ClothingBeltUtility entities: - uid: 2043 @@ -79436,7 +95324,20 @@ entities: - uid: 25378 components: - type: Transform - pos: 11.527891,-16.45502 + rot: -100.53096491487331 rad + pos: 9.531616,-13.506657 + parent: 12 + - uid: 32291 + components: + - type: Transform + pos: -20.386312,-21.645245 + parent: 12 +- proto: ClothingBeltUtilityEngineering + entities: + - uid: 32292 + components: + - type: Transform + pos: -32.124317,-21.425095 parent: 12 - proto: ClothingBeltUtilityFilled entities: @@ -79450,7 +95351,7 @@ entities: - uid: 17606 components: - type: Transform - pos: -51.34239,29.385792 + pos: -51.59934,28.413542 parent: 12 - proto: ClothingEyesGlassesCheapSunglasses entities: @@ -79490,14 +95391,6 @@ entities: - type: Transform pos: -34.460335,-48.768856 parent: 12 -- proto: ClothingEyesGlassesHiddenSecurity - entities: - - uid: 7316 - components: - - type: Transform - parent: 7240 - - type: Physics - canCollide: False - proto: ClothingEyesGlassesSunglasses entities: - uid: 13708 @@ -79516,13 +95409,6 @@ entities: rot: -12.566370614359172 rad pos: -21.523514,1.0408798 parent: 12 -- proto: ClothingEyesGlassesWelding - entities: - - uid: 28708 - components: - - type: Transform - pos: -19.4409,-28.378798 - parent: 12 - proto: ClothingEyesHudBeer entities: - uid: 23436 @@ -79594,33 +95480,44 @@ entities: parent: 12 - proto: ClothingHandsGlovesColorYellow entities: - - uid: 2325 - components: - - type: Transform - pos: -36.5,77.5 - parent: 12 - uid: 5908 components: - type: Transform pos: 33.68242,-17.632181 parent: 12 - - uid: 5909 + - uid: 9236 components: - type: Transform - pos: 33.729294,-18.522806 + pos: 41.51222,-38.624264 parent: 12 - - uid: 9236 + - uid: 19204 components: - type: Transform - pos: 42.52788,-37.64374 + pos: 21.5,-23.5 parent: 12 - uid: 23685 components: - type: Transform pos: 48.481655,51.562435 parent: 12 + - uid: 29311 + components: + - type: MetaData + desc: They seem to just be regular insulated gloves. These gloves will protect the wearer from electric shocks. + name: holy relic + - type: Transform + rot: -12.566370614359172 rad + pos: -37.51887,78.52481 + parent: 12 - proto: ClothingHandsGlovesLatex entities: + - uid: 9488 + components: + - type: Transform + parent: 9298 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 13266 components: - type: Transform @@ -79674,40 +95571,12 @@ entities: - type: Transform pos: -7.9430385,-54.758686 parent: 12 -- proto: ClothingHeadHatBeretCmo +- proto: ClothingHeadHatBeretBrigmedic entities: - - uid: 24218 - components: - - type: Transform - pos: -52.47839,27.512278 - parent: 12 -- proto: ClothingHeadHatBeretEngineering - entities: - - uid: 6295 - components: - - type: Transform - pos: -52.556515,30.559153 - parent: 12 -- proto: ClothingHeadHatBeretHoS - entities: - - uid: 23908 - components: - - type: Transform - pos: -51.494015,30.559153 - parent: 12 -- proto: ClothingHeadHatBeretQM - entities: - - uid: 32323 - components: - - type: Transform - pos: -53.485992,27.479542 - parent: 12 -- proto: ClothingHeadHatBeretRND - entities: - - uid: 31857 + - uid: 21307 components: - type: Transform - pos: -53.475574,30.489958 + pos: -46.29019,55.383354 parent: 12 - proto: ClothingHeadHatBluesoft entities: @@ -79776,17 +95645,13 @@ entities: - type: Transform pos: 42.777477,-19.21 parent: 12 -- proto: ClothingHeadHatCowboyBountyHunter +- proto: ClothingHeadHatFedoraBrown entities: - - uid: 28436 - components: - - type: Transform - pos: -55.390488,64.74645 - parent: 12 - - uid: 30272 + - uid: 29181 components: - type: Transform - pos: 32.527966,33.949467 + rot: -6.283185307179586 rad + pos: -55.470665,63.704964 parent: 12 - proto: ClothingHeadHatGladiator entities: @@ -79810,6 +95675,13 @@ entities: rot: -6.283185307179586 rad pos: -16.4813,60.833267 parent: 12 +- proto: ClothingHeadHatPirateTricord + entities: + - uid: 28831 + components: + - type: Transform + pos: 36.49667,-52.277916 + parent: 12 - proto: ClothingHeadHatPwig entities: - uid: 22378 @@ -79817,22 +95689,70 @@ entities: - type: Transform pos: -15.479212,51.570213 parent: 12 -- proto: ClothingHeadHatSurgcapPurple +- proto: ClothingHeadHatSantahat entities: - - uid: 30400 + - uid: 31656 components: - type: Transform - pos: -43.31303,-50.28699 + rot: -25.132741228718352 rad + pos: -22.599323,38.502403 parent: 12 -- proto: ClothingHeadHatSyndieMAA + - uid: 31657 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: -41.818073,40.566353 + parent: 12 + - uid: 31669 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: -36.450703,42.555126 + parent: 12 + - uid: 31670 + components: + - type: Transform + pos: -29.275808,38.740208 + parent: 12 + - uid: 31672 + components: + - type: Transform + pos: -37.561886,53.522655 + parent: 12 + - uid: 31673 + components: + - type: Transform + pos: 23.223015,-26.438202 + parent: 12 + - uid: 31674 + components: + - type: Transform + pos: 21.975492,-27.778383 + parent: 12 +- proto: ClothingHeadHatSurgcapBlue entities: - - uid: 5950 + - uid: 5726 components: - type: Transform - pos: -52.495773,64.899345 + rot: -12.566370614359172 rad + pos: -22.27849,52.449715 parent: 12 +- proto: ClothingHeadHatSyndieMAA + entities: + - uid: 32199 + components: + - type: Transform + parent: 32197 + - type: Physics + canCollide: False - proto: ClothingHeadHatTophat entities: + - uid: 5053 + components: + - type: Transform + rot: -12.566370614359172 rad + pos: -39.400192,-15.16795 + parent: 12 - uid: 23553 components: - type: Transform @@ -79844,27 +95764,20 @@ entities: - uid: 30941 components: - type: Transform - pos: 4.8453403,-59.158497 + pos: 5.4417367,-60.162846 parent: 12 - - type: Clothing - equippedPrefix: up - - type: Foldable - folded: True - - type: Item - heldPrefix: up - uid: 31184 components: - type: Transform - pos: 6.567562,-61.269608 + pos: 5.6500697,-60.402912 parent: 12 - - type: Clothing - equippedPrefix: up - - type: Foldable - folded: True - - type: Item - heldPrefix: up - proto: ClothingHeadHatWelding entities: + - uid: 5503 + components: + - type: Transform + pos: 40.62628,2.544718 + parent: 12 - uid: 6745 components: - type: Transform @@ -79933,76 +95846,29 @@ entities: - type: Transform pos: -21.667349,-7.343448 parent: 12 -- proto: ClothingHeadHelmetEVA - entities: - - uid: 32167 - components: - - type: Transform - rot: -125.66370614359157 rad - pos: -62.594955,-52.33298 - parent: 12 -- proto: ClothingHeadHelmetJustice - entities: - - uid: 31753 - components: - - type: Transform - pos: -37.403133,65.70972 - parent: 12 - - uid: 31756 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.792023,65.209724 - parent: 12 - proto: ClothingHeadHelmetPubg entities: - - uid: 940 + - uid: 32307 components: - type: Transform - pos: -37.775566,66.61854 + pos: -37.356735,64.40999 parent: 12 - - type: Clothing - equippedPrefix: up - - type: Foldable - folded: True - - type: Item - heldPrefix: up - - uid: 31751 + - uid: 32308 components: - type: Transform - pos: -37.317234,66.611595 + pos: -37.80986,64.42561 parent: 12 - proto: ClothingHeadHelmetRiot entities: - - uid: 31879 - components: - - type: Transform - pos: -30.736362,65.81228 - parent: 12 - - uid: 31880 - components: - - type: Transform - pos: -30.659973,64.79145 - parent: 12 - - uid: 32245 - components: - - type: Transform - pos: -28.694721,63.765182 - parent: 12 - - uid: 32246 - components: - - type: Transform - pos: -30.350245,65.659035 - parent: 12 - - uid: 32247 + - uid: 32309 components: - type: Transform - pos: -28.246078,63.65904 + pos: -37.40361,64.62874 parent: 12 - - uid: 32248 + - uid: 32310 components: - type: Transform - pos: -30.336355,64.8257 + pos: -37.794235,64.64436 parent: 12 - proto: ClothingHeadPyjamaSyndicateRed entities: @@ -80026,8 +95892,8 @@ entities: - uid: 5033 components: - type: Transform - rot: -119.380520836412 rad - pos: -19.723452,-30.617403 + rot: -6.283185307179586 rad + pos: -19.489866,-29.595835 parent: 12 - proto: ClothingMaskBandBlue entities: @@ -80057,18 +95923,6 @@ entities: - type: Transform pos: 0.50635767,25.52865 parent: 12 -- proto: ClothingMaskBreath - entities: - - uid: 30426 - components: - - type: Transform - pos: -43.67431,-50.665237 - parent: 12 - - uid: 32028 - components: - - type: Transform - pos: 5.4447155,70.71127 - parent: 12 - proto: ClothingMaskBreathMedical entities: - uid: 2924 @@ -80086,30 +95940,19 @@ entities: - uid: 10900 components: - type: Transform - rot: -119.380520836412 rad - pos: -19.545881,-30.396193 + rot: -6.283185307179586 rad + pos: -19.677366,-30.367203 parent: 12 - proto: ClothingMaskBreathMedicalSecurity entities: - uid: 31358 components: - type: Transform - pos: -34.50593,-15.354567 - parent: 12 -- proto: ClothingMaskClownSecurity - entities: - - uid: 31904 - components: - - type: Transform - pos: -28.488998,44.920864 + rot: -31.415926535897945 rad + pos: -34.346054,-15.604868 parent: 12 - proto: ClothingMaskGas entities: - - uid: 1880 - components: - - type: Transform - pos: -34.5,76.5 - parent: 12 - uid: 8498 components: - type: Transform @@ -80123,37 +95966,25 @@ entities: rot: -6.283185307179586 rad pos: 42.37392,63.744247 parent: 12 -- proto: ClothingMaskGasAtmos - entities: - - uid: 27188 + - uid: 29502 components: - type: Transform - rot: -25.132741228718352 rad - pos: 17.825888,-13.641907 + pos: -35.515575,77.54999 parent: 12 -- proto: ClothingMaskItalianMoustache +- proto: ClothingMaskGasAtmos entities: - - uid: 31032 + - uid: 27188 components: - type: Transform - pos: -29.576838,-49.37159 + pos: 8.695399,-10.653677 parent: 12 -- proto: ClothingMaskNeckGaiter - entities: - - uid: 7348 - components: - - type: Transform - parent: 7240 - - type: Physics - canCollide: False -- proto: ClothingMaskNeckGaiterRed +- proto: ClothingMaskMuzzle entities: - - uid: 7317 + - uid: 26829 components: - type: Transform - parent: 7240 - - type: Physics - canCollide: False + pos: -24.5,53.5 + parent: 12 - proto: ClothingMaskSterile entities: - uid: 8888 @@ -80161,6 +95992,13 @@ entities: - type: Transform pos: -12.50767,-45.32497 parent: 12 + - uid: 9503 + components: + - type: Transform + parent: 9298 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 13276 components: - type: Transform @@ -80197,7 +96035,8 @@ entities: - uid: 32127 components: - type: Transform - pos: -63.43215,-50.381607 + rot: -6.283185307179586 rad + pos: -60.515457,-50.51032 parent: 12 - proto: ClothingNeckCloakTrans entities: @@ -80208,22 +96047,16 @@ entities: parent: 12 - proto: ClothingNeckHeadphones entities: - - uid: 29177 - components: - - type: Transform - pos: -49.640636,76.626755 - parent: 12 - - uid: 29648 + - uid: 27908 components: - type: Transform - pos: -21.871687,65.43589 + pos: -25.446548,64.671776 parent: 12 -- proto: ClothingNeckHorrific - entities: - - uid: 29460 + - uid: 29599 components: - type: Transform - pos: -53.946026,61.60835 + rot: -6.283185307179586 rad + pos: -50.5738,76.70312 parent: 12 - proto: ClothingNeckScarfStripedBlue entities: @@ -80265,17 +96098,20 @@ entities: actions: !type:Container ents: - 4711 -- proto: ClothingNeckUSSPPin +- proto: ClothingNeckTieDet entities: - - uid: 5866 + - uid: 29309 components: - type: Transform - pos: 5.192562,-59.50572 + rot: -6.283185307179586 rad + pos: -53.762493,61.658695 parent: 12 - - uid: 25418 +- proto: ClothingOuterApronBar + entities: + - uid: 19822 components: - type: Transform - pos: 6.442562,-61.575165 + pos: 38.296032,-30.817263 parent: 12 - proto: ClothingOuterApronBotanist entities: @@ -80305,90 +96141,93 @@ entities: parent: 12 - proto: ClothingOuterArmorBulletproof entities: - - uid: 30047 - components: - - type: Transform - pos: -37.81042,64.57933 - parent: 12 - - uid: 31743 - components: - - type: Transform - pos: -37.35209,64.246 - parent: 12 - - uid: 31752 + - uid: 20871 components: - type: Transform - pos: -37.81042,64.22517 + pos: -37.356483,64.18525 parent: 12 - - uid: 31853 + - uid: 32306 components: - type: Transform - pos: -37.36598,64.59322 + pos: -37.794235,64.25374 parent: 12 - proto: ClothingOuterArmorReflective entities: - - uid: 31747 - components: - - type: Transform - pos: -37.403133,65.31389 - parent: 12 - - uid: 31754 + - uid: 20872 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.792023,65.58472 + pos: -36.49736,68.67561 parent: 12 - proto: ClothingOuterArmorRiot entities: - - uid: 21988 - components: - - type: Transform - pos: -30.382195,64.2845 - parent: 12 - - uid: 31867 - components: - - type: Transform - pos: -30.416918,65.37478 - parent: 12 - - uid: 32241 - components: - - type: Transform - pos: -30.246078,65.31181 - parent: 12 - - uid: 32242 - components: - - type: Transform - pos: -30.308578,64.29098 - parent: 12 - - uid: 32243 - components: - - type: Transform - pos: -28.211355,63.277092 - parent: 12 - - uid: 32244 - components: - - type: Transform - pos: -28.618332,63.27907 - parent: 12 -- proto: ClothingOuterArmorSWAT - entities: - - uid: 31764 - components: - - type: Transform - pos: -37.789455,66.30604 - parent: 12 - - uid: 31838 + - uid: 20867 components: - type: Transform - pos: -37.372787,66.25048 + pos: -37.380962,64.57662 parent: 12 -- proto: ClothingOuterCoatDetectiveLoadoutGrey - entities: - - uid: 29458 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null + - uid: 20868 components: - type: Transform - pos: -54.46105,60.820595 + pos: -37.784874,64.60109 parent: 12 + - type: GroupExamine + group: + - hoverMessage: "" + contextText: verb-examine-group-other + icon: /Textures/Interface/examine-star.png + components: + - Armor + - ClothingSpeedModifier + entries: + - message: This decreases your speed by [color=yellow]10%[/color]. + priority: 0 + component: ClothingSpeedModifier + - message: >- + It provides the following protection: + + - [color=yellow]Blunt[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Slash[/color] damage reduced by [color=lightblue]60%[/color]. + + - [color=yellow]Piercing[/color] damage reduced by [color=lightblue]30%[/color]. + + - [color=yellow]Heat[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=yellow]Caustic[/color] damage reduced by [color=lightblue]10%[/color]. + + - [color=orange]Explosion[/color] damage reduced by [color=lightblue]10%[/color]. + priority: 0 + component: Armor + title: null - proto: ClothingOuterCoatGentle entities: - uid: 13523 @@ -80418,31 +96257,34 @@ entities: parent: 12 - proto: ClothingOuterCoatSyndieCapArmored entities: - - uid: 7240 + - uid: 32197 components: - type: Transform - pos: -52.495773,64.53824 + pos: -53.469227,54.52874 parent: 12 - type: Storage storedItems: - 7317: - position: 1,0 - _rotation: South - 7316: + 32198: position: 0,0 _rotation: South - 7348: - position: 2,0 - _rotation: South + 32199: + position: 1,0 + _rotation: East - type: ContainerContainer containers: storagebase: !type:Container showEnts: False occludes: True ents: - - 7317 - - 7348 - - 7316 + - 32198 + - 32199 +- proto: ClothingOuterCoatTrench + entities: + - uid: 1523 + components: + - type: Transform + pos: -54.5,60.5 + parent: 12 - proto: ClothingOuterFlannelBlue entities: - uid: 30219 @@ -80457,14 +96299,6 @@ entities: - type: Transform pos: -11.945792,60.527626 parent: 12 -- proto: ClothingOuterHardsuitEVA - entities: - - uid: 32142 - components: - - type: Transform - rot: -125.66370614359157 rad - pos: -62.331066,-52.62485 - parent: 12 - proto: ClothingOuterHoodieBlack entities: - uid: 25982 @@ -80495,12 +96329,6 @@ entities: rot: 6.283185307179586 rad pos: -8.450924,-45.54604 parent: 12 - - uid: 31165 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.578396,-47.55949 - parent: 12 - uid: 31734 components: - type: Transform @@ -80515,15 +96343,39 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingOuterStraightjacket +- proto: ClothingOuterSanta entities: - - uid: 967 + - uid: 31654 components: - type: Transform - parent: 1837 - - type: Physics - canCollide: False - - type: InsideEntityStorage + rot: -25.132741228718352 rad + pos: -21.505573,38.6744 + parent: 12 + - uid: 31655 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: -41.474323,40.472534 + parent: 12 + - uid: 31667 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: -31.513205,38.489803 + parent: 12 + - uid: 31668 + components: + - type: Transform + rot: -6.217248937900877E-15 rad + pos: -39.52883,36.55096 + parent: 12 + - uid: 31671 + components: + - type: Transform + pos: -37.341736,53.412502 + parent: 12 +- proto: ClothingOuterStraightjacket + entities: - uid: 19275 components: - type: Transform @@ -80548,13 +96400,6 @@ entities: - type: Transform pos: -7.747349,-54.783165 parent: 12 -- proto: ClothingOuterVestWebMerc - entities: - - uid: 28761 - components: - - type: Transform - pos: -9.485036,-68.46204 - parent: 12 - proto: ClothingOuterWinterChef entities: - uid: 24081 @@ -80578,20 +96423,6 @@ entities: rot: -6.283185307179586 rad pos: 13.549731,-35.642796 parent: 12 -- proto: ClothingShoesBootsJack - entities: - - uid: 29034 - components: - - type: Transform - pos: 56.448162,64.26336 - parent: 12 -- proto: ClothingShoesBootsJackFilled - entities: - - uid: 19240 - components: - - type: Transform - pos: -52.481884,64.28824 - parent: 12 - proto: ClothingShoesBootsMag entities: - uid: 9586 @@ -80602,22 +96433,22 @@ entities: - uid: 16457 components: - type: Transform - pos: -10.6007395,10.717524 + pos: -10.680083,10.600399 parent: 12 - uid: 16459 components: - type: Transform - pos: -10.635462,7.683822 + pos: -10.648833,7.6629 parent: 12 - - uid: 32303 + - uid: 32201 components: - type: Transform - pos: -10.316017,10.4328 + pos: -10.305083,7.459775 parent: 12 - - uid: 32304 + - uid: 32202 components: - type: Transform - pos: -10.322962,7.371322 + pos: -10.305083,10.381649 parent: 12 - proto: ClothingShoesColorBlue entities: @@ -80654,29 +96485,26 @@ entities: - uid: 836 components: - type: Transform - pos: -49.46099,67.68266 - parent: 12 - - uid: 1061 - components: - - type: Transform - pos: -50.445366,67.58891 + rot: -6.283185307179586 rad + pos: -51.46078,67.59943 parent: 12 - uid: 1836 components: - type: Transform - pos: -44.47378,73.61165 + rot: -12.566370614359172 rad + pos: -45.59967,73.321205 parent: 12 - - uid: 29215 + - uid: 25439 components: - type: Transform - pos: -44.645657,73.78352 + rot: -6.283185307179586 rad + pos: -50.495502,67.57858 parent: 12 -- proto: ClothingShoesSlippers - entities: - - uid: 30402 + - uid: 29215 components: - type: Transform - pos: -43.27831,-50.62727 + rot: -12.566370614359172 rad + pos: -45.342724,73.68256 parent: 12 - proto: ClothingShoesTourist entities: @@ -80749,20 +96577,6 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitAdidasBlack - entities: - - uid: 11532 - components: - - type: Transform - pos: 4.7828403,-59.672386 - parent: 12 -- proto: ClothingUniformJumpsuitAdidasWhite - entities: - - uid: 11529 - components: - - type: Transform - pos: 6.15784,-61.672386 - parent: 12 - proto: ClothingUniformJumpsuitColorBrown entities: - uid: 12812 @@ -80779,12 +96593,21 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ClothingUniformJumpsuitColorOrange + entities: + - uid: 1878 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -54.02698,57.18202 + parent: 12 - proto: ClothingUniformJumpsuitDetective entities: - - uid: 29461 + - uid: 29094 components: - type: Transform - pos: -53.39915,61.467724 + rot: -6.283185307179586 rad + pos: -53.392857,61.517265 parent: 12 - proto: ClothingUniformJumpsuitGladiator entities: @@ -80832,24 +96655,13 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitPrisoner +- proto: ClothingUniformJumpsuitPirate entities: - - uid: 32280 - components: - - type: Transform - parent: 32279 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: ClothingUniformJumpsuitPrisonerGrey - entities: - - uid: 32281 + - uid: 28865 components: - type: Transform - parent: 32279 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: 36.521133,-52.661407 + parent: 12 - proto: ClothingUniformJumpsuitPyjamaSyndicateRed entities: - uid: 28255 @@ -80877,17 +96689,6 @@ entities: parent: 12 - proto: Cobweb1 entities: - - uid: 2008 - components: - - type: Transform - pos: -50.5,-12.5 - parent: 12 - - uid: 4897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-41.5 - parent: 12 - uid: 4899 components: - type: Transform @@ -80963,12 +96764,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,64.5 parent: 12 - - uid: 25019 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,68.5 - parent: 12 - uid: 25020 components: - type: Transform @@ -81030,69 +96825,39 @@ entities: - type: Transform pos: 42.5,64.5 parent: 12 - - uid: 25038 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,58.5 - parent: 12 - uid: 25835 components: - type: Transform rot: 3.141592653589793 rad pos: 6.5,-23.5 parent: 12 - - uid: 28681 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-13.5 - parent: 12 - - uid: 28682 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-10.5 - parent: 12 - - uid: 28709 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-27.5 - parent: 12 - - uid: 28719 - components: - - type: Transform - pos: -21.5,-27.5 - parent: 12 - - uid: 28721 + - uid: 28785 components: - type: Transform rot: 3.141592653589793 rad - pos: -2.5,-53.5 + pos: 36.5,-44.5 parent: 12 - - uid: 28722 + - uid: 30201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,-53.5 + pos: 38.5,63.5 parent: 12 - - uid: 29074 + - uid: 32239 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-48.5 + pos: 60.5,-12.5 parent: 12 - - uid: 30201 + - uid: 32240 components: - type: Transform - pos: 38.5,63.5 + rot: 1.5707963267948966 rad + pos: 60.5,-16.5 parent: 12 - - uid: 32353 + - uid: 32243 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-14.5 + rot: 3.141592653589793 rad + pos: 63.5,-14.5 parent: 12 - proto: Cobweb2 entities: @@ -81179,103 +96944,18 @@ entities: rot: 3.141592653589793 rad pos: 24.5,65.5 parent: 12 - - uid: 28637 - components: - - type: Transform - pos: 63.5,-12.5 - parent: 12 - - uid: 28641 + - uid: 32241 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,-15.5 - parent: 12 - - uid: 28642 - components: - - type: Transform - pos: 59.5,-14.5 - parent: 12 - - uid: 28643 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-13.5 - parent: 12 - - uid: 28644 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-12.5 - parent: 12 - - uid: 28645 - components: - - type: Transform - pos: 62.5,-12.5 + pos: 59.5,-16.5 parent: 12 - - uid: 28647 + - uid: 32242 components: - type: Transform rot: -1.5707963267948966 rad pos: 63.5,-16.5 parent: 12 - - uid: 28648 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-16.5 - parent: 12 - - uid: 28678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-16.5 - parent: 12 - - uid: 28710 - components: - - type: Transform - pos: -19.5,-27.5 - parent: 12 - - uid: 28718 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,-30.5 - parent: 12 - - uid: 28737 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,-53.5 - parent: 12 - - uid: 29076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-49.5 - parent: 12 - - uid: 29080 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-47.5 - parent: 12 - - uid: 29082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-39.5 - parent: 12 - - uid: 30196 - components: - - type: Transform - pos: -22.5,53.5 - parent: 12 - - uid: 32351 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-13.5 - parent: 12 - proto: ComfyChair entities: - uid: 887 @@ -81311,6 +96991,12 @@ entities: - type: Transform pos: -23.5,-55.5 parent: 12 + - uid: 4113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -39.5,-15.5 + parent: 12 - uid: 12236 components: - type: Transform @@ -81394,6 +97080,11 @@ entities: - type: Transform pos: -12.5,51.5 parent: 12 + - uid: 22363 + components: + - type: Transform + pos: -16.5,51.5 + parent: 12 - uid: 24145 components: - type: Transform @@ -81439,6 +97130,12 @@ entities: - type: Transform pos: -2.5,-66.5 parent: 12 + - uid: 31690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,-28.5 + parent: 12 - uid: 31793 components: - type: Transform @@ -81468,7 +97165,7 @@ entities: - uid: 31351 components: - type: Transform - pos: 35.744278,-39.322742 + pos: 36.43559,-39.44592 parent: 12 - proto: ComputerAlert entities: @@ -81484,10 +97181,11 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,-20.5 parent: 12 - - uid: 4012 + - uid: 4785 components: - type: Transform - pos: 17.5,-15.5 + rot: -1.5707963267948966 rad + pos: 18.5,-15.5 parent: 12 - uid: 29966 components: @@ -81517,6 +97215,20 @@ entities: linkedPorts: 1696: - ArtifactAnalyzerSender: ArtifactAnalyzerReceiver +- proto: ComputerAtmosMonitoring + entities: + - uid: 28972 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-20.5 + parent: 12 + - uid: 29967 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 17.5,-13.5 + parent: 12 - proto: computerBodyScanner entities: - uid: 10977 @@ -81559,12 +97271,6 @@ entities: - type: Transform pos: 36.5,-37.5 parent: 12 - - uid: 28688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-10.5 - parent: 12 - uid: 30993 components: - type: Transform @@ -81573,17 +97279,22 @@ entities: parent: 12 - proto: ComputerCargoBounty entities: - - uid: 437 - components: - - type: Transform - pos: 56.5,-18.5 - parent: 12 - uid: 8469 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,-22.5 parent: 12 + - uid: 26518 + components: + - type: Transform + pos: 60.5,-18.5 + parent: 12 + - uid: 32265 + components: + - type: Transform + pos: 77.5,-27.5 + parent: 12 - proto: ComputerCargoOrders entities: - uid: 3621 @@ -81637,11 +97348,6 @@ entities: - type: Transform pos: -12.5,-37.5 parent: 12 - - uid: 8722 - components: - - type: Transform - pos: -22.5,-37.5 - parent: 12 - uid: 17580 components: - type: Transform @@ -81659,11 +97365,10 @@ entities: - type: Transform pos: -40.5,56.5 parent: 12 - - uid: 22360 + - uid: 31191 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,42.5 + pos: -51.5,43.5 parent: 12 - proto: ComputerCriminalRecords entities: @@ -81677,6 +97382,12 @@ entities: - type: Transform pos: -39.5,56.5 parent: 12 + - uid: 8720 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-31.5 + parent: 12 - uid: 13629 components: - type: Transform @@ -81711,11 +97422,6 @@ entities: rot: 3.141592653589793 rad pos: 21.5,56.5 parent: 12 - - uid: 29037 - components: - - type: Transform - pos: 53.5,-31.5 - parent: 12 - proto: ComputerFrame entities: - uid: 4088 @@ -81762,6 +97468,11 @@ entities: parent: 12 - proto: ComputerMedicalRecords entities: + - uid: 1009 + components: + - type: Transform + pos: -22.5,-37.5 + parent: 12 - uid: 2587 components: - type: Transform @@ -81781,7 +97492,7 @@ entities: parent: 12 - proto: ComputerPalletConsole entities: - - uid: 27975 + - uid: 32262 components: - type: Transform rot: -1.5707963267948966 rad @@ -81801,11 +97512,6 @@ entities: rot: 1.5707963267948966 rad pos: -49.5,27.5 parent: 12 - - uid: 4732 - components: - - type: Transform - pos: 18.5,-15.5 - parent: 12 - uid: 5474 components: - type: Transform @@ -81834,6 +97540,12 @@ entities: - type: Transform pos: -6.5,36.5 parent: 12 + - uid: 25831 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-16.5 + parent: 12 - proto: ComputerRadar entities: - uid: 2447 @@ -81842,11 +97554,6 @@ entities: rot: 1.5707963267948966 rad pos: 87.5,-34.5 parent: 12 - - uid: 2491 - components: - - type: Transform - pos: 59.5,-39.5 - parent: 12 - uid: 3915 components: - type: Transform @@ -81870,6 +97577,12 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,-8.5 parent: 12 + - uid: 26947 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-36.5 + parent: 12 - proto: ComputerResearchAndDevelopment entities: - uid: 784 @@ -81921,11 +97634,11 @@ entities: rot: -1.5707963267948966 rad pos: -23.5,-28.5 parent: 12 - - uid: 28117 + - uid: 32294 components: - type: Transform rot: 3.141592653589793 rad - pos: -39.5,-24.5 + pos: -42.5,-20.5 parent: 12 - proto: ComputerSalvageExpedition entities: @@ -81952,12 +97665,6 @@ entities: - type: Transform pos: 34.5,67.5 parent: 12 - - uid: 15904 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-68.5 - parent: 12 - uid: 18157 components: - type: Transform @@ -81970,6 +97677,12 @@ entities: rot: 3.141592653589793 rad pos: 54.5,-5.5 parent: 12 + - uid: 27125 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -19.5,-69.5 + parent: 12 - uid: 31765 components: - type: Transform @@ -81990,11 +97703,6 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,51.5 parent: 12 - - uid: 13630 - components: - - type: Transform - pos: 29.5,33.5 - parent: 12 - uid: 18660 components: - type: Transform @@ -82003,6 +97711,12 @@ entities: parent: 12 - proto: ComputerSurveillanceCameraMonitor entities: + - uid: 1116 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -50.5,38.5 + parent: 12 - uid: 5803 components: - type: Transform @@ -82015,12 +97729,6 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,55.5 parent: 12 - - uid: 17970 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,38.5 - parent: 12 - uid: 20822 components: - type: Transform @@ -82038,7 +97746,7 @@ entities: - type: Transform pos: 21.5,59.5 parent: 12 - - uid: 29257 + - uid: 28975 components: - type: Transform rot: -1.5707963267948966 rad @@ -82046,6 +97754,12 @@ entities: parent: 12 - proto: ComputerSurveillanceWirelessCameraMonitor entities: + - uid: 210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-33.5 + parent: 12 - uid: 17952 components: - type: Transform @@ -82128,10 +97842,10 @@ entities: - type: Transform pos: -7.5,63.5 parent: 12 - - uid: 29251 + - uid: 29302 components: - type: Transform - pos: -54.5,64.5 + pos: -53.5,63.5 parent: 12 - uid: 30262 components: @@ -82161,6 +97875,639 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: ConveyorBelt + entities: + - uid: 2489 + components: + - type: Transform + pos: 35.5,20.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 6186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-37.5 + parent: 12 + - uid: 7502 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-37.5 + parent: 12 + - uid: 7574 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-13.5 + parent: 12 + - uid: 7723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-13.5 + parent: 12 + - uid: 7725 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-12.5 + parent: 12 + - uid: 7726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-13.5 + parent: 12 + - uid: 7736 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-13.5 + parent: 12 + - uid: 7737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-13.5 + parent: 12 + - uid: 7738 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-13.5 + parent: 12 + - uid: 7740 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-12.5 + parent: 12 + - uid: 7741 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-12.5 + parent: 12 + - uid: 7742 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-12.5 + parent: 12 + - uid: 7743 + components: + - type: Transform + pos: 60.5,-12.5 + parent: 12 + - uid: 7744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-13.5 + parent: 12 + - uid: 7748 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-15.5 + parent: 12 + - uid: 7749 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-15.5 + parent: 12 + - uid: 7750 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-15.5 + parent: 12 + - uid: 7751 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-15.5 + parent: 12 + - uid: 7752 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,-15.5 + parent: 12 + - uid: 7753 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-15.5 + parent: 12 + - uid: 7754 + components: + - type: Transform + pos: 60.5,-15.5 + parent: 12 + - uid: 7755 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 60.5,-16.5 + parent: 12 + - uid: 7756 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 61.5,-16.5 + parent: 12 + - uid: 7757 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 62.5,-16.5 + parent: 12 + - uid: 7758 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 63.5,-16.5 + parent: 12 + - uid: 7759 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 64.5,-16.5 + parent: 12 + - uid: 7812 + components: + - type: Transform + pos: 47.5,-20.5 + parent: 12 + - uid: 7813 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-20.5 + parent: 12 + - uid: 7814 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-22.5 + parent: 12 + - uid: 7815 + components: + - type: Transform + pos: 47.5,-22.5 + parent: 12 + - uid: 7955 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-37.5 + parent: 12 + - uid: 7989 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 61.5,-37.5 + parent: 12 + - uid: 8001 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,-37.5 + parent: 12 + - uid: 8002 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 63.5,-37.5 + parent: 12 + - uid: 8003 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 64.5,-37.5 + parent: 12 + - uid: 8004 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 65.5,-37.5 + parent: 12 + - uid: 8005 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 66.5,-37.5 + parent: 12 + - uid: 8006 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 67.5,-37.5 + parent: 12 + - uid: 8007 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 68.5,-37.5 + parent: 12 + - uid: 8008 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 69.5,-37.5 + parent: 12 + - uid: 8009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 70.5,-37.5 + parent: 12 + - uid: 8010 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 71.5,-37.5 + parent: 12 + - uid: 8011 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 72.5,-37.5 + parent: 12 + - uid: 8012 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 73.5,-37.5 + parent: 12 + - uid: 8013 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 74.5,-37.5 + parent: 12 + - uid: 8014 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 75.5,-37.5 + parent: 12 + - uid: 9556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 38.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11497 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,16.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11507 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11518 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11519 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11528 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11529 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11531 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11532 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11533 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 45.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11534 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 44.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11958 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 43.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11959 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,16.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11960 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,15.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11972 + components: + - type: Transform + pos: 35.5,19.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11973 + components: + - type: Transform + pos: 35.5,18.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11974 + components: + - type: Transform + pos: 35.5,17.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11975 + components: + - type: Transform + pos: 35.5,16.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11976 + components: + - type: Transform + pos: 35.5,15.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 11977 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 52.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 12079 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,17.5 + parent: 12 + - uid: 12081 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,17.5 + parent: 12 + - uid: 12082 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,17.5 + parent: 12 + - uid: 12083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,17.5 + parent: 12 + - uid: 12123 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,14.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 12199 + components: + - type: Transform + pos: 47.5,-21.5 + parent: 12 + - uid: 12227 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 46.5,-21.5 + parent: 12 + - uid: 12290 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,6.5 + parent: 12 + - uid: 12610 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,40.5 + parent: 12 + - uid: 12611 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,40.5 + parent: 12 + - uid: 12612 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 58.5,40.5 + parent: 12 + - uid: 12613 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,40.5 + parent: 12 + - uid: 12632 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,6.5 + parent: 12 + - uid: 12633 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 34.5,6.5 + parent: 12 + - uid: 22295 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 36.5,6.5 + parent: 12 + - uid: 22312 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,15.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 1 + - uid: 22952 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -27.5,75.5 + parent: 12 + - uid: 23122 + components: + - type: Transform + pos: -27.5,77.5 + parent: 12 + - uid: 23177 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,76.5 + parent: 12 + - uid: 23700 + components: + - type: Transform + pos: -27.5,76.5 + parent: 12 + - uid: 27040 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,77.5 + parent: 12 + - uid: 27329 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -28.5,75.5 + parent: 12 + - uid: 27498 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,77.5 + parent: 12 + - uid: 27716 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -29.5,75.5 + parent: 12 +- proto: ConveyorBeltAssembly + entities: + - uid: 6163 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6164 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6165 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6166 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6200 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6201 + components: + - type: Transform + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: CorporateCircuitBoard entities: - uid: 28851 @@ -82169,25 +98516,18 @@ entities: rot: -6.283185307179586 rad pos: -4.5230923,-11.528757 parent: 12 -- proto: CowToolboxFilled +- proto: CrateAirlockKit entities: - - uid: 18846 + - uid: 1042 components: - type: Transform - pos: -26.5,51.9 + pos: -44.5,-16.5 parent: 12 -- proto: CrateAirlockKit - entities: - uid: 9268 components: - type: Transform pos: 37.5,-19.5 parent: 12 - - uid: 28250 - components: - - type: Transform - pos: -46.5,-12.5 - parent: 12 - proto: CrateArtifactContainer entities: - uid: 2007 @@ -82197,28 +98537,18 @@ entities: parent: 12 - type: Lock locked: False - - uid: 8812 - components: - - type: Transform - pos: -49.5,-24.5 - parent: 12 - - uid: 28704 - components: - - type: Transform - pos: -48.5,-24.5 - parent: 12 -- proto: CrateBaseSecure - entities: - - uid: 6770 + - uid: 2008 components: - type: Transform - pos: 77.5,-27.5 + pos: -48.5,-31.5 parent: 12 + - type: Lock + locked: False - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.14673 + temperature: 293.147 moles: - 1.7459903 - 6.568249 @@ -82232,6 +98562,11 @@ entities: - 0 - 0 - 0 + - uid: 22064 + components: + - type: Transform + pos: 47.5,60.5 + parent: 12 - proto: CrateChemistrySupplies entities: - uid: 3512 @@ -82273,43 +98608,12 @@ entities: - type: Transform pos: -35.5,68.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 954 - - 952 - - 950 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateEmergencyExplosive entities: - - uid: 933 + - uid: 18274 components: - type: Transform - pos: -27.5,68.5 + pos: -45.5,52.5 parent: 12 - proto: CrateEmergencyInternalsLarge entities: @@ -82318,13 +98622,6 @@ entities: - type: Transform pos: -8.5,13.5 parent: 12 -- proto: CrateEmergencyRadiation - entities: - - uid: 5983 - components: - - type: Transform - pos: 25.5,-18.5 - parent: 12 - proto: CrateEmptySpawner entities: - uid: 436 @@ -82347,31 +98644,70 @@ entities: - type: Transform pos: 60.5,-21.5 parent: 12 -- proto: CrateEngineeringAMEJar +- proto: CrateEngineering entities: - - uid: 5872 + - uid: 6162 components: + - type: MetaData + desc: A large crate containing 6 conveyor belts. + name: conveyor belt crate - type: Transform - pos: 34.5,4.5 + pos: 62.5,-21.5 parent: 12 - - uid: 29395 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.8856695 + - 7.0937095 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 6201 + - 6200 + - 6166 + - 6165 + - 6164 + - 6163 + - 4914 + - 4916 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringAMEJar + entities: + - uid: 773 components: - type: Transform - pos: 33.5,4.5 + pos: 40.5,4.5 parent: 12 - proto: CrateEngineeringAMEShielding entities: - - uid: 29355 + - uid: 26873 components: - type: Transform - pos: 33.5,0.5 + pos: 38.5,4.5 parent: 12 -- proto: CrateEngineeringCableBulk - entities: - - uid: 26896 + - uid: 31866 components: - type: Transform - pos: -18.5,-68.5 + pos: 39.5,4.5 parent: 12 - proto: CrateEngineeringElectricalSupplies entities: @@ -82380,13 +98716,6 @@ entities: - type: Transform pos: 8.5,-18.5 parent: 12 -- proto: CrateEngineeringMiniJetpack - entities: - - uid: 27354 - components: - - type: Transform - pos: 77.5,-28.5 - parent: 12 - proto: CrateEngineeringShuttle entities: - uid: 10889 @@ -82418,8 +98747,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -82436,9 +98765,9 @@ entities: showEnts: False occludes: True ents: - - 2920 - - 2923 - 2929 + - 2923 + - 2920 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -82456,8 +98785,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.7459903 - - 6.568249 + - 1.8968438 + - 7.1357465 - 0 - 0 - 0 @@ -82474,9 +98803,93 @@ entities: showEnts: False occludes: True ents: - - 5888 - 5886 - 5885 + - 4887 + - 4851 + - 5888 + - 6298 + - 6299 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringTeslaCoil + entities: + - uid: 24085 + components: + - type: Transform + pos: 62.5,12.5 + parent: 12 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 24193 + - 24218 + - 24223 + - 24224 + - 24225 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: CrateEngineeringTeslaGroundingRod + entities: + - uid: 24702 + components: + - type: Transform + pos: 61.5,12.5 + parent: 12 + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 25027 + - 25038 + - 25101 + - 25104 + - 25195 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -82537,13 +98950,6 @@ entities: - type: Transform pos: 37.5,-17.5 parent: 12 -- proto: CrateFoodMRE - entities: - - uid: 12633 - components: - - type: Transform - pos: -48.5,58.5 - parent: 12 - proto: CrateFreezer entities: - uid: 1844 @@ -82551,35 +98957,6 @@ entities: - type: Transform pos: -45.5,-49.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 963 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 3473 components: - type: Transform @@ -82613,24 +98990,6 @@ entities: - type: Transform pos: -20.5,-30.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14963 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 15403 components: - type: Transform @@ -82733,13 +99092,6 @@ entities: - type: Transform pos: 64.5,47.5 parent: 12 -- proto: CrateHydroponicsSeedsExotic - entities: - - uid: 27415 - components: - - type: Transform - pos: 62.5,-21.5 - parent: 12 - proto: CrateHydroponicsTools entities: - uid: 24018 @@ -82747,13 +99099,6 @@ entities: - type: Transform pos: 63.5,47.5 parent: 12 -- proto: CrateMaterialBrass - entities: - - uid: 8724 - components: - - type: Transform - pos: -45.5,-16.5 - parent: 12 - proto: CrateMaterialPlasma entities: - uid: 1774 @@ -82761,6 +99106,11 @@ entities: - type: Transform pos: -49.5,-37.5 parent: 12 + - uid: 32289 + components: + - type: Transform + pos: -50.5,-37.5 + parent: 12 - proto: CrateMedicalSurgery entities: - uid: 1837 @@ -82768,35 +99118,6 @@ entities: - type: Transform pos: -45.5,-46.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 967 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - uid: 30505 components: - type: Transform @@ -82841,13 +99162,26 @@ entities: - type: Transform pos: -56.5,24.5 parent: 12 -- proto: CratePlasma +- proto: CratePermaEscapeGiftsFromSyndicate entities: - - uid: 8723 + - uid: 4400 components: - type: Transform - pos: 61.5,-21.5 + pos: -0.5,-18.5 parent: 12 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 7947 + - 11978 + - 14920 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: CrateSecure entities: - uid: 13231 @@ -82855,24 +99189,6 @@ entities: - type: Transform pos: 49.5,27.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 21736 components: - type: Transform @@ -82893,19 +99209,19 @@ entities: - type: Transform pos: -14.5,59.5 parent: 12 -- proto: CrateSecurityNonlethal +- proto: CrateSecuritySWAT entities: - - uid: 31873 + - uid: 26571 components: - type: Transform - pos: -28.5,68.5 + pos: -37.5,65.5 parent: 12 - proto: CrateSecurityTrackingMindshieldImplants entities: - - uid: 31849 + - uid: 31074 components: - type: Transform - pos: -28.5,67.5 + pos: -34.5,66.5 parent: 12 - proto: CrateServiceBureaucracy entities: @@ -82947,19 +99263,12 @@ entities: - type: Transform pos: -0.5,31.5 parent: 12 -- proto: CrateSyndicateSurplusBundleAgent - entities: - - uid: 4400 - components: - - type: Transform - pos: -0.5,-18.5 - parent: 12 - proto: CrateTrainingBombs entities: - - uid: 5084 + - uid: 25440 components: - type: Transform - pos: -23.5,70.5 + pos: -29.5,62.5 parent: 12 - proto: CrateTrashCart entities: @@ -82978,36 +99287,6 @@ entities: - type: Transform pos: 64.5,42.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 10109 - - 10111 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: CrateTrashCartFilled entities: - uid: 4161 @@ -83119,6 +99398,11 @@ entities: - type: Transform pos: -28.283596,23.347982 parent: 12 + - uid: 30176 + components: + - type: Transform + pos: -42.437584,42.39632 + parent: 12 - uid: 31702 components: - type: Transform @@ -83126,32 +99410,38 @@ entities: parent: 12 - proto: CrowbarRed entities: - - uid: 29491 + - uid: 29500 components: - type: Transform - pos: -37.5,75.5 + pos: -36.524837,76.4381 parent: 12 - proto: CryogenicSleepUnit entities: - - uid: 7466 + - uid: 21356 components: - type: Transform - pos: -6.5,51.5 + rot: 3.141592653589793 rad + pos: -31.5,50.5 parent: 12 - - uid: 7761 + - uid: 28862 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,51.5 + rot: -1.5707963267948966 rad + pos: -48.5,38.5 parent: 12 - - uid: 21356 +- proto: CryogenicSleepUnitSpawnerLateJoin + entities: + - uid: 17625 components: - type: Transform rot: 3.141592653589793 rad - pos: -31.5,50.5 + pos: -8.5,51.5 + parent: 12 + - uid: 21642 + components: + - type: Transform + pos: -6.5,51.5 parent: 12 -- proto: CryogenicSleepUnitSpawnerLateJoin - entities: - uid: 21643 components: - type: Transform @@ -83175,20 +99465,6 @@ entities: - type: Transform pos: -11.5,-54.5 parent: 12 -- proto: CryostasisBeaker - entities: - - uid: 26804 - components: - - type: Transform - parent: 32015 - - type: Physics - canCollide: False - - uid: 26891 - components: - - type: Transform - parent: 32015 - - type: Physics - canCollide: False - proto: CryoxadoneBeakerSmall entities: - uid: 2801 @@ -83201,28 +99477,75 @@ entities: - type: Transform pos: -13.196144,-56.206875 parent: 12 - - uid: 31074 +- proto: Crystallite1 + entities: + - uid: 32147 components: - type: Transform - pos: -13.438822,-56.487408 + pos: -53.19808,40.83686 parent: 12 -- proto: CurtainsBlackOpen - entities: - - uid: 8481 + - uid: 32148 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,30.5 + pos: -53.28604,40.772045 parent: 12 - - uid: 20850 + - uid: 32149 components: - type: Transform - pos: -0.5,-18.5 + pos: -53.142525,40.725746 parent: 12 - - uid: 30112 + - uid: 32150 + components: + - type: Transform + pos: -53.355488,40.670193 + parent: 12 + - uid: 32151 + components: + - type: Transform + pos: -53.244377,40.628525 + parent: 12 + - uid: 32152 + components: + - type: Transform + pos: -53.142525,40.54056 + parent: 12 + - uid: 32153 components: - type: Transform - pos: 54.5,14.5 + pos: -53.239746,40.44797 + parent: 12 + - uid: 32154 + components: + - type: Transform + pos: -53.32771,40.47112 + parent: 12 + - uid: 32155 + components: + - type: Transform + pos: -53.43419,40.522045 + parent: 12 + - uid: 32156 + components: + - type: Transform + pos: -53.475857,40.647045 + parent: 12 + - uid: 32157 + components: + - type: Transform + pos: -53.401783,40.772045 + parent: 12 + - uid: 32158 + components: + - type: Transform + pos: -53.350857,40.869267 + parent: 12 +- proto: CurtainsBlackOpen + entities: + - uid: 8481 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,30.5 parent: 12 - proto: CurtainsBlueOpen entities: @@ -83241,11 +99564,11 @@ entities: - type: Transform pos: -5.5,60.5 parent: 12 - - uid: 23565 + - uid: 32174 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,43.5 + pos: -52.5,43.5 parent: 12 - proto: CurtainsGreenOpen entities: @@ -83315,15 +99638,13 @@ entities: - type: Transform pos: 3.5,55.5 parent: 12 -- proto: CutterMachine +- proto: d6Dice entities: - - uid: 1116 + - uid: 929 components: - type: Transform - pos: 13.5,-19.5 + pos: 36.674004,-46.37224 parent: 12 -- proto: d6Dice - entities: - uid: 22659 components: - type: Transform @@ -83344,11 +99665,6 @@ entities: - type: Transform pos: 10.81598,57.67887 parent: 12 - - uid: 27309 - components: - - type: Transform - pos: 11.422383,61.59871 - parent: 12 - proto: DartBlue entities: - uid: 15011 @@ -83385,14 +99701,6 @@ entities: - type: Transform pos: 21.296654,48.664223 parent: 12 -- proto: DawInstrument - entities: - - uid: 29181 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -47.5,76.5 - parent: 12 - proto: DefaultStationBeacon entities: - uid: 10337 @@ -83440,6 +99748,16 @@ entities: text: Pool - type: WarpPoint location: Pool + - uid: 26754 + components: + - type: Transform + pos: 47.5,59.5 + parent: 12 + - type: NavMapBeacon + color: '#D381C993' + text: Science checkpoint + - type: WarpPoint + location: Science checkpoint - proto: DefaultStationBeaconAI entities: - uid: 115 @@ -83456,10 +99774,10 @@ entities: parent: 12 - proto: DefaultStationBeaconAME entities: - - uid: 5966 + - uid: 1358 components: - type: Transform - pos: 36.5,2.5 + pos: 39.5,3.5 parent: 12 - proto: DefaultStationBeaconAnomalyGenerator entities: @@ -83503,13 +99821,6 @@ entities: - type: Transform pos: 24.5,46.5 parent: 12 -- proto: DefaultStationBeaconBlueShield - entities: - - uid: 22340 - components: - - type: Transform - pos: -54.5,41.5 - parent: 12 - proto: DefaultStationBeaconBotany entities: - uid: 24124 @@ -83526,10 +99837,10 @@ entities: parent: 12 - proto: DefaultStationBeaconBrig entities: - - uid: 29871 + - uid: 25579 components: - type: Transform - pos: -43.5,57.5 + pos: -43.5,56.5 parent: 12 - proto: DefaultStationBeaconCaptainsQuarters entities: @@ -83594,11 +99905,6 @@ entities: - type: Transform pos: -7.5,50.5 parent: 12 - - uid: 29595 - components: - - type: Transform - pos: -6.5,51.5 - parent: 12 - proto: DefaultStationBeaconDetectiveRoom entities: - uid: 13600 @@ -83629,25 +99935,20 @@ entities: parent: 12 - proto: DefaultStationBeaconEscapePod entities: - - uid: 509 - components: - - type: Transform - pos: -52.5,57.5 - parent: 12 - uid: 627 components: - type: Transform pos: -55.5,-39.5 parent: 12 - - uid: 916 + - uid: 703 components: - type: Transform - pos: -18.5,73.5 + pos: -10.5,-71.5 parent: 12 - - uid: 2340 + - uid: 916 components: - type: Transform - pos: -16.5,-67.5 + pos: -18.5,73.5 parent: 12 - uid: 7275 components: @@ -83659,15 +99960,11 @@ entities: - type: Transform pos: 49.5,65.5 parent: 12 - - uid: 26684 + - uid: 29274 components: - type: Transform - pos: -23.5,62.5 + pos: -22.5,65.5 parent: 12 - - type: NavMapBeacon - text: Гамма - - type: WarpPoint - location: Гамма - proto: DefaultStationBeaconEvac entities: - uid: 7264 @@ -83769,10 +100066,10 @@ entities: parent: 12 - proto: DefaultStationBeaconPowerBank entities: - - uid: 8968 + - uid: 4476 components: - type: Transform - pos: 13.5,-16.5 + pos: 13.5,-15.5 parent: 12 - proto: DefaultStationBeaconQMRoom entities: @@ -83865,6 +100162,11 @@ entities: - type: Transform pos: -51.5,46.5 parent: 12 + - uid: 27449 + components: + - type: Transform + pos: -18.5,-67.5 + parent: 12 - uid: 31018 components: - type: Transform @@ -83893,10 +100195,10 @@ entities: parent: 12 - proto: DefaultStationBeaconTEG entities: - - uid: 26552 + - uid: 4013 components: - type: Transform - pos: 11.5,14.5 + pos: 7.5,15.5 parent: 12 - proto: DefaultStationBeaconTelecoms entities: @@ -83924,13 +100226,6 @@ entities: - type: Transform pos: -30.5,9.5 parent: 12 -- proto: DefaultStationBeaconVox - entities: - - uid: 29642 - components: - - type: Transform - pos: 5.5,69.5 - parent: 12 - proto: DefaultStationBeaconWardensOffice entities: - uid: 20823 @@ -83958,12 +100253,6 @@ entities: parent: 12 - proto: DefibrillatorCabinetFilled entities: - - uid: 2277 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,55.5 - parent: 12 - uid: 4069 components: - type: Transform @@ -83986,6 +100275,11 @@ entities: rot: 3.141592653589793 rad pos: -17.5,-59.5 parent: 12 + - uid: 24219 + components: + - type: Transform + pos: -45.5,57.5 + parent: 12 - uid: 30626 components: - type: Transform @@ -84000,11 +100294,6 @@ entities: parent: 12 - proto: DeployableBarrier entities: - - uid: 9971 - components: - - type: Transform - pos: -36.5,68.5 - parent: 12 - uid: 21343 components: - type: Transform @@ -84015,10 +100304,20 @@ entities: - type: Transform pos: -30.5,41.5 parent: 12 - - uid: 30056 + - uid: 22887 components: - type: Transform - pos: -34.5,68.5 + pos: -32.5,68.5 + parent: 12 + - uid: 24286 + components: + - type: Transform + pos: -38.5,62.5 + parent: 12 + - uid: 27457 + components: + - type: Transform + pos: -31.5,62.5 parent: 12 - proto: DeskBell entities: @@ -84032,11 +100331,6 @@ entities: - type: Transform pos: -18.443525,-21.50596 parent: 12 - - uid: 26787 - components: - - type: Transform - pos: -27.701181,48.64491 - parent: 12 - proto: DiseaseDiagnoser entities: - uid: 2774 @@ -84058,12 +100352,6 @@ entities: parent: 12 - proto: DisposalBend entities: - - uid: 41 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,62.5 - parent: 12 - uid: 1862 components: - type: Transform @@ -84100,6 +100388,12 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-24.5 parent: 12 + - uid: 2423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 12 - uid: 2900 components: - type: Transform @@ -84238,11 +100532,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-47.5 parent: 12 - - uid: 5131 - components: - - type: Transform - pos: -23.5,53.5 - parent: 12 - uid: 5173 components: - type: Transform @@ -84282,6 +100571,18 @@ entities: - type: Transform pos: -7.5,-51.5 parent: 12 + - uid: 6313 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 12 + - uid: 6315 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 51.5,62.5 + parent: 12 - uid: 6864 components: - type: Transform @@ -84300,6 +100601,12 @@ entities: rot: -1.5707963267948966 rad pos: 21.5,-37.5 parent: 12 + - uid: 7207 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,62.5 + parent: 12 - uid: 7510 components: - type: Transform @@ -84334,12 +100641,6 @@ entities: rot: 3.141592653589793 rad pos: 56.5,-40.5 parent: 12 - - uid: 8423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-40.5 - parent: 12 - uid: 8474 components: - type: Transform @@ -84364,12 +100665,6 @@ entities: rot: -1.5707963267948966 rad pos: 30.5,21.5 parent: 12 - - uid: 9084 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-0.5 - parent: 12 - uid: 9457 components: - type: Transform @@ -84426,12 +100721,6 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,-16.5 parent: 12 - - uid: 10201 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-12.5 - parent: 12 - uid: 10414 components: - type: Transform @@ -84529,6 +100818,12 @@ entities: rot: -1.5707963267948966 rad pos: 29.5,53.5 parent: 12 + - uid: 11965 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 35.5,17.5 + parent: 12 - uid: 11966 components: - type: Transform @@ -84552,11 +100847,6 @@ entities: - type: Transform pos: 46.5,14.5 parent: 12 - - uid: 12083 - components: - - type: Transform - pos: -55.5,63.5 - parent: 12 - uid: 12139 components: - type: Transform @@ -84771,12 +101061,6 @@ entities: rot: 3.141592653589793 rad pos: -47.5,28.5 parent: 12 - - uid: 17773 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-30.5 - parent: 12 - uid: 18671 components: - type: Transform @@ -85187,12 +101471,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,0.5 parent: 12 - - uid: 26851 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,17.5 - parent: 12 - uid: 27387 components: - type: Transform @@ -85281,12 +101559,6 @@ entities: rot: 3.141592653589793 rad pos: 33.5,12.5 parent: 12 - - uid: 28998 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-1.5 - parent: 12 - uid: 29033 components: - type: Transform @@ -85381,41 +101653,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-68.5 parent: 12 - - uid: 31330 - components: - - type: Transform - pos: -50.5,62.5 - parent: 12 - - uid: 31469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,55.5 - parent: 12 - - uid: 31518 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -46.5,55.5 - parent: 12 - - uid: 31519 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,56.5 - parent: 12 - - uid: 31531 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,56.5 - parent: 12 - - uid: 31556 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,58.5 - parent: 12 - uid: 31800 components: - type: Transform @@ -85479,18 +101716,6 @@ entities: - type: Transform pos: 52.5,46.5 parent: 12 - - uid: 32109 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,63.5 - parent: 12 - - uid: 32112 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,63.5 - parent: 12 - proto: DisposalJunction entities: - uid: 1900 @@ -85534,6 +101759,12 @@ entities: - type: Transform pos: 23.5,-17.5 parent: 12 + - uid: 5186 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 12 - uid: 5810 components: - type: Transform @@ -85654,11 +101885,6 @@ entities: rot: 1.5707963267948966 rad pos: 21.5,41.5 parent: 12 - - uid: 31742 - components: - - type: Transform - pos: -35.5,58.5 - parent: 12 - proto: DisposalJunctionFlipped entities: - uid: 1882 @@ -85726,6 +101952,12 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-27.5 parent: 12 + - uid: 5190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 27.5,-16.5 + parent: 12 - uid: 5892 components: - type: Transform @@ -86832,12 +103064,6 @@ entities: rot: 3.141592653589793 rad pos: 30.5,-11.5 parent: 12 - - uid: 4695 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,53.5 - parent: 12 - uid: 4697 components: - type: Transform @@ -86956,6 +103182,18 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,-5.5 parent: 12 + - uid: 5131 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,10.5 + parent: 12 + - uid: 5304 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 26.5,-15.5 + parent: 12 - uid: 5323 components: - type: Transform @@ -87090,12 +103328,29 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-21.5 parent: 12 + - uid: 6303 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 40.5,-0.5 + parent: 12 + - uid: 6323 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 58.5,-40.5 + parent: 12 - uid: 6719 components: - type: Transform rot: 1.5707963267948966 rad pos: 35.5,-1.5 parent: 12 + - uid: 6743 + components: + - type: Transform + pos: 54.5,63.5 + parent: 12 - uid: 6765 components: - type: Transform @@ -87264,6 +103519,12 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,-26.5 parent: 12 + - uid: 7300 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,62.5 + parent: 12 - uid: 7305 components: - type: Transform @@ -87282,6 +103543,12 @@ entities: rot: 3.141592653589793 rad pos: -39.5,51.5 parent: 12 + - uid: 7423 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,62.5 + parent: 12 - uid: 7469 components: - type: Transform @@ -88413,12 +104680,6 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,10.5 parent: 12 - - uid: 10874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,10.5 - parent: 12 - uid: 10875 components: - type: Transform @@ -88798,18 +105059,6 @@ entities: rot: 3.141592653589793 rad pos: 46.5,13.5 parent: 12 - - uid: 12081 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,62.5 - parent: 12 - - uid: 12082 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,62.5 - parent: 12 - uid: 12099 components: - type: Transform @@ -91068,6 +107317,12 @@ entities: rot: 3.141592653589793 rad pos: -35.5,57.5 parent: 12 + - uid: 20274 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,58.5 + parent: 12 - uid: 20279 components: - type: Transform @@ -91258,12 +107513,6 @@ entities: rot: -1.5707963267948966 rad pos: 34.5,-26.5 parent: 12 - - uid: 22107 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 26.5,-16.5 - parent: 12 - uid: 22108 components: - type: Transform @@ -92660,12 +108909,6 @@ entities: rot: 3.141592653589793 rad pos: 10.5,-19.5 parent: 12 - - uid: 26795 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,16.5 - parent: 12 - uid: 26801 components: - type: Transform @@ -93374,24 +109617,6 @@ entities: rot: 1.5707963267948966 rad pos: 38.5,-1.5 parent: 12 - - uid: 28999 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-1.5 - parent: 12 - - uid: 29014 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,40.5 - parent: 12 - - uid: 29015 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,40.5 - parent: 12 - uid: 29016 components: - type: Transform @@ -93402,12 +109627,6 @@ entities: - type: Transform pos: 18.5,22.5 parent: 12 - - uid: 29018 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,40.5 - parent: 12 - uid: 29099 components: - type: Transform @@ -93579,12 +109798,6 @@ entities: rot: -1.5707963267948966 rad pos: -33.5,-38.5 parent: 12 - - uid: 29368 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-16.5 - parent: 12 - uid: 29369 components: - type: Transform @@ -93699,125 +109912,6 @@ entities: rot: 3.141592653589793 rad pos: -0.5,-67.5 parent: 12 - - uid: 31293 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,62.5 - parent: 12 - - uid: 31294 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -51.5,62.5 - parent: 12 - - uid: 31364 - components: - - type: Transform - pos: -50.5,61.5 - parent: 12 - - uid: 31374 - components: - - type: Transform - pos: -50.5,60.5 - parent: 12 - - uid: 31381 - components: - - type: Transform - pos: -50.5,59.5 - parent: 12 - - uid: 31394 - components: - - type: Transform - pos: -50.5,58.5 - parent: 12 - - uid: 31441 - components: - - type: Transform - pos: -50.5,57.5 - parent: 12 - - uid: 31442 - components: - - type: Transform - pos: -50.5,56.5 - parent: 12 - - uid: 31511 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -49.5,55.5 - parent: 12 - - uid: 31512 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,55.5 - parent: 12 - - uid: 31513 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,55.5 - parent: 12 - - uid: 31529 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,56.5 - parent: 12 - - uid: 31530 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,56.5 - parent: 12 - - uid: 31557 - components: - - type: Transform - pos: -43.5,57.5 - parent: 12 - - uid: 31561 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.5,58.5 - parent: 12 - - uid: 31562 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,58.5 - parent: 12 - - uid: 31564 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,58.5 - parent: 12 - - uid: 31621 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,58.5 - parent: 12 - - uid: 31624 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,58.5 - parent: 12 - - uid: 31687 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,58.5 - parent: 12 - - uid: 31692 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,58.5 - parent: 12 - uid: 31801 components: - type: Transform @@ -94342,31 +110436,8 @@ entities: - type: Transform pos: 57.5,49.5 parent: 12 - - uid: 32107 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,63.5 - parent: 12 - - uid: 32113 - components: - - type: Transform - pos: 51.5,62.5 - parent: 12 - - uid: 32114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,63.5 - parent: 12 - proto: DisposalPipeBroken entities: - - uid: 2704 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-31.5 - parent: 12 - uid: 4901 components: - type: Transform @@ -94502,12 +110573,6 @@ entities: - type: Transform pos: -27.5,-18.5 parent: 12 - - uid: 2031 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-30.5 - parent: 12 - uid: 3387 components: - type: Transform @@ -94565,18 +110630,6 @@ entities: - type: Transform pos: 43.5,39.5 parent: 12 - - uid: 4709 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,52.5 - parent: 12 - - uid: 5067 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,53.5 - parent: 12 - uid: 5209 components: - type: Transform @@ -94589,6 +110642,12 @@ entities: rot: -1.5707963267948966 rad pos: 44.5,-11.5 parent: 12 + - uid: 6328 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 59.5,-40.5 + parent: 12 - uid: 6847 components: - type: Transform @@ -94636,11 +110695,6 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,-37.5 parent: 12 - - uid: 8351 - components: - - type: Transform - pos: 58.5,-39.5 - parent: 12 - uid: 8831 components: - type: Transform @@ -94677,11 +110731,6 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-23.5 parent: 12 - - uid: 9773 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 12 - uid: 10413 components: - type: Transform @@ -94694,12 +110743,6 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,-8.5 parent: 12 - - uid: 12191 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,63.5 - parent: 12 - uid: 12285 components: - type: Transform @@ -94855,6 +110898,11 @@ entities: - type: Transform pos: -14.5,45.5 parent: 12 + - uid: 22158 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 12 - uid: 22414 components: - type: Transform @@ -94931,22 +110979,16 @@ entities: - type: Transform pos: 53.5,49.5 parent: 12 - - uid: 25567 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,-13.5 - parent: 12 - uid: 26522 components: - type: Transform pos: 33.5,-9.5 parent: 12 - - uid: 26855 + - uid: 26646 components: - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,15.5 + rot: 1.5707963267948966 rad + pos: 16.5,-12.5 parent: 12 - uid: 27021 components: @@ -94965,11 +111007,10 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,-17.5 parent: 12 - - uid: 29013 + - uid: 28382 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,40.5 + pos: 35.5,18.5 parent: 12 - uid: 29166 components: @@ -95050,11 +111091,6 @@ entities: - type: Transform pos: -28.5,38.5 parent: 12 - - uid: 2276 - components: - - type: Transform - pos: -56.5,63.5 - parent: 12 - uid: 2938 components: - type: Transform @@ -95095,21 +111131,11 @@ entities: - type: Transform pos: 8.5,-52.5 parent: 12 - - uid: 4613 - components: - - type: Transform - pos: 27.5,-15.5 - parent: 12 - uid: 4669 components: - type: Transform pos: 35.5,-23.5 parent: 12 - - uid: 4708 - components: - - type: Transform - pos: -23.5,52.5 - parent: 12 - uid: 5110 components: - type: Transform @@ -95135,11 +111161,6 @@ entities: - type: Transform pos: 55.5,6.5 parent: 12 - - uid: 8346 - components: - - type: Transform - pos: 58.5,-39.5 - parent: 12 - uid: 8347 components: - type: Transform @@ -95165,11 +111186,6 @@ entities: - type: Transform pos: 44.5,-11.5 parent: 12 - - uid: 10017 - components: - - type: Transform - pos: 16.5,-13.5 - parent: 12 - uid: 11239 components: - type: Transform @@ -95192,6 +111208,11 @@ entities: - type: Transform pos: 47.5,17.5 parent: 12 + - uid: 12697 + components: + - type: Transform + pos: 26.5,-14.5 + parent: 12 - uid: 12703 components: - type: Transform @@ -95342,10 +111363,15 @@ entities: - type: Transform pos: -38.5,50.5 parent: 12 - - uid: 28762 + - uid: 26927 components: - type: Transform - pos: 56.5,40.5 + pos: 59.5,-40.5 + parent: 12 + - uid: 28375 + components: + - type: Transform + pos: 16.5,-12.5 parent: 12 - uid: 29391 components: @@ -95381,12 +111407,6 @@ entities: rot: 3.141592653589793 rad pos: 8.5,-31.5 parent: 12 - - uid: 9784 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,-16.5 - parent: 12 - uid: 13964 components: - type: Transform @@ -95471,143 +111491,84 @@ entities: - type: Transform pos: -22.413641,-10.548397 parent: 12 -- proto: DoubleEmergencyNitrogenTankFilled +- proto: DoorElectronicsMaintenance entities: - - uid: 8043 + - uid: 8428 components: - type: Transform - parent: 11467 - - type: Physics - canCollide: False - - type: InsideEntityStorage + rot: -43.98229715025713 rad + pos: 56.495026,-7.6256537 + parent: 12 +- proto: DoubleEmergencyNitrogenTankFilled + entities: - uid: 16510 components: - type: Transform pos: -12.227327,8.931523 parent: 12 - - uid: 30062 + - uid: 32204 components: - type: Transform - pos: -27.500326,60.59912 + pos: -12.245045,8.772275 parent: 12 - - type: GasTank - toggleActionEntity: 31745 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 31745 - proto: DoubleEmergencyOxygenTankFilled entities: - - uid: 6166 - components: - - type: Transform - pos: 80.31071,-27.386435 - parent: 12 - - uid: 6200 + - uid: 3596 components: - type: Transform - pos: 81.73258,-38.5979 + pos: -20.496387,-21.498478 parent: 12 - uid: 16509 components: - type: Transform pos: -12.602327,8.983606 parent: 12 - - uid: 25454 - components: - - type: Transform - pos: -34.35443,-15.704697 - parent: 12 - - uid: 30059 + - uid: 32203 components: - type: Transform - pos: -27.453451,61.50537 + pos: -12.57317,8.9129 parent: 12 - - type: GasTank - toggleActionEntity: 31744 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 31744 - proto: DoubleGlassAirlock entities: - - uid: 1436 - components: - - type: Transform - pos: 42.5,-9.5 - parent: 12 - - uid: 2638 - components: - - type: Transform - pos: 11.5,71.5 - parent: 12 - - uid: 2639 - components: - - type: Transform - pos: 24.5,71.5 - parent: 12 - - uid: 2681 + - uid: 840 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,2.5 - parent: 12 - - type: AccessReader - access: - - - External - - uid: 5151 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,4.5 + pos: -0.5,-26.5 parent: 12 - - uid: 5393 + - uid: 3124 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-24.5 + pos: -16.5,4.5 parent: 12 - - uid: 5428 + - uid: 4165 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,41.5 + rot: -1.5707963267948966 rad + pos: -13.5,-23.5 parent: 12 - - uid: 5495 + - uid: 4313 components: - type: Transform rot: 3.141592653589793 rad - pos: -14.5,-31.5 - parent: 12 - - uid: 5583 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 27.5,41.5 + pos: 43.5,-9.5 parent: 12 - uid: 5584 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-26.5 + pos: -15.5,-31.5 parent: 12 - - uid: 5986 + - uid: 5866 components: - type: Transform - rot: 3.141592653589793 rad - pos: 22.5,-33.5 + pos: 21.5,-33.5 parent: 12 - - uid: 6002 + - uid: 5872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,5.5 + pos: 42.5,5.5 parent: 12 - - uid: 6154 + - uid: 6145 components: - type: Transform rot: -1.5707963267948966 rad @@ -95619,223 +111580,212 @@ entities: rot: 3.141592653589793 rad pos: -15.5,14.5 parent: 12 - - uid: 6810 + - uid: 6707 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,2.5 parent: 12 - - type: Door - secondsUntilStateChange: -15897.401 - state: Opening - - type: DeviceLinkSource - lastSignals: - DoorStatus: True - - uid: 6811 + - uid: 6770 components: - type: Transform rot: -1.5707963267948966 rad pos: -30.5,17.5 parent: 12 - - uid: 7375 + - uid: 7352 components: - type: Transform rot: 3.141592653589793 rad - pos: 35.5,38.5 + pos: 33.5,20.5 parent: 12 - - uid: 7465 + - uid: 7375 components: - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,21.5 + rot: -1.5707963267948966 rad + pos: 27.5,42.5 parent: 12 - - uid: 7502 + - uid: 7444 components: - type: Transform - rot: 3.141592653589793 rad - pos: 32.5,44.5 + pos: 31.5,44.5 parent: 12 - - uid: 7723 + - uid: 7466 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,60.5 + pos: 7.5,42.5 parent: 12 - - uid: 7736 + - uid: 7761 components: - type: Transform - rot: 3.141592653589793 rad - pos: 3.5,46.5 + pos: 2.5,46.5 parent: 12 - - uid: 7740 + - uid: 8034 components: - type: Transform - pos: -10.5,57.5 + rot: 3.141592653589793 rad + pos: -9.5,57.5 parent: 12 - - uid: 7753 + - uid: 21641 components: - type: Transform rot: -1.5707963267948966 rad - pos: 60.5,49.5 + pos: 16.5,42.5 parent: 12 - - uid: 12199 + - uid: 21864 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,-38.5 + pos: 12.5,39.5 parent: 12 - - uid: 14558 +- proto: DoubleGlassAirlockAtmosphericsLocked + entities: + - uid: 395 components: - type: Transform - rot: 3.141592653589793 rad - pos: 8.5,42.5 + rot: -1.5707963267948966 rad + pos: 23.5,6.5 parent: 12 - - uid: 14559 +- proto: DoubleGlassAirlockCommandLocked + entities: + - uid: 695 components: - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,39.5 + rot: -1.5707963267948966 rad + pos: -40.5,29.5 parent: 12 - - type: AccessReader - access: - - - Service -- proto: DoubleGlassAirlockAtmosphericsLocked - entities: - - uid: 3099 + - uid: 696 components: - type: Transform rot: -1.5707963267948966 rad - pos: 23.5,6.5 + pos: -44.5,29.5 parent: 12 - - uid: 5233 +- proto: DoubleGlassAirlockEngineeringLocked + entities: + - uid: 906 components: - type: Transform rot: -1.5707963267948966 rad pos: 32.5,-1.5 parent: 12 -- proto: DoubleGlassAirlockCargo - entities: - - uid: 6163 + - uid: 967 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-49.5 + rot: -1.5707963267948966 rad + pos: 51.5,-0.5 parent: 12 -- proto: DoubleGlassAirlockCommandLocked - entities: - - uid: 7272 + - uid: 968 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,29.5 + pos: 41.5,-0.5 parent: 12 - - uid: 28179 + - uid: 1050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,28.5 + rot: -1.5707963267948966 rad + pos: 60.5,-1.5 parent: 12 -- proto: DoubleGlassAirlockEngineeringLocked + - uid: 2633 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 59.5,1.5 + parent: 12 +- proto: DoubleGlassAirlockMedicalLocked entities: - - uid: 1079 + - uid: 19013 + components: + - type: Transform + pos: -16.5,-40.5 + parent: 12 + - uid: 19015 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,-0.5 + pos: -18.5,-41.5 parent: 12 - - uid: 7273 + - uid: 19017 components: - type: Transform rot: -1.5707963267948966 rad - pos: 41.5,-0.5 + pos: -13.5,-46.5 parent: 12 - - uid: 7274 +- proto: DoubleGlassAirlockSalvageLocked + entities: + - uid: 2284 components: - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,1.5 + rot: -1.5707963267948966 rad + pos: 57.5,-48.5 parent: 12 - - uid: 10126 + - uid: 19882 components: - type: Transform rot: -1.5707963267948966 rad - pos: 63.5,-1.5 + pos: 58.5,-34.5 parent: 12 - - uid: 10138 + - uid: 20605 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-1.5 + pos: 61.5,-34.5 parent: 12 -- proto: DoubleGlassAirlockMaintLocked - entities: - - uid: 10147 + - uid: 20791 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -5.5,27.5 + pos: 55.5,-38.5 parent: 12 -- proto: DoubleGlassAirlockMedicalLocked +- proto: DoubleGlassAirlockScienceLocked entities: - - uid: 10150 + - uid: 32285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,-47.5 + rot: -1.5707963267948966 rad + pos: -39.5,-47.5 parent: 12 - - uid: 10151 +- proto: DoubleGlassAirlockSecurity + entities: + - uid: 209 components: - type: Transform - rot: 3.141592653589793 rad - pos: -15.5,-40.5 + rot: -1.5707963267948966 rad + pos: -45.5,2.5 parent: 12 - - uid: 13169 + - uid: 985 components: - type: Transform rot: -1.5707963267948966 rad - pos: -18.5,-41.5 + pos: 63.5,-1.5 parent: 12 -- proto: DoubleGlassAirlockSalvageLocked - entities: - - uid: 6164 + - uid: 2495 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-34.5 + pos: 11.5,71.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6165: - - DoorStatus: DoorBolt - - uid: 6165 + - uid: 2533 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-35.5 + pos: 24.5,71.5 parent: 12 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DeviceLinkSource - linkedPorts: - 6164: - - DoorStatus: DoorBolt -- proto: DoubleGlassAirlockScienceLocked +- proto: DoubleGlassAirlockSecurityLocked entities: - - uid: 16789 + - uid: 487 + components: + - type: Transform + pos: -35.5,43.5 + parent: 12 + - uid: 32311 components: - type: Transform rot: -1.5707963267948966 rad - pos: -39.5,-47.5 + pos: -37.5,59.5 parent: 12 -- proto: DoubleGlassAirlockSecurityLocked +- proto: DoubleGlassAirlockVirology entities: - - uid: 17391 + - uid: 9081 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,43.5 + rot: -1.5707963267948966 rad + pos: 60.5,49.5 parent: 12 - proto: Dresser entities: @@ -95844,11 +111794,6 @@ entities: - type: Transform pos: 4.5,55.5 parent: 12 - - uid: 23136 - components: - - type: Transform - pos: -52.5,43.5 - parent: 12 - proto: DresserCaptainFilled entities: - uid: 17409 @@ -95884,6 +111829,26 @@ entities: - type: Transform pos: -42.5,36.5 parent: 12 + - type: Storage + storedItems: + 23140: + position: 6,2 + _rotation: South + 23565: + position: 5,2 + _rotation: South + 23570: + position: 4,2 + _rotation: South + - type: ContainerContainer + containers: + storagebase: !type:Container + showEnts: False + occludes: True + ents: + - 23140 + - 23565 + - 23570 - proto: DresserQuarterMasterFilled entities: - uid: 25190 @@ -95898,6 +111863,23 @@ entities: - type: Transform pos: -36.5,-19.5 parent: 12 +- proto: Drill + entities: + - uid: 5618 + components: + - type: Transform + pos: -4.3746023,-32.230583 + parent: 12 + - uid: 22072 + components: + - type: Transform + pos: -23.010513,52.69631 + parent: 12 + - uid: 26825 + components: + - type: Transform + pos: -5.369359,-38.283527 + parent: 12 - proto: DrinkBeerBottleFull entities: - uid: 21456 @@ -95924,11 +111906,6 @@ entities: rot: -6.283185307179586 rad pos: 52.37303,6.5919075 parent: 12 - - uid: 29023 - components: - - type: Transform - pos: -43.74968,-19.97351 - parent: 12 - uid: 32110 components: - type: Transform @@ -95986,14 +111963,6 @@ entities: - type: Transform pos: -6.9176617,63.82557 parent: 12 -- proto: DrinkBottleBeer - entities: - - uid: 29024 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -42.90593,-19.895386 - parent: 12 - proto: DrinkBottleOfNothingFull entities: - uid: 22691 @@ -96001,14 +111970,6 @@ entities: - type: Transform pos: 3.3723278,57.41803 parent: 12 -- proto: DrinkBottleWhiskey - entities: - - uid: 29465 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -56.539776,60.17085 - parent: 12 - proto: DrinkCoffeeJug entities: - uid: 4034 @@ -96023,13 +111984,6 @@ entities: - type: Transform pos: -33.231888,44.587296 parent: 12 -- proto: DrinkCogChampBase - entities: - - uid: 31114 - components: - - type: Transform - pos: -57.4781,-55.502342 - parent: 12 - proto: DrinkColaCan entities: - uid: 13334 @@ -96054,20 +112008,32 @@ entities: parent: 12 - proto: DrinkGlass entities: + - uid: 5365 + components: + - type: Transform + pos: 38.69985,-31.605726 + parent: 12 + - uid: 5434 + components: + - type: Transform + pos: 38.520466,-31.39358 + parent: 12 - uid: 7306 components: - type: Transform - pos: -55.469055,-13.652544 + rot: -43.98229715025713 rad + pos: -57.251377,-13.417505 parent: 12 - uid: 8343 components: - type: Transform - pos: -55.744446,-13.579161 + rot: -43.98229715025713 rad + pos: -57.626377,-13.21438 parent: 12 - - uid: 10602 + - uid: 11435 components: - type: Transform - pos: -55.19366,-13.542469 + pos: 38.313904,-31.611166 parent: 12 - uid: 17626 components: @@ -96122,6 +112088,13 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: DrinkGlassWhite + entities: + - uid: 31687 + components: + - type: Transform + pos: 24.274195,-28.126541 + parent: 12 - proto: DrinkGoldenCup entities: - uid: 10942 @@ -96151,6 +112124,14 @@ entities: - type: Transform pos: 54.260303,17.501846 parent: 12 +- proto: DrinkHoochGlass + entities: + - uid: 26959 + components: + - type: Transform + rot: -25.132741228718352 rad + pos: -55.403515,-12.701015 + parent: 12 - proto: DrinkHotCoffee entities: - uid: 3804 @@ -96181,8 +112162,7 @@ entities: - uid: 8908 components: - type: Transform - rot: -37.69911184307754 rad - pos: 55.649223,-33.80984 + pos: 55.37848,-34.243008 parent: 12 - uid: 8911 components: @@ -96199,6 +112179,21 @@ entities: - type: Transform pos: -19.68099,2.4235983 parent: 12 + - uid: 17600 + components: + - type: Transform + pos: -55.612465,24.675547 + parent: 12 + - uid: 17601 + components: + - type: Transform + pos: -55.17216,24.72447 + parent: 12 + - uid: 17602 + components: + - type: Transform + pos: -55.33116,24.357552 + parent: 12 - uid: 18874 components: - type: Transform @@ -96214,6 +112209,11 @@ entities: - type: Transform pos: -33.58722,44.43513 parent: 12 + - uid: 31049 + components: + - type: Transform + pos: -40.499992,47.607746 + parent: 12 - uid: 31815 components: - type: Transform @@ -96243,8 +112243,29 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage +- proto: DrinkIceCreamGlass + entities: + - uid: 11795 + components: + - type: Transform + rot: -106.81415022205287 rad + pos: 35.761303,-30.34728 + parent: 12 +- proto: DrinkIcedTeaGlass + entities: + - uid: 19267 + components: + - type: Transform + rot: -94.24777960769374 rad + pos: 35.519463,-30.544924 + parent: 12 - proto: DrinkJar entities: + - uid: 10001 + components: + - type: Transform + pos: -59.470123,-16.35501 + parent: 12 - uid: 22881 components: - type: Transform @@ -96255,6 +112276,14 @@ entities: - type: Transform pos: 30.54954,56.766605 parent: 12 +- proto: DrinkLemonadeGlass + entities: + - uid: 19203 + components: + - type: Transform + rot: -94.24777960769374 rad + pos: 35.28798,-30.34108 + parent: 12 - proto: DrinkMilkCarton entities: - uid: 21399 @@ -96270,22 +112299,11 @@ entities: parent: 12 - proto: DrinkMopwataBottleRandom entities: - - uid: 2120 - components: - - type: Transform - pos: 34.4878,-30.348785 - parent: 12 - - uid: 25532 - components: - - type: Transform - rot: -12.566370614359172 rad - pos: 38.32821,-31.26264 - parent: 12 - - uid: 25534 + - uid: 9720 components: - type: Transform - rot: -12.566370614359172 rad - pos: 38.66251,-31.572699 + rot: -31.415926535897945 rad + pos: -39.55718,-16.449203 parent: 12 - proto: DrinkMugBlue entities: @@ -96312,16 +112330,6 @@ entities: parent: 12 - proto: DrinkMugMetal entities: - - uid: 4560 - components: - - type: Transform - pos: 6.2687507,68.86493 - parent: 12 - - uid: 8788 - components: - - type: Transform - pos: 6.634491,68.83713 - parent: 12 - uid: 21388 components: - type: Transform @@ -96337,13 +112345,18 @@ entities: - uid: 8907 components: - type: Transform - pos: 55.313694,-34.01245 + pos: 55.305096,-34.53654 parent: 12 - uid: 20832 components: - type: Transform pos: -43.74887,32.77803 parent: 12 + - uid: 26941 + components: + - type: Transform + pos: 5.577743,70.50162 + parent: 12 - proto: DrinkMugRed entities: - uid: 23618 @@ -96370,7 +112383,12 @@ entities: - uid: 13325 components: - type: Transform - pos: 44.5166,29.691267 + pos: 44.358738,29.577848 + parent: 12 + - uid: 26293 + components: + - type: Transform + pos: 44.139988,29.75493 parent: 12 - proto: DrinkTeaGlass entities: @@ -96386,17 +112404,19 @@ entities: - type: Transform pos: -35.56558,-20.24829 parent: 12 -- proto: DrinkWhiskeyBottleFull +- proto: DrinkTequilaBottleFull entities: - - uid: 13631 + - uid: 288 components: - type: Transform - pos: 30.629667,28.774036 + pos: -56.342857,59.59179 parent: 12 - - uid: 32328 +- proto: DrinkWhiskeyBottleFull + entities: + - uid: 13631 components: - type: Transform - pos: -13.594085,47.72417 + pos: 30.629667,28.774036 parent: 12 - proto: DrinkWhiskeyGlass entities: @@ -96405,15 +112425,10 @@ entities: - type: Transform pos: 30.233835,28.649036 parent: 12 - - uid: 29473 - components: - - type: Transform - pos: -55.2429,61.4521 - parent: 12 - - uid: 29839 + - uid: 32317 components: - type: Transform - pos: -13.229502,47.734585 + pos: 30.379194,29.0686 parent: 12 - proto: DrinkWineBottleFull entities: @@ -96469,6 +112484,12 @@ entities: - type: Transform pos: 12.175709,56.95935 parent: 12 + - uid: 28420 + components: + - type: Transform + rot: -18.84955592153876 rad + pos: -39.284416,-16.399513 + parent: 12 - proto: Dropper entities: - uid: 13845 @@ -96486,19 +112507,6 @@ entities: - type: Transform pos: 77.61463,48.901142 parent: 12 - - uid: 28829 - components: - - type: Transform - pos: -42.904213,-22.613947 - parent: 12 -- proto: DungeonMasterCircuitBoard - entities: - - uid: 28852 - components: - - type: Transform - rot: -12.566370614359172 rad - pos: -3.3420668,-15.542583 - parent: 12 - proto: ElectricGuitarInstrument entities: - uid: 13481 @@ -96530,11 +112538,6 @@ entities: actions: !type:Container ents: - 27130 - - uid: 28438 - components: - - type: Transform - pos: -51.520023,59.48335 - parent: 12 - proto: EmergencyLight entities: - uid: 11 @@ -96542,6 +112545,12 @@ entities: - type: Transform pos: 60.5,12.5 parent: 12 + - uid: 218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 31.5,-28.5 + parent: 12 - uid: 274 components: - type: Transform @@ -96554,12 +112563,6 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,-47.5 parent: 12 - - uid: 1363 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,-15.5 - parent: 12 - uid: 3900 components: - type: Transform @@ -96572,12 +112575,6 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-7.5 parent: 12 - - uid: 5982 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,2.5 - parent: 12 - uid: 8887 components: - type: Transform @@ -96787,12 +112784,6 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-33.5 parent: 12 - - uid: 10557 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-43.5 - parent: 12 - uid: 10558 components: - type: Transform @@ -96810,12 +112801,6 @@ entities: rot: 3.141592653589793 rad pos: 42.5,-32.5 parent: 12 - - uid: 10561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 33.5,-28.5 - parent: 12 - uid: 10562 components: - type: Transform @@ -96840,12 +112825,6 @@ entities: rot: -1.5707963267948966 rad pos: 35.5,24.5 parent: 12 - - uid: 12999 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,-2.5 - parent: 12 - uid: 13527 components: - type: Transform @@ -96887,6 +112866,12 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,30.5 parent: 12 + - uid: 16525 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 55.5,-43.5 + parent: 12 - uid: 16666 components: - type: Transform @@ -96963,6 +112948,17 @@ entities: - type: Transform pos: -50.5,26.5 parent: 12 + - uid: 18559 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-2.5 + parent: 12 + - uid: 18630 + components: + - type: Transform + pos: 36.5,4.5 + parent: 12 - uid: 21240 components: - type: Transform @@ -97015,6 +113011,17 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,66.5 parent: 12 + - uid: 21249 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,66.5 + parent: 12 + - uid: 21250 + components: + - type: Transform + pos: -35.5,62.5 + parent: 12 - uid: 21251 components: - type: Transform @@ -97159,10 +113166,11 @@ entities: - type: Transform pos: -32.5,30.5 parent: 12 - - uid: 22336 + - uid: 23940 components: - type: Transform - pos: 47.5,-0.5 + rot: 3.141592653589793 rad + pos: 46.5,-1.5 parent: 12 - uid: 25296 components: @@ -97307,23 +113315,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,50.5 parent: 12 - - uid: 25948 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,62.5 - parent: 12 - - uid: 28178 - components: - - type: Transform - pos: -22.5,62.5 - parent: 12 - - uid: 29654 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,66.5 - parent: 12 - uid: 29975 components: - type: Transform @@ -97347,12 +113338,6 @@ entities: - type: Transform pos: 18.5,5.5 parent: 12 - - uid: 30057 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,65.5 - parent: 12 - uid: 30434 components: - type: Transform @@ -97400,6 +113385,22 @@ entities: rot: 1.5707963267948966 rad pos: 32.5,14.5 parent: 12 + - uid: 31360 + components: + - type: Transform + pos: -12.5,-68.5 + parent: 12 + - uid: 31361 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-27.5 + parent: 12 + - uid: 31362 + components: + - type: Transform + pos: -59.5,-21.5 + parent: 12 - uid: 31514 components: - type: Transform @@ -97412,11 +113413,11 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-0.5 parent: 12 - - uid: 31890 + - uid: 31870 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,2.5 + rot: -1.5707963267948966 rad + pos: 15.5,-15.5 parent: 12 - uid: 32037 components: @@ -97429,8 +113430,17 @@ entities: - uid: 31675 components: - type: Transform - pos: -62.500305,-24.414648 + rot: -37.69911184307754 rad + pos: -59.610268,-21.437107 parent: 12 + - type: GasTank + toggleActionEntity: 6678 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 6678 - proto: EmergencyRollerBed entities: - uid: 2511 @@ -97445,6 +113455,20 @@ entities: parent: 12 - proto: EmitterFlatpack entities: + - uid: 4851 + components: + - type: Transform + parent: 5883 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 4887 + components: + - type: Transform + parent: 5883 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 5885 components: - type: Transform @@ -97466,6 +113490,20 @@ entities: - type: Physics canCollide: False - type: InsideEntityStorage + - uid: 6298 + components: + - type: Transform + parent: 5883 + - type: Physics + canCollide: False + - type: InsideEntityStorage + - uid: 6299 + components: + - type: Transform + parent: 5883 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: EncryptionKeyCommon entities: - uid: 22253 @@ -97480,6 +113518,14 @@ entities: - type: Transform pos: 33.319225,-6.41427 parent: 12 +- proto: EncryptionKeyLaw + entities: + - uid: 32162 + components: + - type: Transform + parent: 21947 + - type: Physics + canCollide: False - proto: EncryptionKeyMedicalScience entities: - uid: 22252 @@ -97489,10 +113535,10 @@ entities: parent: 12 - proto: EpinephrineChemistryBottle entities: - - uid: 17614 + - uid: 30546 components: - type: Transform - pos: -52.83247,28.80966 + pos: -52.860172,28.779083 parent: 12 - proto: ExosuitFabricator entities: @@ -97503,16 +113549,20 @@ entities: parent: 12 - proto: ExtendedEmergencyOxygenTankFilled entities: - - uid: 10208 - components: - - type: Transform - pos: -42.353752,-25.7995 - parent: 12 - - uid: 28694 + - uid: 31364 components: - type: Transform - pos: -42.275627,-25.987 + rot: -31.415926535897945 rad + pos: -34.689804,-15.469358 parent: 12 + - type: GasTank + toggleActionEntity: 6679 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 6679 - proto: ExtinguisherCabinetFilled entities: - uid: 2106 @@ -97543,11 +113593,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,31.5 parent: 12 - - uid: 7229 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 12 - uid: 9238 components: - type: Transform @@ -97575,6 +113620,12 @@ entities: - type: Transform pos: 39.5,12.5 parent: 12 + - uid: 25680 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-45.5 + parent: 12 - uid: 26003 components: - type: Transform @@ -97605,6 +113656,11 @@ entities: - type: Transform pos: -36.5,46.5 parent: 12 + - uid: 26011 + components: + - type: Transform + pos: -41.5,54.5 + parent: 12 - uid: 26012 components: - type: Transform @@ -97685,11 +113741,6 @@ entities: - type: Transform pos: 43.5,-33.5 parent: 12 - - uid: 26030 - components: - - type: Transform - pos: 54.5,-43.5 - parent: 12 - uid: 26031 components: - type: Transform @@ -97765,21 +113816,28 @@ entities: - type: Transform pos: 58.5,44.5 parent: 12 - - uid: 29963 + - uid: 26633 components: - type: Transform - pos: 32.5,6.5 + pos: 11.5,-12.5 parent: 12 - - uid: 30029 + - uid: 29963 components: - type: Transform - pos: -37.5,51.5 + pos: 32.5,6.5 parent: 12 - uid: 30467 components: - type: Transform pos: 41.5,-4.5 parent: 12 +- proto: FancyTableSpawner + entities: + - uid: 5160 + components: + - type: Transform + pos: -39.5,-16.5 + parent: 12 - proto: FaxMachineBase entities: - uid: 3793 @@ -97862,21 +113920,14 @@ entities: - type: FaxMachine name: Court destinationAddress: Court - - uid: 22823 - components: - - type: Transform - pos: -54.5,41.5 - parent: 12 - - type: FaxMachine - name: Синий Щит - uid: 26277 components: - type: Transform pos: 7.5,57.5 parent: 12 - type: FaxMachine - name: Recreation longue - destinationAddress: Recreation longue + name: Recreation lounge + destinationAddress: Recreation lounge - uid: 26279 components: - type: Transform @@ -97893,13 +113944,6 @@ entities: - type: FaxMachine name: Engineering destinationAddress: Engineering - - uid: 29030 - components: - - type: Transform - pos: -33.5,-28.5 - parent: 12 - - type: FaxMachine - name: RND fax - uid: 30315 components: - type: Transform @@ -97908,6 +113952,13 @@ entities: - type: FaxMachine name: Library destinationAddress: Library + - uid: 32145 + components: + - type: Transform + pos: -54.5,41.5 + parent: 12 + - type: FaxMachine + name: Синий Щит - proto: FaxMachineCaptain entities: - uid: 17603 @@ -97955,13 +114006,6 @@ entities: rot: -1.5707963267948966 rad pos: -3.5,-69.5 parent: 12 -- proto: filingCabinetDrawer - entities: - - uid: 29214 - components: - - type: Transform - pos: -55.5,64.5 - parent: 12 - proto: filingCabinetDrawerRandom entities: - uid: 1960 @@ -97969,6 +114013,16 @@ entities: - type: Transform pos: -40.5,-24.5 parent: 12 + - uid: 2325 + components: + - type: Transform + pos: -55.5,63.5 + parent: 12 + - uid: 32178 + components: + - type: Transform + pos: -54.5,42.5 + parent: 12 - proto: filingCabinetRandom entities: - uid: 1959 @@ -98076,6 +114130,7 @@ entities: - 15699 - 15701 - 23909 + - 23906 - uid: 23910 components: - type: Transform @@ -98224,7 +114279,7 @@ entities: - 4155 - 2824 - 6283 - - 6815 + - 6816 - uid: 23938 components: - type: Transform @@ -98267,12 +114322,14 @@ entities: parent: 12 - type: DeviceList devices: - - 14471 - - 14472 - - 14474 - - 14475 - - 14476 + - 24083 + - 24082 - 23943 + - 14476 + - 14475 + - 26899 + - 14472 + - 14471 - uid: 24244 components: - type: Transform @@ -98299,7 +114356,8 @@ entities: - uid: 9213 components: - type: Transform - pos: 45.473827,-36.46947 + rot: -6.283185307179586 rad + pos: 44.6147,-36.414783 parent: 12 - proto: FireAxeCabinetFilled entities: @@ -98375,6 +114433,11 @@ entities: - type: DeviceNetwork deviceLists: - 28354 + - uid: 28829 + components: + - type: Transform + pos: 43.5,-38.5 + parent: 12 - uid: 30697 components: - type: Transform @@ -98496,12 +114559,6 @@ entities: - type: DeviceNetwork deviceLists: - 28502 - - uid: 8004 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,73.5 - parent: 12 - uid: 8515 components: - type: Transform @@ -98607,12 +114664,6 @@ entities: deviceLists: - 28373 - 8504 - - uid: 26803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,73.5 - parent: 12 - uid: 27065 components: - type: Transform @@ -98629,6 +114680,18 @@ entities: - type: DeviceNetwork deviceLists: - 28373 + - uid: 29662 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -19.5,72.5 + parent: 12 + - uid: 29663 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,72.5 + parent: 12 - proto: FirelockGlass entities: - uid: 62 @@ -98649,7 +114712,7 @@ entities: - type: DeviceNetwork deviceLists: - 23796 - - 26680 + - 23791 - uid: 246 components: - type: Transform @@ -98658,7 +114721,7 @@ entities: - type: DeviceNetwork deviceLists: - 70 - - 26680 + - 23791 - uid: 379 components: - type: Transform @@ -98685,11 +114748,73 @@ entities: - type: DeviceNetwork deviceLists: - 28343 + - uid: 616 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,62.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 328 + - 28328 + - uid: 617 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-16.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 22005 + - uid: 630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,1.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 9142 + - 27311 + - uid: 690 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 53.5,-40.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 + - uid: 704 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-48.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 + - uid: 708 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 52.5,64.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 28328 - uid: 927 components: - type: Transform pos: -3.5,-6.5 parent: 12 + - uid: 1348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,0.5 + parent: 12 - uid: 1553 components: - type: Transform @@ -98897,6 +115022,7 @@ entities: deviceLists: - 23937 - 2852 + - 706 - uid: 2909 components: - type: Transform @@ -99110,6 +115236,7 @@ entities: deviceLists: - 23937 - 2852 + - 706 - uid: 4266 components: - type: Transform @@ -99208,6 +115335,13 @@ entities: deviceLists: - 23937 - 2852 + - 1169 + - uid: 6101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-31.5 + parent: 12 - uid: 6175 components: - type: Transform @@ -99217,6 +115351,7 @@ entities: deviceLists: - 23937 - 2852 + - 1169 - uid: 6181 components: - type: Transform @@ -99241,6 +115376,15 @@ entities: deviceLists: - 23937 - 2852 + - uid: 6708 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-42.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 - uid: 6735 components: - type: Transform @@ -99291,11 +115435,11 @@ entities: - 23937 - 28365 - 2852 - - uid: 6815 + - uid: 6816 components: - type: Transform rot: 1.5707963267948966 rad - pos: 32.5,-36.5 + pos: 33.5,-36.5 parent: 12 - type: DeviceNetwork deviceLists: @@ -99406,6 +115550,14 @@ entities: - 23929 - 28367 - 8914 + - uid: 7529 + components: + - type: Transform + pos: 7.5,-14.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 22005 - uid: 7560 components: - type: Transform @@ -99416,12 +115568,6 @@ entities: deviceLists: - 70 - 29275 - - uid: 7609 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-42.5 - parent: 12 - uid: 7615 components: - type: Transform @@ -99449,6 +115595,7 @@ entities: - type: DeviceNetwork deviceLists: - 6833 + - 752 - uid: 7618 components: - type: Transform @@ -99458,6 +115605,7 @@ entities: - type: DeviceNetwork deviceLists: - 6833 + - 752 - uid: 7775 components: - type: Transform @@ -99496,6 +115644,22 @@ entities: deviceLists: - 30445 - 9101 + - uid: 8351 + components: + - type: Transform + pos: 31.5,-54.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 706 + - uid: 8416 + components: + - type: Transform + pos: 32.5,-52.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 706 - uid: 8460 components: - type: Transform @@ -99668,7 +115832,7 @@ entities: deviceLists: - 23926 - 28365 - - 28376 + - 10201 - uid: 9321 components: - type: Transform @@ -99677,8 +115841,8 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 28376 - - 4887 + - 10201 + - 22005 - uid: 9322 components: - type: Transform @@ -99687,7 +115851,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 28376 + - 10201 - uid: 9324 components: - type: Transform @@ -99759,9 +115923,6 @@ entities: rot: 1.5707963267948966 rad pos: -51.5,62.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 29782 - uid: 9606 components: - type: Transform @@ -99847,25 +116008,11 @@ entities: deviceLists: - 23796 - 70 - - uid: 11603 - components: - - type: Transform - pos: -49.5,65.5 - parent: 12 - uid: 11858 components: - type: Transform pos: -48.5,48.5 parent: 12 - - uid: 12055 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,63.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 28328 - uid: 12336 components: - type: Transform @@ -100104,6 +116251,7 @@ entities: - type: DeviceNetwork deviceLists: - 23942 + - 28271 - uid: 14473 components: - type: Transform @@ -100112,16 +116260,6 @@ entities: - type: DeviceNetwork deviceLists: - 30452 - - uid: 14474 - components: - - type: Transform - pos: 50.5,60.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 23942 - - 28271 - - 28328 - uid: 14475 components: - type: Transform @@ -100141,6 +116279,7 @@ entities: deviceLists: - 23942 - 24187 + - 28271 - uid: 14477 components: - type: Transform @@ -100886,11 +117025,14 @@ entities: - type: DeviceNetwork deviceLists: - 18884 - - uid: 19210 + - uid: 19289 components: - type: Transform - pos: -34.5,61.5 + pos: -48.5,57.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 23791 - uid: 19290 components: - type: Transform @@ -100898,7 +117040,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 19338 components: - type: Transform @@ -100906,8 +117048,8 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: + - 23791 - 29275 - - 26680 - uid: 19339 components: - type: Transform @@ -100915,8 +117057,8 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: + - 23791 - 29275 - - 26680 - uid: 19738 components: - type: Transform @@ -101058,12 +117200,6 @@ entities: - 23905 - 2857 - 28337 - - uid: 19849 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,65.5 - parent: 12 - uid: 20333 components: - type: Transform @@ -101141,7 +117277,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 20345 components: - type: Transform @@ -101150,7 +117286,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - uid: 20772 components: - type: Transform @@ -101191,6 +117327,14 @@ entities: - type: DeviceNetwork deviceLists: - 28354 + - uid: 20843 + components: + - type: Transform + pos: -36.5,63.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 20779 - uid: 20844 components: - type: Transform @@ -101229,12 +117373,6 @@ entities: - type: DeviceNetwork deviceLists: - 23786 - - uid: 21428 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,16.5 - parent: 12 - uid: 21519 components: - type: Transform @@ -101261,12 +117399,6 @@ entities: deviceLists: - 23917 - 9702 - - uid: 22043 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-18.5 - parent: 12 - uid: 22142 components: - type: Transform @@ -101417,6 +117549,15 @@ entities: deviceLists: - 448 - 11505 + - uid: 23906 + components: + - type: Transform + pos: -13.5,16.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 23905 + - 2857 - uid: 23909 components: - type: Transform @@ -101584,6 +117725,7 @@ entities: deviceLists: - 23942 - 24187 + - 28271 - uid: 24082 components: - type: Transform @@ -101594,6 +117736,7 @@ entities: - 24244 - 23643 - 28271 + - 23942 - uid: 24083 components: - type: Transform @@ -101604,6 +117747,7 @@ entities: - 24244 - 23643 - 28271 + - 23942 - uid: 24427 components: - type: Transform @@ -101641,12 +117785,6 @@ entities: - type: DeviceNetwork deviceLists: - 25448 - - uid: 25402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,68.5 - parent: 12 - uid: 25681 components: - type: Transform @@ -101657,15 +117795,22 @@ entities: deviceLists: - 30445 - 31755 - - uid: 26113 + - uid: 25984 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,56.5 + pos: 11.5,-52.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 1169 + - uid: 26030 + components: + - type: Transform + pos: 12.5,-54.5 parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 1169 - uid: 26161 components: - type: Transform @@ -101698,16 +117843,33 @@ entities: - type: DeviceNetwork deviceLists: - 29272 - - uid: 26593 + - uid: 26671 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,3.5 + rot: 3.141592653589793 rad + pos: 16.5,13.5 + parent: 12 + - uid: 26739 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-29.5 + parent: 12 + - uid: 26749 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-29.5 + parent: 12 + - uid: 26899 + components: + - type: Transform + pos: 48.5,57.5 parent: 12 - type: DeviceNetwork deviceLists: - - 4906 - - 2682 + - 28271 + - 23942 - uid: 26923 components: - type: Transform @@ -101727,6 +117889,20 @@ entities: - type: DeviceNetwork deviceLists: - 27312 + - uid: 27072 + components: + - type: Transform + pos: 54.5,-32.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 8914 + - 6833 + - uid: 27106 + components: + - type: Transform + pos: -36.5,-12.5 + parent: 12 - uid: 27108 components: - type: Transform @@ -101745,12 +117921,21 @@ entities: - type: DeviceNetwork deviceLists: - 27296 - - uid: 27449 + - uid: 27309 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-12.5 + pos: -58.5,-19.5 + parent: 12 + - uid: 27433 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 57.5,-49.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 - uid: 27450 components: - type: Transform @@ -101799,15 +117984,6 @@ entities: - type: DeviceNetwork deviceLists: - 27296 - - uid: 28375 - components: - - type: Transform - pos: 15.5,-16.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 10019 - - 4887 - uid: 28904 components: - type: Transform @@ -101827,6 +118003,16 @@ entities: deviceLists: - 9101 - 30453 + - uid: 29207 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,62.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 29270 + - 29272 - uid: 29276 components: - type: Transform @@ -101865,29 +118051,24 @@ entities: - type: DeviceNetwork deviceLists: - 9972 - - uid: 29872 - components: - - type: Transform - pos: 15.5,13.5 - parent: 12 - uid: 29981 components: - type: Transform rot: 3.141592653589793 rad pos: 12.5,-24.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 28376 - uid: 29982 components: - type: Transform rot: 3.141592653589793 rad pos: 13.5,-24.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 28376 + - uid: 29996 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,66.5 + parent: 12 - uid: 30199 components: - type: Transform @@ -102005,6 +118186,11 @@ entities: - 32066 - proto: Fireplace entities: + - uid: 28307 + components: + - type: Transform + pos: -37.5,-14.5 + parent: 12 - uid: 30393 components: - type: Transform @@ -102130,13 +118316,43 @@ entities: - uid: 26655 components: - type: Transform - pos: 29.65808,-22.442064 + rot: -43.98229715025713 rad + pos: 33.316917,-19.378597 parent: 12 + - type: HandheldLight + toggleActionEntity: 5528 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 5528 + - type: ActionsContainer - uid: 26694 components: - type: Transform - pos: 29.33193,-22.287144 + rot: -43.98229715025713 rad + pos: 33.599323,-19.174892 parent: 12 + - type: HandheldLight + toggleActionEntity: 5542 + - type: ContainerContainer + containers: + cell_slot: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + actions: !type:Container + showEnts: False + occludes: True + ents: + - 5542 + - type: ActionsContainer - proto: FlippoLighter entities: - uid: 13633 @@ -102158,62 +118374,13 @@ entities: - uid: 17610 components: - type: Transform - pos: -51.30072,28.885792 + pos: -51.686638,29.299244 parent: 12 - uid: 24094 components: - type: Transform pos: 63.528076,45.615196 parent: 12 -- proto: FlippoLighterSunriseContractor - entities: - - uid: 2831 - components: - - type: Transform - parent: 28254 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: Floodlight - entities: - - uid: 4313 - components: - - type: Transform - pos: 79.504265,-32.459354 - parent: 12 - - type: HandheldLight - toggleActionEntity: 12036 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 12036 - - type: ActionsContainer - - uid: 12064 - components: - - type: Transform - pos: 78.500854,-32.475662 - parent: 12 - - type: HandheldLight - toggleActionEntity: 12037 - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - actions: !type:Container - showEnts: False - occludes: True - ents: - - 12037 - - type: ActionsContainer - proto: FloorDrain entities: - uid: 2728 @@ -102307,13 +118474,6 @@ entities: parent: 12 - type: Fixtures fixtures: {} - - uid: 25370 - components: - - type: Transform - pos: 8.5,-39.5 - parent: 12 - - type: Fixtures - fixtures: {} - uid: 25986 components: - type: Transform @@ -102328,19 +118488,10 @@ entities: parent: 12 - type: Fixtures fixtures: {} - - uid: 28743 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-51.5 - parent: 12 - - type: Fixtures - fixtures: {} - - uid: 32270 + - uid: 32293 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,52.5 + pos: 6.5,-43.5 parent: 12 - type: Fixtures fixtures: {} @@ -102522,58 +118673,51 @@ entities: - type: Transform pos: 2.5,36.5 parent: 12 -- proto: FloraTree01 - entities: - - uid: 11672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.1697986,29.32831 - parent: 12 -- proto: FloraTree04 +- proto: FloraTree entities: - uid: 2748 components: - type: Transform pos: -7.8905973,-55.743637 parent: 12 -- proto: FloraTree05 +- proto: FloraTreeChristmas02 entities: - - uid: 11677 + - uid: 28861 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5916736,30.54706 + pos: 22,-26 parent: 12 -- proto: FloraTreeLarge01 +- proto: FloraTreeLarge entities: - - uid: 16656 + - uid: 10941 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.7850382,24.706781 + pos: 1.7588944,29.263266 parent: 12 -- proto: FloraTreeLarge03 - entities: - uid: 12001 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.469524,-11.638336 parent: 12 - - uid: 30088 + - uid: 16654 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5916736,25.125185 + rot: -1.5707963267948966 rad + pos: -3.5758333,29.903433 parent: 12 -- proto: FloraTreeLarge06 - entities: - - uid: 16654 + - uid: 16655 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5758333,29.903433 + pos: 1.796552,25.585442 + parent: 12 + - uid: 16656 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.7850382,24.706781 parent: 12 - proto: FloraTreeStump entities: @@ -102600,6 +118744,29 @@ entities: rot: -1.5707963267948966 rad pos: -0.061189175,24.355316 parent: 12 +- proto: FoamBlade + entities: + - uid: 28325 + components: + - type: Transform + pos: -35.487053,-17.574665 + parent: 12 +- proto: FoamCrossbow + entities: + - uid: 6286 + components: + - type: Transform + parent: 28254 + - type: Physics + canCollide: False + - type: InsideEntityStorage +- proto: FoamCutlass + entities: + - uid: 28832 + components: + - type: Transform + pos: 36.47221,-52.50638 + parent: 12 - proto: FolderSpawner entities: - uid: 2925 @@ -102624,34 +118791,26 @@ entities: - type: Transform pos: 57.376583,58.4156 parent: 12 -- proto: FoodBakedBunHotX +- proto: FoodBakedCannabisBrownie entities: - - uid: 29006 - components: - - type: Transform - pos: 50.406303,42.765926 - parent: 12 - - uid: 29007 - components: - - type: Transform - pos: 50.51568,42.547176 - parent: 12 - - uid: 29008 + - uid: 30036 components: - type: Transform - pos: 50.906303,42.71905 + pos: -53.30888,54.409172 parent: 12 - - uid: 29036 +- proto: FoodBakedCookie + entities: + - uid: 31677 components: - type: Transform - pos: 50.911995,42.47822 + rot: -6.283185307179586 rad + pos: 24.602898,-28.325752 parent: 12 -- proto: FoodBakedDumplings - entities: - - uid: 23700 + - uid: 31678 components: - type: Transform - pos: -53.46876,72.693726 + rot: -6.283185307179586 rad + pos: 24.44549,-28.571293 parent: 12 - proto: FoodBanana entities: @@ -102750,14 +118909,6 @@ entities: - type: Transform pos: 54.5,61.5 parent: 12 -- proto: FoodBoxDonkpocketDink - entities: - - uid: 5871 - components: - - type: Transform - rot: -157.0796326794894 rad - pos: 6.435416,68.4804 - parent: 12 - proto: FoodBoxDonkpocketHonk entities: - uid: 31510 @@ -102793,6 +118944,13 @@ entities: - type: Transform pos: -34.299114,38.455334 parent: 12 +- proto: FoodBoxPizzaFilled + entities: + - uid: 10911 + components: + - type: Transform + pos: 0.5,52.5 + parent: 12 - proto: FoodBreadMoldySlice entities: - uid: 3240 @@ -102803,7 +118961,7 @@ entities: - uid: 31123 components: - type: Transform - pos: -30.5,-57.5 + pos: -30.467789,-57.532593 parent: 12 - proto: FoodBreadPlain entities: @@ -102847,6 +119005,20 @@ entities: - type: Transform pos: 10.45153,-49.457336 parent: 12 +- proto: FoodCakeChristmas + entities: + - uid: 22173 + components: + - type: Transform + pos: 21.240437,-26.565382 + parent: 12 +- proto: FoodCakeSuppermatterSlice + entities: + - uid: 15371 + components: + - type: Transform + pos: -0.5,19.5 + parent: 12 - proto: FoodCartCold entities: - uid: 13311 @@ -102863,19 +119035,6 @@ entities: rot: -1.5707963267948966 rad pos: 38.5,55.5 parent: 12 -- proto: FoodCheeseSlice - entities: - - uid: 9224 - components: - - type: Transform - rot: -6.283185307179586 rad - pos: -24.51083,53.52161 - parent: 12 - - uid: 30113 - components: - - type: Transform - pos: -29.333782,-49.5452 - parent: 12 - proto: FoodCondimentBottleEnzyme entities: - uid: 11791 @@ -102930,25 +119089,6 @@ entities: - type: Transform pos: 57.538345,56.66531 parent: 12 -- proto: FoodCornTrash - entities: - - uid: 31149 - components: - - type: Transform - pos: -34.115353,-56.58399 - parent: 12 - - uid: 32189 - components: - - type: Transform - pos: -62.21474,-54.675816 - parent: 12 -- proto: FoodDonutSpaceman - entities: - - uid: 1314 - components: - - type: Transform - pos: -55.35382,-37.589436 - parent: 12 - proto: FoodFrozenSnowcone entities: - uid: 22491 @@ -103008,6 +119148,13 @@ entities: - type: Transform pos: 56.52447,50.519176 parent: 12 +- proto: FoodMealFries + entities: + - uid: 6337 + components: + - type: Transform + pos: -52.485752,-14.355 + parent: 12 - proto: FoodMeat entities: - uid: 31346 @@ -103035,12 +119182,12 @@ entities: - type: Transform pos: -38.5,-56.5 parent: 12 -- proto: FoodNoodlesSpesslaw +- proto: FoodNoodles entities: - - uid: 28693 + - uid: 20830 components: - type: Transform - pos: -42.581917,32.607994 + pos: -42.57975,32.5926 parent: 12 - proto: FoodPieBananaCream entities: @@ -103049,11 +119196,6 @@ entities: - type: Transform pos: 5.293979,57.330166 parent: 12 - - uid: 28978 - components: - - type: Transform - pos: -28.772884,44.86461 - parent: 12 - proto: FoodPieBananaCreamSlice entities: - uid: 21381 @@ -103066,7 +119208,14 @@ entities: - uid: 31124 components: - type: Transform - pos: -30.5,-58.5 + pos: -30.5164,-58.581932 + parent: 12 +- proto: FoodPizzaUraniumSlice + entities: + - uid: 30340 + components: + - type: Transform + pos: -40.483036,-56.420677 parent: 12 - proto: FoodPlate entities: @@ -103105,6 +119254,11 @@ entities: - type: Transform pos: 64.56665,50.71139 parent: 12 + - uid: 31653 + components: + - type: Transform + pos: 21.224129,-26.540905 + parent: 12 - proto: FoodPlatePlastic entities: - uid: 31121 @@ -103206,35 +119360,22 @@ entities: - type: Transform pos: -29.443712,-54.018364 parent: 12 - - uid: 32191 - components: - - type: Transform - pos: -62.222897,-54.586063 - parent: 12 - proto: FoodPotato entities: - - uid: 29438 - components: - - type: Transform - pos: 5.359727,-62.280025 - parent: 12 - uid: 31464 components: - type: Transform - rot: -18.84955592153876 rad - pos: 6.2709417,-62.27473 + pos: 5.7125697,-59.47866 parent: 12 - uid: 31465 components: - type: Transform - rot: -18.84955592153876 rad - pos: 6.40983,-62.46236 + pos: 6.643125,-62.02904 parent: 12 - uid: 31466 components: - type: Transform - rot: -18.84955592153876 rad - pos: 6.576497,-62.253883 + pos: 5.8445144,-61.33158 parent: 12 - proto: FoodRiceBoiled entities: @@ -103264,10 +119405,32 @@ entities: parent: 12 - proto: FoodSnackMREBrownie entities: - - uid: 29462 + - uid: 29154 components: - type: Transform - pos: -54.821026,61.530224 + pos: -54.505745,61.642376 + parent: 12 +- proto: FoodSnackRaisins + entities: + - uid: 9540 + components: + - type: Transform + pos: 2.4938688,68.63764 + parent: 12 + - uid: 27824 + components: + - type: Transform + pos: -38.5,-60.5 + parent: 12 + - uid: 27844 + components: + - type: Transform + pos: -37.5,-60.5 + parent: 12 + - uid: 29485 + components: + - type: Transform + pos: -36.5,-60.5 parent: 12 - proto: FoodSoupMiso entities: @@ -103284,6 +119447,13 @@ entities: - type: Transform pos: -33.50554,-59.27054 parent: 12 +- proto: FoodTinMRE + entities: + - uid: 7483 + components: + - type: Transform + pos: -59.558186,-24.334799 + parent: 12 - proto: FoodTinMRETrash entities: - uid: 31147 @@ -103293,11 +119463,6 @@ entities: parent: 12 - proto: FoodTinPeachesMaint entities: - - uid: 19822 - components: - - type: Transform - pos: 50.425446,1.6118504 - parent: 12 - uid: 21597 components: - type: Transform @@ -103308,22 +119473,17 @@ entities: - type: Transform pos: -53.388275,-43.57603 parent: 12 - - uid: 29495 - components: - - type: Transform - pos: -37.5,73.5 - parent: 12 - proto: FoodTinPeachesMaintTrash entities: - - uid: 31133 + - uid: 29645 components: - type: Transform - pos: -28.587122,-59.26843 + pos: -27.343327,78.76142 parent: 12 - - uid: 32192 + - uid: 31133 components: - type: Transform - pos: -61.211834,-54.267845 + pos: -28.70083,-57.79198 parent: 12 - proto: Football entities: @@ -103382,22 +119542,50 @@ entities: - type: Transform pos: -26.227678,48.56854 parent: 12 -- proto: GasAnalyzer +- proto: Fulton1 entities: - - uid: 5918 + - uid: 208 components: - type: Transform - pos: 33.823044,-20.694681 + pos: 79.1609,-29.855536 parent: 12 - - uid: 5919 + - uid: 5393 components: - type: Transform - pos: 33.83867,-19.804056 + pos: 79.74796,-30.332527 parent: 12 - - uid: 31109 + - uid: 7250 components: - type: Transform - pos: -13.704447,-56.271446 + pos: 78.53713,-30.149069 + parent: 12 + - uid: 30875 + components: + - type: Transform + pos: 79.03247,-30.882906 + parent: 12 +- proto: FultonBeacon + entities: + - uid: 20806 + components: + - type: Transform + pos: 79.14255,-30.396973 + parent: 12 +- proto: GameMasterCircuitBoard + entities: + - uid: 28852 + components: + - type: Transform + rot: -12.566370614359172 rad + pos: -3.3420668,-15.542583 + parent: 12 +- proto: GasAnalyzer + entities: + - uid: 5919 + components: + - type: Transform + rot: -43.98229715025713 rad + pos: 33.728954,-18.568962 parent: 12 - proto: GasFilter entities: @@ -103407,6 +119595,8 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-56.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 18269 components: - type: Transform @@ -103556,11 +119746,6 @@ entities: - type: Transform pos: 16.5,21.5 parent: 12 - - uid: 19263 - components: - - type: Transform - pos: -24.5,54.5 - parent: 12 - proto: GasPassiveVent entities: - uid: 1705 @@ -103597,12 +119782,6 @@ entities: rot: 3.141592653589793 rad pos: 25.5,1.5 parent: 12 - - uid: 4763 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,54.5 - parent: 12 - uid: 4962 components: - type: Transform @@ -103635,6 +119814,17 @@ entities: rot: 3.141592653589793 rad pos: 25.5,-0.5 parent: 12 + - uid: 8038 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-17.5 + parent: 12 + - uid: 8039 + components: + - type: Transform + pos: -35.5,-15.5 + parent: 12 - uid: 15414 components: - type: Transform @@ -103659,17 +119849,6 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,31.5 parent: 12 - - uid: 22005 - components: - - type: Transform - pos: -25.5,56.5 - parent: 12 - - uid: 30469 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,67.5 - parent: 12 - uid: 32228 components: - type: Transform @@ -103900,6 +120079,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 2377 + components: + - type: Transform + pos: 30.5,-38.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2631 components: - type: Transform @@ -103922,14 +120108,14 @@ entities: pos: 6.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2733 components: - type: Transform pos: 12.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2734 components: - type: Transform @@ -103937,7 +120123,7 @@ entities: pos: 12.5,-0.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2758 components: - type: Transform @@ -103952,6 +120138,8 @@ entities: rot: 3.141592653589793 rad pos: -13.5,-56.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 2812 components: - type: Transform @@ -104015,22 +120203,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3109 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 3111 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,61.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3502 components: - type: Transform @@ -104281,12 +120453,6 @@ entities: - type: Transform pos: 25.5,-9.5 parent: 12 - - uid: 4694 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,53.5 - parent: 12 - uid: 4759 components: - type: Transform @@ -104439,7 +120605,7 @@ entities: pos: 3.5,7.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5427 components: - type: Transform @@ -104448,13 +120614,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 5487 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5504 components: - type: Transform @@ -104502,7 +120661,7 @@ entities: pos: 6.5,7.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 6220 components: - type: Transform @@ -104510,11 +120669,11 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 6243 + - uid: 6287 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-1.5 + rot: 3.141592653589793 rad + pos: 14.5,-16.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' @@ -104533,13 +120692,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7034 - components: - - type: Transform - pos: 30.5,-38.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7062 components: - type: Transform @@ -104584,6 +120736,14 @@ entities: - type: Transform pos: 25.5,-3.5 parent: 12 + - uid: 7228 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 39.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7303 components: - type: Transform @@ -104604,6 +120764,21 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7424 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,63.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7426 + components: + - type: Transform + pos: 50.5,63.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7471 components: - type: Transform @@ -104648,6 +120823,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 8446 + components: + - type: Transform + pos: 14.5,-15.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 8531 components: - type: Transform @@ -104877,13 +121059,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9855 - components: - - type: Transform - pos: 61.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9860 components: - type: Transform @@ -104967,14 +121142,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11010 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,-0.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11011 components: - type: Transform @@ -104998,6 +121165,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 11429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 57.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 11473 components: - type: Transform @@ -105288,14 +121463,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 15007 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 15413 components: - type: Transform @@ -105388,6 +121555,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 16844 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 17135 components: - type: Transform @@ -105678,11 +121853,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 20862 - components: - - type: Transform - pos: -23.5,63.5 - parent: 12 - uid: 20953 components: - type: Transform @@ -105734,6 +121904,14 @@ entities: rot: 3.141592653589793 rad pos: -4.5,10.5 parent: 12 + - uid: 21673 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-0.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 21841 components: - type: Transform @@ -105750,18 +121928,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21906 - components: - - type: Transform - pos: -22.5,53.5 - parent: 12 - - uid: 22072 - components: - - type: Transform - pos: 53.5,1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 22105 components: - type: Transform @@ -106258,6 +122424,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 23515 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,10.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 23637 components: - type: Transform @@ -106373,14 +122547,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26436 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-0.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26442 components: - type: Transform @@ -106423,6 +122589,14 @@ entities: rot: 1.5707963267948966 rad pos: 12.5,24.5 parent: 12 + - uid: 26906 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,62.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 26985 components: - type: Transform @@ -106438,6 +122612,11 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 27216 + components: + - type: Transform + pos: -57.5,-35.5 + parent: 12 - uid: 27273 components: - type: Transform @@ -106509,6 +122688,21 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 29260 + components: + - type: Transform + pos: -25.5,64.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 29297 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,64.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29401 components: - type: Transform @@ -106588,12 +122782,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29987 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,62.5 - parent: 12 - uid: 30261 components: - type: Transform @@ -106711,12 +122899,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32023 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 0.5,68.5 - parent: 12 - uid: 32223 components: - type: Transform @@ -106739,6 +122921,8 @@ entities: - type: Transform pos: -11.5,-55.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 3505 components: - type: Transform @@ -106795,11 +122979,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11705 - components: - - type: Transform - pos: -39.5,59.5 - parent: 12 - uid: 12747 components: - type: Transform @@ -106905,6 +123084,41 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' +- proto: GasPipeSensor + entities: + - uid: 1502 + components: + - type: MetaData + name: gas pipe sensor (TEG Mix) + - type: Transform + pos: 12.5,0.5 + parent: 12 + - type: AtmosPipeColor + color: '#947507FF' + - type: Label + currentLabel: TEG Mix + - type: NameModifier + baseName: gas pipe sensor +- proto: GasPipeSensorDistribution + entities: + - uid: 1357 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-11.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' +- proto: GasPipeSensorWaste + entities: + - uid: 2417 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 19.5,5.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - proto: GasPipeStraight entities: - uid: 18 @@ -106954,25 +123168,27 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 631 + - uid: 564 components: - type: Transform - pos: -37.5,-29.5 + pos: 16.5,11.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 676 + - uid: 566 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,70.5 + pos: 16.5,12.5 parent: 12 - - uid: 677 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,68.5 + pos: -37.5,-29.5 parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 742 components: - type: Transform @@ -108254,12 +124470,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 1764 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,63.5 - parent: 12 - uid: 1776 components: - type: Transform @@ -108316,6 +124526,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 2009 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-38.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 2072 components: - type: Transform @@ -108404,7 +124622,7 @@ entities: pos: 11.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2448 components: - type: Transform @@ -108443,7 +124661,7 @@ entities: pos: 4.5,7.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2677 components: - type: Transform @@ -108459,7 +124677,7 @@ entities: pos: 5.5,7.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 2692 components: - type: Transform @@ -108510,6 +124728,8 @@ entities: rot: -1.5707963267948966 rad pos: -12.5,-55.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 2814 components: - type: Transform @@ -108533,14 +124753,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2858 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2859 components: - type: Transform @@ -108582,7 +124794,7 @@ entities: pos: 59.5,-1.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 2906 components: - type: Transform @@ -108591,14 +124803,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2907 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 2955 components: - type: Transform @@ -108613,13 +124817,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 2964 - components: - - type: Transform - pos: 15.5,11.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3009 components: - type: Transform @@ -108628,13 +124825,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3011 - components: - - type: Transform - pos: 15.5,12.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3016 components: - type: Transform @@ -108649,14 +124839,6 @@ entities: rot: 3.141592653589793 rad pos: 13.5,19.5 parent: 12 - - uid: 3079 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 50.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3096 components: - type: Transform @@ -108685,7 +124867,7 @@ entities: pos: 10.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 3464 components: - type: Transform @@ -110159,13 +126341,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 3940 - components: - - type: Transform - pos: 15.5,13.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 3955 components: - type: Transform @@ -110275,7 +126450,7 @@ entities: pos: 12.5,2.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 4390 components: - type: Transform @@ -110299,13 +126474,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 4412 - components: - - type: Transform - pos: 49.5,62.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4453 components: - type: Transform @@ -110641,14 +126809,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-5.5 parent: 12 - - uid: 4791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4802 components: - type: Transform @@ -110657,14 +126817,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 4803 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 11.5,-15.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4804 components: - type: Transform @@ -111109,14 +127261,6 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,0.5 parent: 12 - - uid: 5020 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-11.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5031 components: - type: Transform @@ -111138,14 +127282,6 @@ entities: rot: 1.5707963267948966 rad pos: 24.5,-9.5 parent: 12 - - uid: 5053 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5079 components: - type: Transform @@ -111252,14 +127388,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 5263 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5264 components: - type: Transform @@ -111444,14 +127572,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 5304 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 7.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5306 components: - type: Transform @@ -111706,7 +127826,7 @@ entities: pos: 12.5,4.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5387 components: - type: Transform @@ -111730,7 +127850,7 @@ entities: pos: 9.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5399 components: - type: Transform @@ -111762,7 +127882,7 @@ entities: pos: 7.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5408 components: - type: Transform @@ -111786,7 +127906,7 @@ entities: pos: 6.5,6.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5418 components: - type: Transform @@ -111794,7 +127914,7 @@ entities: pos: 8.5,5.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5422 components: - type: Transform @@ -111839,14 +127959,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,3.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5486 components: - type: Transform @@ -111918,7 +128030,7 @@ entities: pos: 12.5,1.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 5634 components: - type: Transform @@ -111975,6 +128087,21 @@ entities: rot: 1.5707963267948966 rad pos: 22.5,-7.5 parent: 12 + - uid: 5909 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 13.5,-15.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 5913 + components: + - type: Transform + pos: 53.5,1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5937 components: - type: Transform @@ -112072,6 +128199,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 5957 + components: + - type: Transform + pos: 16.5,13.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5958 components: - type: Transform @@ -112208,6 +128342,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 6712 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,62.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 6715 components: - type: Transform @@ -112216,6 +128358,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 6732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-15.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6769 components: - type: Transform @@ -112281,7 +128431,7 @@ entities: pos: 3.5,9.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 6854 components: - type: Transform @@ -112801,14 +128951,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7059 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 29.5,-38.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7060 components: - type: Transform @@ -113088,6 +129230,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7111 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,3.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7115 components: - type: Transform @@ -113095,7 +129245,7 @@ entities: pos: 3.5,8.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 7117 components: - type: Transform @@ -113103,7 +129253,15 @@ entities: pos: 3.5,10.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' + - uid: 7118 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 8.5,-16.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7119 components: - type: Transform @@ -113119,7 +129277,7 @@ entities: pos: 3.5,11.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 7137 components: - type: Transform @@ -113175,7 +129333,7 @@ entities: pos: 3.5,12.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 7147 components: - type: Transform @@ -113194,6 +129352,22 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,19.5 parent: 12 + - uid: 7152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 40.5,-0.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7155 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 26.5,-16.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7169 components: - type: Transform @@ -113358,6 +129532,14 @@ entities: rot: -1.5707963267948966 rad pos: 12.5,3.5 parent: 12 + - uid: 7223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 39.5,0.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7239 components: - type: Transform @@ -113408,6 +129590,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 7310 + components: + - type: Transform + pos: 39.5,1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7314 components: - type: Transform @@ -113461,6 +129650,22 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7425 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-0.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 7435 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,0.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7457 components: - type: Transform @@ -113517,6 +129722,22 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 7480 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 7481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7508 components: - type: Transform @@ -113533,14 +129754,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7546 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,0.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 7548 components: - type: Transform @@ -113609,36 +129822,26 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 7846 + - uid: 7838 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,68.5 + pos: -46.5,44.5 parent: 12 - - uid: 8198 + - uid: 8241 components: - type: Transform rot: 3.141592653589793 rad - pos: 61.5,1.5 + pos: 10.5,-45.5 parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8199 + - uid: 8457 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,-1.5 + pos: 50.5,61.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 8241 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,-45.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 8492 components: - type: Transform @@ -114765,14 +130968,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 8890 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 53.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 8899 components: - type: Transform @@ -114802,13 +130997,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 8972 - components: - - type: Transform - pos: 12.5,0.5 - parent: 12 - - type: AtmosPipeColor - color: '#FFA500FF' - uid: 8981 components: - type: Transform @@ -114832,6 +131020,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 9144 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 7.5,-14.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 9168 components: - type: Transform @@ -115981,14 +132177,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 10907 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-0.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11008 components: - type: Transform @@ -116407,7 +132595,7 @@ entities: pos: 13.5,-0.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 11344 components: - type: Transform @@ -116493,7 +132681,7 @@ entities: pos: 12.5,3.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 11592 components: - type: Transform @@ -116510,12 +132698,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 11789 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,59.5 - parent: 12 - uid: 11863 components: - type: Transform @@ -116714,12 +132896,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 12713 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,60.5 - parent: 12 - uid: 12741 components: - type: Transform @@ -117904,14 +134080,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 13836 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 52.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 13917 components: - type: Transform @@ -119041,11 +135209,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 16559 - components: - - type: Transform - pos: -39.5,60.5 - parent: 12 - uid: 16576 components: - type: Transform @@ -121352,6 +137515,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 19421 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,58.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19422 components: - type: Transform @@ -121421,6 +137592,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 19540 + components: + - type: Transform + pos: 6.5,-16.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 19541 components: - type: Transform @@ -121437,19 +137615,19 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 19816 + - uid: 19831 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 19.5,5.5 + rot: 3.141592653589793 rad + pos: -25.5,59.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 19831 + - uid: 19849 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,59.5 + rot: -1.5707963267948966 rad + pos: 52.5,62.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' @@ -122780,6 +138958,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 20543 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,62.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 20907 components: - type: Transform @@ -123544,14 +139730,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 21032 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,55.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 21033 components: - type: Transform @@ -126717,13 +142895,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 23884 - components: - - type: Transform - pos: 6.5,-14.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 23949 components: - type: Transform @@ -127060,14 +143231,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#947507FF' - - uid: 24496 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,63.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 24566 components: - type: Transform @@ -127137,14 +143300,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 25195 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,3.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 25389 components: - type: Transform @@ -127336,12 +143491,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 25831 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,14.5 - parent: 12 - uid: 25959 components: - type: Transform @@ -127350,14 +143499,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26026 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 60.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26052 components: - type: Transform @@ -127380,6 +143521,12 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 26138 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,-16.5 + parent: 12 - uid: 26315 components: - type: Transform @@ -127626,14 +143773,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26518 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,2.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 26539 components: - type: Transform @@ -127787,12 +143926,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 26678 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,61.5 - parent: 12 - uid: 26679 components: - type: Transform @@ -127841,12 +143974,30 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 26902 + - uid: 26890 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,63.5 + rot: 3.141592653589793 rad + pos: 48.5,56.5 parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26892 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,57.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 26896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,58.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 26925 components: - type: Transform @@ -127978,6 +144129,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 27054 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 60.5,-1.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 27173 components: - type: Transform @@ -128314,14 +144473,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 29162 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,3.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 29262 components: - type: Transform @@ -128346,6 +144497,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 29265 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,63.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29266 components: - type: Transform @@ -128378,6 +144537,22 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 29295 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,62.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29296 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,63.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29398 components: - type: Transform @@ -129633,12 +145808,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 32021 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,68.5 - parent: 12 - uid: 32068 components: - type: Transform @@ -129899,6 +146068,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 2678 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 39.5,-0.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2753 components: - type: Transform @@ -129913,12 +146090,16 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-55.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 2810 components: - type: Transform rot: 3.141592653589793 rad pos: -11.5,-56.5 parent: 12 + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 2811 components: - type: Transform @@ -130216,22 +146397,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 4540 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 45.5,3.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - - uid: 4701 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 13.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 4811 components: - type: Transform @@ -130293,14 +146458,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5104 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,10.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 5144 components: - type: Transform @@ -130340,14 +146497,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 5302 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 8.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5308 components: - type: Transform @@ -130425,14 +146574,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5401 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5530 components: - type: Transform @@ -130471,6 +146612,22 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6151 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-15.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 6741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 48.5,55.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6751 components: - type: Transform @@ -130479,6 +146636,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6771 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 6.5,-14.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6794 components: - type: Transform @@ -130576,6 +146741,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 7116 + components: + - type: Transform + pos: 15.5,10.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7138 components: - type: Transform @@ -130592,6 +146764,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 7156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,57.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7184 components: - type: Transform @@ -130640,6 +146820,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 7283 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,62.5 + parent: 12 + - type: AtmosPipeColor + color: '#990000FF' - uid: 7299 components: - type: Transform @@ -130710,19 +146898,18 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 7838 + - uid: 7839 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,61.5 + rot: 1.5707963267948966 rad + pos: 51.5,61.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' - - uid: 7839 + color: '#0055CCFF' + - uid: 8070 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,61.5 + pos: 35.5,-0.5 parent: 12 - type: AtmosPipeColor color: '#0055CCFF' @@ -130734,6 +146921,13 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 8427 + components: + - type: Transform + pos: 8.5,-14.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 8505 components: - type: Transform @@ -130942,14 +147136,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9140 + - uid: 9052 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,-1.5 + rot: -1.5707963267948966 rad + pos: 58.5,-0.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' + color: '#0055CCFF' - uid: 9399 components: - type: Transform @@ -131155,14 +147349,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 10840 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-1.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10903 components: - type: Transform @@ -131290,16 +147476,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 11703 - components: - - type: Transform - pos: -25.5,63.5 - parent: 12 - - uid: 11704 - components: - - type: Transform - pos: -43.5,58.5 - parent: 12 - uid: 11971 components: - type: Transform @@ -132116,27 +148292,18 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 19415 + - uid: 19414 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,58.5 + pos: -39.5,59.5 parent: 12 - type: AtmosPipeColor - color: '#990000FF' - - uid: 19540 + color: '#0055CCFF' + - uid: 19415 components: - type: Transform rot: 3.141592653589793 rad - pos: 26.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - - uid: 19852 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,57.5 + pos: -38.5,58.5 parent: 12 - type: AtmosPipeColor color: '#990000FF' @@ -132722,6 +148889,11 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 26086 + components: + - type: Transform + pos: -58.5,-35.5 + parent: 12 - uid: 26614 components: - type: Transform @@ -132767,14 +148939,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 27985 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 6.5,-16.5 - parent: 12 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 27992 components: - type: Transform @@ -132814,6 +148978,14 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 29298 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,61.5 + parent: 12 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 29299 components: - type: Transform @@ -132896,12 +149068,6 @@ entities: color: '#0055CCFF' - proto: GasPort entities: - - uid: 645 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,70.5 - parent: 12 - uid: 794 components: - type: Transform @@ -132994,17 +149160,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-18.5 parent: 12 - - uid: 4938 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,52.5 - parent: 12 - - uid: 9059 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 12 - uid: 9813 components: - type: Transform @@ -133150,6 +149305,18 @@ entities: - type: Transform pos: 1.5,-18.5 parent: 12 + - uid: 26903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -58.5,-36.5 + parent: 12 + - uid: 27018 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -57.5,-36.5 + parent: 12 - uid: 28755 components: - type: Transform @@ -133250,12 +149417,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,-3.5 parent: 12 - - uid: 4696 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,53.5 - parent: 12 - uid: 4743 components: - type: Transform @@ -133292,12 +149453,6 @@ entities: rot: 1.5707963267948966 rad pos: 14.5,1.5 parent: 12 - - uid: 7843 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 3.5,70.5 - parent: 12 - uid: 9060 components: - type: Transform @@ -133339,13 +149494,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 26418 - components: - - type: Transform - pos: 26.5,-15.5 - parent: 12 - - type: AtmosPipeColor - color: '#990000FF' - proto: GasThermoMachineFreezer entities: - uid: 2356 @@ -133363,6 +149511,8 @@ entities: targetTemperature: 100 - type: ApcPowerReceiver powerDisabled: False + - type: AtmosPipeColor + color: '#03FCD3FF' - uid: 2960 components: - type: Transform @@ -133420,15 +149570,14 @@ entities: parent: 12 - type: GasThermoMachine targetTemperature: 330 -- proto: GasValve - entities: - - uid: 4780 + - uid: 27077 components: - type: Transform - pos: -25.5,55.5 + rot: 1.5707963267948966 rad + pos: -59.5,-35.5 parent: 12 - - type: GasValve - open: False +- proto: GasValve + entities: - uid: 13519 components: - type: Transform @@ -133443,11 +149592,6 @@ entities: parent: 12 - type: GasValve open: False - - uid: 18267 - components: - - type: Transform - pos: -46.5,44.5 - parent: 12 - uid: 28754 components: - type: Transform @@ -133719,16 +149863,6 @@ entities: - 27296 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 5305 - components: - - type: Transform - pos: 8.5,-15.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 4887 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 5309 components: - type: Transform @@ -133737,7 +149871,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 28376 + - 10201 - type: AtmosPipeColor color: '#0055CCFF' - uid: 5328 @@ -133799,6 +149933,16 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 6291 + components: + - type: Transform + pos: 37.5,1.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 1375 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 6709 components: - type: Transform @@ -133816,6 +149960,9 @@ entities: rot: 3.141592653589793 rad pos: 30.5,-47.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 706 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6977 @@ -133824,6 +149971,9 @@ entities: rot: 3.141592653589793 rad pos: 12.5,-47.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 1169 - type: AtmosPipeColor color: '#0055CCFF' - uid: 6978 @@ -133847,6 +149997,17 @@ entities: - 32066 - type: AtmosPipeColor color: '#0055CCFF' + - uid: 7229 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 9.5,-14.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 22005 + - type: AtmosPipeColor + color: '#0055CCFF' - uid: 7327 components: - type: Transform @@ -133903,6 +150064,9 @@ entities: rot: 3.141592653589793 rad pos: 55.5,-40.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 - type: AtmosPipeColor color: '#0055CCFF' - uid: 8543 @@ -133966,17 +150130,6 @@ entities: - 7342 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 9052 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 61.5,-0.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 8420 - - type: AtmosPipeColor - color: '#0055CCFF' - uid: 9434 components: - type: Transform @@ -134553,7 +150706,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19394 @@ -134563,7 +150716,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19395 @@ -134573,7 +150726,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19431 @@ -134584,7 +150737,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#0055CCFF' - uid: 19880 @@ -135239,14 +151392,11 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 26415 + - uid: 26897 components: - type: Transform - pos: 35.5,0.5 + pos: 48.5,59.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 2682 - type: AtmosPipeColor color: '#0055CCFF' - uid: 26994 @@ -135271,14 +151421,6 @@ entities: - 28354 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 28140 - components: - - type: Transform - pos: -39.5,61.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 26680 - uid: 28143 components: - type: Transform @@ -135307,11 +151449,11 @@ entities: parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - - uid: 29150 + - uid: 28973 components: - type: Transform rot: -1.5707963267948966 rad - pos: 49.5,3.5 + pos: 61.5,-1.5 parent: 12 - type: AtmosPipeColor color: '#0055CCFF' @@ -135323,7 +151465,6 @@ entities: - type: DeviceNetwork deviceLists: - 29270 - - 20779 - type: AtmosPipeColor color: '#0055CCFF' - uid: 29300 @@ -135332,9 +151473,14 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,61.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 22034 + - type: AtmosPipeColor + color: '#0055CCFF' + - uid: 29301 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,64.5 + parent: 12 - type: AtmosPipeColor color: '#0055CCFF' - uid: 29397 @@ -135343,9 +151489,6 @@ entities: rot: 1.5707963267948966 rad pos: -52.5,62.5 parent: 12 - - type: DeviceNetwork - deviceLists: - - 29782 - type: AtmosPipeColor color: '#0055CCFF' - uid: 29400 @@ -135481,17 +151624,6 @@ entities: - 32231 - type: AtmosPipeColor color: '#0055CCFF' -- proto: GasVentPumpVox - entities: - - uid: 6688 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,70.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: GasVentScrubber entities: - uid: 800 @@ -135619,6 +151751,26 @@ entities: - 25448 - type: AtmosPipeColor color: '#990000FF' + - uid: 1537 + components: + - type: Transform + pos: 16.5,14.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 12273 + - type: AtmosPipeColor + color: '#990000FF' + - uid: 2501 + components: + - type: Transform + pos: 53.5,2.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 27311 + - type: AtmosPipeColor + color: '#990000FF' - uid: 2673 components: - type: Transform @@ -135630,14 +151782,14 @@ entities: - 30453 - type: AtmosPipeColor color: '#990000FF' - - uid: 2684 + - uid: 2680 components: - type: Transform - pos: 36.5,0.5 + pos: 39.5,2.5 parent: 12 - type: DeviceNetwork deviceLists: - - 2682 + - 1375 - type: AtmosPipeColor color: '#990000FF' - uid: 2755 @@ -135720,6 +151872,17 @@ entities: - 27296 - type: AtmosPipeColor color: '#990000FF' + - uid: 4523 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 51.5,57.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 28271 + - type: AtmosPipeColor + color: '#990000FF' - uid: 4723 components: - type: Transform @@ -135731,26 +151894,25 @@ entities: - 27296 - type: AtmosPipeColor color: '#990000FF' - - uid: 5254 + - uid: 4938 components: - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-22.5 + pos: 11.5,-14.5 parent: 12 - type: DeviceNetwork deviceLists: - - 28376 + - 22005 - type: AtmosPipeColor color: '#990000FF' - - uid: 5255 + - uid: 5254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 12.5,-16.5 + rot: 3.141592653589793 rad + pos: 11.5,-22.5 parent: 12 - type: DeviceNetwork deviceLists: - - 4887 + - 10201 - type: AtmosPipeColor color: '#990000FF' - uid: 5280 @@ -135804,6 +151966,17 @@ entities: - 28366 - type: AtmosPipeColor color: '#990000FF' + - uid: 5873 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,63.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 28328 + - type: AtmosPipeColor + color: '#990000FF' - uid: 5887 components: - type: Transform @@ -135856,6 +152029,9 @@ entities: rot: 3.141592653589793 rad pos: 31.5,-47.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 706 - type: AtmosPipeColor color: '#990000FF' - uid: 6981 @@ -135864,6 +152040,9 @@ entities: rot: 3.141592653589793 rad pos: 13.5,-47.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 1169 - type: AtmosPipeColor color: '#990000FF' - uid: 6983 @@ -135927,6 +152106,9 @@ entities: rot: 3.141592653589793 rad pos: 56.5,-40.5 parent: 12 + - type: DeviceNetwork + deviceLists: + - 752 - type: AtmosPipeColor color: '#990000FF' - uid: 8544 @@ -136002,16 +152184,6 @@ entities: - 448 - type: AtmosPipeColor color: '#990000FF' - - uid: 9488 - components: - - type: Transform - pos: 15.5,14.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 12273 - - type: AtmosPipeColor - color: '#990000FF' - uid: 10006 components: - type: Transform @@ -136085,17 +152257,6 @@ entities: - 5109 - type: AtmosPipeColor color: '#990000FF' - - uid: 11225 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 61.5,-1.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 8420 - - type: AtmosPipeColor - color: '#990000FF' - uid: 11273 components: - type: Transform @@ -136104,14 +152265,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 12079 - components: - - type: Transform - pos: -38.5,61.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 26680 - uid: 12231 components: - type: Transform @@ -136177,15 +152330,6 @@ entities: - 13303 - type: AtmosPipeColor color: '#990000FF' - - uid: 12811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,57.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 26680 - uid: 12820 components: - type: Transform @@ -136460,7 +152604,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#990000FF' - uid: 19396 @@ -136470,7 +152614,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#990000FF' - uid: 19397 @@ -136480,7 +152624,7 @@ entities: parent: 12 - type: DeviceNetwork deviceLists: - - 26680 + - 23791 - type: AtmosPipeColor color: '#990000FF' - uid: 19429 @@ -136491,6 +152635,16 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' + - uid: 19430 + components: + - type: Transform + pos: -38.5,59.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 23791 + - type: AtmosPipeColor + color: '#990000FF' - uid: 19555 components: - type: Transform @@ -136797,16 +152951,6 @@ entities: - 23632 - type: AtmosPipeColor color: '#990000FF' - - uid: 23092 - components: - - type: Transform - pos: 50.5,62.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 28328 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23192 components: - type: Transform @@ -136871,17 +153015,6 @@ entities: - 28360 - type: AtmosPipeColor color: '#990000FF' - - uid: 23940 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,57.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 28271 - - type: AtmosPipeColor - color: '#990000FF' - uid: 23996 components: - type: Transform @@ -137007,26 +153140,6 @@ entities: parent: 12 - type: AtmosPipeColor color: '#990000FF' - - uid: 26899 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -27.5,63.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 29272 - - 20779 - - uid: 26949 - components: - - type: Transform - pos: 52.5,2.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 27311 - - type: AtmosPipeColor - color: '#990000FF' - uid: 27249 components: - type: Transform @@ -137056,15 +153169,6 @@ entities: - 28354 - type: AtmosPipeColor color: '#990000FF' - - uid: 28062 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,62.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 22034 - uid: 28935 components: - type: Transform @@ -137083,6 +153187,17 @@ entities: - 3983 - type: AtmosPipeColor color: '#990000FF' + - uid: 29259 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -26.5,64.5 + parent: 12 + - type: DeviceNetwork + deviceLists: + - 29270 + - type: AtmosPipeColor + color: '#990000FF' - uid: 29261 components: - type: Transform @@ -137183,17 +153298,6 @@ entities: - 32231 - type: AtmosPipeColor color: '#990000FF' -- proto: GasVentScrubberVox - entities: - - uid: 7844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,68.5 - parent: 12 - - type: DeviceNetwork - deviceLists: - - 7822 - proto: GasVolumePump entities: - uid: 2869 @@ -137225,7 +153329,7 @@ entities: pos: 3.5,13.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 26045 components: - type: MetaData @@ -137235,7 +153339,7 @@ entities: pos: 14.5,-0.5 parent: 12 - type: AtmosPipeColor - color: '#FFA500FF' + color: '#947507FF' - uid: 26556 components: - type: Transform @@ -137260,12 +153364,19 @@ entities: - type: Transform pos: -47.563118,57.633785 parent: 12 +- proto: GavelBlock + entities: + - uid: 24217 + components: + - type: Transform + pos: -21.24396,-0.53930616 + parent: 12 - proto: GavelHammer entities: - - uid: 28493 + - uid: 5662 components: - type: Transform - pos: -21.737097,1.3352861 + pos: -21.27521,-0.28930616 parent: 12 - proto: Girder entities: @@ -137275,10 +153386,33 @@ entities: rot: 3.141592653589793 rad pos: 49.5,-4.5 parent: 12 - - uid: 7155 + - uid: 2387 + components: + - type: Transform + pos: -57.5,-17.5 + parent: 12 + - uid: 2406 components: - type: Transform - pos: 46.5,0.5 + rot: 3.141592653589793 rad + pos: -59.5,-28.5 + parent: 12 + - uid: 2407 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-20.5 + parent: 12 + - uid: 6029 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -56.5,-33.5 + parent: 12 + - uid: 6277 + components: + - type: Transform + pos: -34.5,-16.5 parent: 12 - uid: 10918 components: @@ -137341,62 +153475,50 @@ entities: - type: Transform pos: 38.5,45.5 parent: 12 - - uid: 24216 - components: - - type: Transform - pos: -52.5,-17.5 - parent: 12 - uid: 26705 components: - type: Transform rot: 1.5707963267948966 rad pos: 47.5,-2.5 parent: 12 - - uid: 27148 + - uid: 26755 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-18.5 + pos: 46.5,-4.5 parent: 12 - - uid: 27839 + - uid: 28445 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-31.5 + rot: 1.5707963267948966 rad + pos: -4.5,15.5 parent: 12 - - uid: 28191 + - uid: 28923 components: - type: Transform - rot: 3.141592653589793 rad - pos: -57.5,-15.5 + pos: 48.5,9.5 parent: 12 - - uid: 28445 + - uid: 29035 components: - type: Transform rot: 1.5707963267948966 rad - pos: -4.5,15.5 + pos: -51.5,53.5 parent: 12 - - uid: 28923 + - uid: 29396 components: - type: Transform - pos: 48.5,9.5 + pos: 4.5,-61.5 parent: 12 - - uid: 29489 + - uid: 29986 components: - type: Transform - pos: -32.5,73.5 + rot: 1.5707963267948966 rad + pos: -36.5,74.5 parent: 12 - uid: 30737 components: - type: Transform pos: -33.5,-55.5 parent: 12 - - uid: 31113 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -64.5,-54.5 - parent: 12 - uid: 31439 components: - type: Transform @@ -137448,6 +153570,12 @@ entities: - type: Transform pos: -44.677162,44.579002 parent: 12 + - uid: 29613 + components: + - type: Transform + rot: 2.220446049250313E-16 rad + pos: -47.544113,68.56509 + parent: 12 - uid: 30217 components: - type: Transform @@ -137460,16 +153588,6 @@ entities: parent: 12 - proto: GlowstickBlue entities: - - uid: 13210 - components: - - type: Transform - pos: -52.06251,68.73613 - parent: 12 - - uid: 29614 - components: - - type: Transform - pos: -45.647923,68.661194 - parent: 12 - uid: 30220 components: - type: Transform @@ -137481,19 +153599,29 @@ entities: rot: -6.283185307179586 rad pos: -6.2282777,64.03005 parent: 12 +- proto: GlowstickPurple + entities: + - uid: 29612 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -52.46078,75.45116 + parent: 12 - proto: GlowstickRed entities: - uid: 29611 components: - type: Transform - pos: -52.328136,75.32988 + rot: -6.283185307179586 rad + pos: -46.405224,74.242805 parent: 12 - proto: GlowstickYellow entities: - uid: 29600 components: - type: Transform - pos: -45.328136,73.783005 + rot: -6.283185307179586 rad + pos: -53.55106,69.57985 parent: 12 - proto: GrassBattlemap entities: @@ -137516,6 +153644,16 @@ entities: - type: Transform pos: -35.903347,36.74952 parent: 12 + - uid: 23883 + components: + - type: Transform + pos: -38.261044,51.369217 + parent: 12 + - uid: 25419 + components: + - type: Transform + pos: -26.19504,65.46033 + parent: 12 - proto: Grille entities: - uid: 5 @@ -137592,18 +153730,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-15.5 parent: 12 - - uid: 216 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,74.5 - parent: 12 - - uid: 219 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,62.5 - parent: 12 - uid: 222 components: - type: Transform @@ -137958,17 +154084,7 @@ entities: - uid: 614 components: - type: Transform - pos: -39.5,-18.5 - parent: 12 - - uid: 615 - components: - - type: Transform - pos: -38.5,-18.5 - parent: 12 - - uid: 616 - components: - - type: Transform - pos: -37.5,-18.5 + pos: 37.5,-47.5 parent: 12 - uid: 620 components: @@ -138055,6 +154171,16 @@ entities: - type: Transform pos: -32.5,-33.5 parent: 12 + - uid: 676 + components: + - type: Transform + pos: 72.5,-3.5 + parent: 12 + - uid: 677 + components: + - type: Transform + pos: 73.5,-3.5 + parent: 12 - uid: 697 components: - type: Transform @@ -138090,24 +154216,6 @@ entities: - type: Transform pos: -50.5,-21.5 parent: 12 - - uid: 752 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-13.5 - parent: 12 - - uid: 756 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-13.5 - parent: 12 - - uid: 757 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-13.5 - parent: 12 - uid: 767 components: - type: Transform @@ -138321,17 +154429,10 @@ entities: rot: 3.141592653589793 rad pos: -30.5,-45.5 parent: 12 - - uid: 1065 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,56.5 - parent: 12 - - uid: 1285 + - uid: 1276 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-42.5 + pos: -51.5,-17.5 parent: 12 - uid: 1352 components: @@ -138898,27 +154999,31 @@ entities: - type: Transform pos: 61.5,-22.5 parent: 12 + - uid: 3109 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 12 + - uid: 3111 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 12 - uid: 3126 components: - type: Transform pos: -50.5,47.5 parent: 12 - - uid: 3198 + - uid: 3200 components: - type: Transform - pos: 35.5,-0.5 + pos: -58.5,56.5 parent: 12 - uid: 3480 components: - type: Transform pos: 20.5,-33.5 parent: 12 - - uid: 3596 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,70.5 - parent: 12 - uid: 3630 components: - type: Transform @@ -138930,26 +155035,6 @@ entities: rot: 1.5707963267948966 rad pos: 57.5,-47.5 parent: 12 - - uid: 4106 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 12 - - uid: 4107 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 12 - - uid: 4108 - components: - - type: Transform - pos: 9.5,-52.5 - parent: 12 - - uid: 4109 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 12 - uid: 4230 components: - type: Transform @@ -138984,12 +155069,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-24.5 parent: 12 - - uid: 4423 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-24.5 - parent: 12 - uid: 4424 components: - type: Transform @@ -139044,51 +155123,22 @@ entities: rot: 1.5707963267948966 rad pos: 8.5,-17.5 parent: 12 - - uid: 4464 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 10.5,-17.5 - parent: 12 - uid: 4465 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,-18.5 parent: 12 - - uid: 4466 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-18.5 - parent: 12 - - uid: 4467 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 - parent: 12 - - uid: 4476 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 12 - uid: 4524 components: - type: Transform - pos: 7.5,-16.5 + pos: 49.5,57.5 parent: 12 - uid: 4598 components: - type: Transform pos: 13.5,-0.5 parent: 12 - - uid: 4646 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-0.5 - parent: 12 - uid: 4666 components: - type: Transform @@ -139099,6 +155149,11 @@ entities: - type: Transform pos: 21.5,3.5 parent: 12 + - uid: 4695 + components: + - type: Transform + pos: -6.5,-19.5 + parent: 12 - uid: 4758 components: - type: Transform @@ -139140,6 +155195,11 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-57.5 parent: 12 + - uid: 4875 + components: + - type: Transform + pos: -41.5,-16.5 + parent: 12 - uid: 4912 components: - type: Transform @@ -139195,30 +155255,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,3.5 parent: 12 - - uid: 5314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-54.5 - parent: 12 - - uid: 5371 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-53.5 - parent: 12 - - uid: 5372 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 - parent: 12 - - uid: 5430 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-51.5 - parent: 12 - uid: 5437 components: - type: Transform @@ -139255,6 +155291,12 @@ entities: rot: 3.141592653589793 rad pos: 25.5,-19.5 parent: 12 + - uid: 5513 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,60.5 + parent: 12 - uid: 5715 components: - type: Transform @@ -139553,11 +155595,6 @@ entities: - type: Transform pos: 14.5,-52.5 parent: 12 - - uid: 6155 - components: - - type: Transform - pos: 13.5,-54.5 - parent: 12 - uid: 6167 components: - type: Transform @@ -139623,61 +155660,6 @@ entities: - type: Transform pos: 29.5,-52.5 parent: 12 - - uid: 6185 - components: - - type: Transform - pos: 30.5,-54.5 - parent: 12 - - uid: 6187 - components: - - type: Transform - pos: 32.5,-54.5 - parent: 12 - - uid: 6188 - components: - - type: Transform - pos: 32.5,-53.5 - parent: 12 - - uid: 6189 - components: - - type: Transform - pos: 32.5,-52.5 - parent: 12 - - uid: 6190 - components: - - type: Transform - pos: 32.5,-51.5 - parent: 12 - - uid: 6191 - components: - - type: Transform - pos: 32.5,-50.5 - parent: 12 - - uid: 6192 - components: - - type: Transform - pos: 32.5,-49.5 - parent: 12 - - uid: 6193 - components: - - type: Transform - pos: 32.5,-48.5 - parent: 12 - - uid: 6194 - components: - - type: Transform - pos: 32.5,-47.5 - parent: 12 - - uid: 6195 - components: - - type: Transform - pos: 32.5,-46.5 - parent: 12 - - uid: 6196 - components: - - type: Transform - pos: 32.5,-45.5 - parent: 12 - uid: 6208 components: - type: Transform @@ -139689,41 +155671,11 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-44.5 parent: 12 - - uid: 6284 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-43.5 - parent: 12 - - uid: 6285 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-44.5 - parent: 12 - - uid: 6286 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-44.5 - parent: 12 - - uid: 6301 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-40.5 - parent: 12 - uid: 6302 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-40.5 - parent: 12 - - uid: 6303 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-40.5 + rot: 1.5707963267948966 rad + pos: -38.5,-70.5 parent: 12 - uid: 6309 components: @@ -139736,18 +155688,6 @@ entities: rot: -1.5707963267948966 rad pos: 48.5,-44.5 parent: 12 - - uid: 6337 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-44.5 - parent: 12 - - uid: 6338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-45.5 - parent: 12 - uid: 6339 components: - type: Transform @@ -139872,11 +155812,6 @@ entities: - type: Transform pos: 28.5,-1.5 parent: 12 - - uid: 7300 - components: - - type: Transform - pos: 29.5,-54.5 - parent: 12 - uid: 7356 components: - type: Transform @@ -139961,18 +155896,6 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,-30.5 parent: 12 - - uid: 7481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-44.5 - parent: 12 - - uid: 7482 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-45.5 - parent: 12 - uid: 7486 components: - type: Transform @@ -139991,11 +155914,6 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-46.5 parent: 12 - - uid: 7492 - components: - - type: Transform - pos: -25.5,70.5 - parent: 12 - uid: 7495 components: - type: Transform @@ -140014,12 +155932,6 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,-42.5 parent: 12 - - uid: 7500 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-50.5 - parent: 12 - uid: 7504 components: - type: Transform @@ -140267,6 +156179,11 @@ entities: - type: Transform pos: 33.5,-24.5 parent: 12 + - uid: 8254 + components: + - type: Transform + pos: 69.5,-3.5 + parent: 12 - uid: 8341 components: - type: Transform @@ -140289,11 +156206,6 @@ entities: - type: Transform pos: -63.5,-23.5 parent: 12 - - uid: 8447 - components: - - type: Transform - pos: -54.5,72.5 - parent: 12 - uid: 8479 components: - type: Transform @@ -140309,11 +156221,15 @@ entities: - type: Transform pos: -46.5,0.5 parent: 12 - - uid: 8984 + - uid: 8713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-50.5 + pos: 49.5,59.5 + parent: 12 + - uid: 8788 + components: + - type: Transform + pos: 70.5,-3.5 parent: 12 - uid: 9057 components: @@ -140325,6 +156241,28 @@ entities: - type: Transform pos: -58.5,36.5 parent: 12 + - uid: 9077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 + parent: 12 + - uid: 9200 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-44.5 + parent: 12 + - uid: 9212 + components: + - type: Transform + pos: -58.5,-37.5 + parent: 12 + - uid: 9244 + components: + - type: Transform + pos: -53.5,-17.5 + parent: 12 - uid: 9402 components: - type: Transform @@ -140350,16 +156288,17 @@ entities: - type: Transform pos: 59.5,-24.5 parent: 12 - - uid: 9526 + - uid: 9504 components: - type: Transform rot: 3.141592653589793 rad - pos: 2.5,10.5 + pos: -35.5,61.5 parent: 12 - - uid: 9534 + - uid: 9526 components: - type: Transform - pos: -53.5,75.5 + rot: 3.141592653589793 rad + pos: 2.5,10.5 parent: 12 - uid: 9570 components: @@ -140377,20 +156316,15 @@ entities: - type: Transform pos: -0.5,-40.5 parent: 12 - - uid: 9624 - components: - - type: Transform - pos: -53.5,76.5 - parent: 12 - - uid: 9652 + - uid: 9709 components: - type: Transform - pos: -52.5,76.5 + pos: 63.5,6.5 parent: 12 - - uid: 9709 + - uid: 9756 components: - type: Transform - pos: 63.5,6.5 + pos: -52.5,-17.5 parent: 12 - uid: 9871 components: @@ -140408,17 +156342,22 @@ entities: - type: Transform pos: -46.5,3.5 parent: 12 - - uid: 9997 + - uid: 9971 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-50.5 + pos: 60.5,65.5 parent: 12 - uid: 10060 components: - type: Transform pos: -63.5,-24.5 parent: 12 + - uid: 10071 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,15.5 + parent: 12 - uid: 10091 components: - type: Transform @@ -140515,12 +156454,24 @@ entities: rot: 1.5707963267948966 rad pos: -44.5,3.5 parent: 12 + - uid: 10109 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,5.5 + parent: 12 - uid: 10110 components: - type: Transform rot: 1.5707963267948966 rad pos: -35.5,4.5 parent: 12 + - uid: 10111 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,13.5 + parent: 12 - uid: 10112 components: - type: Transform @@ -140581,6 +156532,12 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,14.5 parent: 12 + - uid: 10126 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,13.5 + parent: 12 - uid: 10127 components: - type: Transform @@ -140617,6 +156574,12 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,15.5 parent: 12 + - uid: 10138 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,5.5 + parent: 12 - uid: 10145 components: - type: Transform @@ -140629,6 +156592,12 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,4.5 parent: 12 + - uid: 10147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,5.5 + parent: 12 - uid: 10148 components: - type: Transform @@ -140641,6 +156610,18 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,4.5 parent: 12 + - uid: 10150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,5.5 + parent: 12 + - uid: 10151 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,13.5 + parent: 12 - uid: 10152 components: - type: Transform @@ -140665,6 +156646,12 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,14.5 parent: 12 + - uid: 10156 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,13.5 + parent: 12 - uid: 10187 components: - type: Transform @@ -140677,6 +156664,12 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,17.5 parent: 12 + - uid: 10224 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,18.5 + parent: 12 - uid: 10225 components: - type: Transform @@ -140740,8 +156733,7 @@ entities: - uid: 10317 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-26.5 + pos: 41.5,3.5 parent: 12 - uid: 10327 components: @@ -140755,11 +156747,6 @@ entities: rot: -1.5707963267948966 rad pos: -28.5,-7.5 parent: 12 - - uid: 10341 - components: - - type: Transform - pos: 14.5,-54.5 - parent: 12 - uid: 10347 components: - type: Transform @@ -140770,6 +156757,11 @@ entities: - type: Transform pos: 63.5,5.5 parent: 12 + - uid: 10557 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 12 - uid: 10569 components: - type: Transform @@ -140865,6 +156857,11 @@ entities: rot: 1.5707963267948966 rad pos: -3.5,8.5 parent: 12 + - uid: 10724 + components: + - type: Transform + pos: -14.5,-70.5 + parent: 12 - uid: 10725 components: - type: Transform @@ -140889,6 +156886,12 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,8.5 parent: 12 + - uid: 10840 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-31.5 + parent: 12 - uid: 10877 components: - type: Transform @@ -140910,11 +156913,6 @@ entities: - type: Transform pos: 17.5,15.5 parent: 12 - - uid: 10955 - components: - - type: Transform - pos: -48.5,77.5 - parent: 12 - uid: 10966 components: - type: Transform @@ -140930,11 +156928,6 @@ entities: - type: Transform pos: 10.5,11.5 parent: 12 - - uid: 11030 - components: - - type: Transform - pos: -45.5,76.5 - parent: 12 - uid: 11035 components: - type: Transform @@ -141018,6 +157011,11 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,19.5 parent: 12 + - uid: 11225 + components: + - type: Transform + pos: 65.5,-3.5 + parent: 12 - uid: 11242 components: - type: Transform @@ -141054,22 +157052,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,26.5 parent: 12 - - uid: 11250 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,27.5 - parent: 12 - - uid: 11277 - components: - - type: Transform - pos: -44.5,76.5 - parent: 12 - - uid: 11278 - components: - - type: Transform - pos: -54.5,71.5 - parent: 12 - uid: 11311 components: - type: Transform @@ -141092,6 +157074,11 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,24.5 parent: 12 + - uid: 11366 + components: + - type: Transform + pos: 4.5,-48.5 + parent: 12 - uid: 11420 components: - type: Transform @@ -141118,6 +157105,11 @@ entities: - type: Transform pos: 48.5,10.5 parent: 12 + - uid: 11474 + components: + - type: Transform + pos: 64.5,-3.5 + parent: 12 - uid: 11486 components: - type: Transform @@ -141139,6 +157131,11 @@ entities: - type: Transform pos: 44.5,15.5 parent: 12 + - uid: 11520 + components: + - type: Transform + pos: 37.5,-46.5 + parent: 12 - uid: 11527 components: - type: Transform @@ -141200,6 +157197,11 @@ entities: rot: 3.141592653589793 rad pos: -4.5,-56.5 parent: 12 + - uid: 11603 + components: + - type: Transform + pos: -45.5,76.5 + parent: 12 - uid: 11616 components: - type: Transform @@ -141275,11 +157277,6 @@ entities: - type: Transform pos: 29.5,34.5 parent: 12 - - uid: 11722 - components: - - type: Transform - pos: 25.5,29.5 - parent: 12 - uid: 11723 components: - type: Transform @@ -141410,6 +157407,11 @@ entities: - type: Transform pos: 17.5,30.5 parent: 12 + - uid: 11769 + components: + - type: Transform + pos: -31.5,-15.5 + parent: 12 - uid: 11794 components: - type: Transform @@ -141521,6 +157523,16 @@ entities: - type: Transform pos: -28.5,-5.5 parent: 12 + - uid: 12033 + components: + - type: Transform + pos: -45.5,75.5 + parent: 12 + - uid: 12055 + components: + - type: Transform + pos: -59.5,-37.5 + parent: 12 - uid: 12311 components: - type: Transform @@ -141903,6 +157915,11 @@ entities: - type: Transform pos: 49.5,42.5 parent: 12 + - uid: 12645 + components: + - type: Transform + pos: -53.5,76.5 + parent: 12 - uid: 12676 components: - type: Transform @@ -141913,12 +157930,6 @@ entities: - type: Transform pos: 17.5,14.5 parent: 12 - - uid: 12697 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,-3.5 - parent: 12 - uid: 12699 components: - type: Transform @@ -141934,7 +157945,23 @@ entities: - uid: 13166 components: - type: Transform - pos: -33.5,70.5 + rot: 3.141592653589793 rad + pos: -34.5,61.5 + parent: 12 + - uid: 13210 + components: + - type: Transform + pos: -54.5,75.5 + parent: 12 + - uid: 13322 + components: + - type: Transform + pos: -57.5,-56.5 + parent: 12 + - uid: 13844 + components: + - type: Transform + pos: 66.5,-3.5 parent: 12 - uid: 13991 components: @@ -142039,28 +158066,10 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,44.5 parent: 12 - - uid: 14175 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,60.5 - parent: 12 - uid: 14176 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,60.5 - parent: 12 - - uid: 14184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-50.5 - parent: 12 - - uid: 14196 - components: - - type: Transform - pos: 37.5,-46.5 + pos: 49.5,58.5 parent: 12 - uid: 14204 components: @@ -142168,12 +158177,6 @@ entities: - type: Transform pos: 20.5,59.5 parent: 12 - - uid: 14527 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-44.5 - parent: 12 - uid: 14537 components: - type: Transform @@ -142642,6 +158645,12 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,32.5 parent: 12 + - uid: 15461 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,31.5 + parent: 12 - uid: 15462 components: - type: Transform @@ -142684,11 +158693,10 @@ entities: - type: Transform pos: -28.5,30.5 parent: 12 - - uid: 15497 + - uid: 15500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,60.5 + pos: -28.5,32.5 parent: 12 - uid: 15501 components: @@ -142700,6 +158708,11 @@ entities: - type: Transform pos: -32.5,31.5 parent: 12 + - uid: 15507 + components: + - type: Transform + pos: -31.5,31.5 + parent: 12 - uid: 15526 components: - type: Transform @@ -142999,11 +159012,6 @@ entities: - type: Transform pos: 5.5,25.5 parent: 12 - - uid: 16373 - components: - - type: Transform - pos: -53.5,-15.5 - parent: 12 - uid: 16413 components: - type: Transform @@ -143041,15 +159049,10 @@ entities: - type: Transform pos: -13.5,76.5 parent: 12 - - uid: 16525 - components: - - type: Transform - pos: -53.5,68.5 - parent: 12 - uid: 16526 components: - type: Transform - pos: -53.5,67.5 + pos: -32.5,-15.5 parent: 12 - uid: 16531 components: @@ -143057,6 +159060,11 @@ entities: rot: 3.141592653589793 rad pos: -11.5,79.5 parent: 12 + - uid: 16546 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 12 - uid: 16662 components: - type: Transform @@ -143180,11 +159188,6 @@ entities: rot: 3.141592653589793 rad pos: -54.5,19.5 parent: 12 - - uid: 17303 - components: - - type: Transform - pos: -54.5,-15.5 - parent: 12 - uid: 17337 components: - type: Transform @@ -143276,6 +159279,11 @@ entities: rot: -1.5707963267948966 rad pos: -10.5,46.5 parent: 12 + - uid: 17532 + components: + - type: Transform + pos: 36.5,-51.5 + parent: 12 - uid: 17544 components: - type: Transform @@ -143286,16 +159294,21 @@ entities: - type: Transform pos: -59.5,35.5 parent: 12 - - uid: 17834 + - uid: 17614 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,47.5 + pos: -55.5,-56.5 parent: 12 - - uid: 17841 + - uid: 17811 components: - type: Transform - pos: -52.5,67.5 + pos: -54.5,76.5 + parent: 12 + - uid: 17834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,47.5 parent: 12 - uid: 17936 components: @@ -143309,16 +159322,21 @@ entities: rot: 1.5707963267948966 rad pos: -44.5,48.5 parent: 12 - - uid: 18315 + - uid: 18561 components: - type: Transform - pos: -61.5,-57.5 + pos: -2.5,73.5 parent: 12 - uid: 18577 components: - type: Transform pos: 53.5,61.5 parent: 12 + - uid: 18628 + components: + - type: Transform + pos: -60.5,-36.5 + parent: 12 - uid: 18647 components: - type: Transform @@ -143337,6 +159355,11 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,42.5 parent: 12 + - uid: 18712 + components: + - type: Transform + pos: 15.5,-18.5 + parent: 12 - uid: 18896 components: - type: Transform @@ -143435,12 +159458,6 @@ entities: - type: Transform pos: -42.5,54.5 parent: 12 - - uid: 19182 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,56.5 - parent: 12 - uid: 19191 components: - type: Transform @@ -143483,6 +159500,12 @@ entities: rot: 3.141592653589793 rad pos: -37.5,55.5 parent: 12 + - uid: 19210 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,51.5 + parent: 12 - uid: 19221 components: - type: Transform @@ -143495,6 +159518,17 @@ entities: rot: 3.141592653589793 rad pos: -45.5,60.5 parent: 12 + - uid: 19223 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -42.5,60.5 + parent: 12 + - uid: 19263 + components: + - type: Transform + pos: 35.5,-29.5 + parent: 12 - uid: 19324 components: - type: Transform @@ -143525,12 +159559,6 @@ entities: - type: Transform pos: -27.5,57.5 parent: 12 - - uid: 19439 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,-70.5 - parent: 12 - uid: 19442 components: - type: Transform @@ -143561,12 +159589,6 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,46.5 parent: 12 - - uid: 19455 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 12 - uid: 19458 components: - type: Transform @@ -143619,12 +159641,6 @@ entities: rot: 3.141592653589793 rad pos: -7.5,79.5 parent: 12 - - uid: 19653 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,73.5 - parent: 12 - uid: 19655 components: - type: Transform @@ -143663,101 +159679,12 @@ entities: - type: Transform pos: 5.5,71.5 parent: 12 - - uid: 19808 - components: - - type: Transform - pos: 6.5,71.5 - parent: 12 - uid: 19839 components: - type: Transform rot: 1.5707963267948966 rad pos: -28.5,58.5 parent: 12 - - uid: 19844 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-61.5 - parent: 12 - - uid: 19847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-70.5 - parent: 12 - - uid: 19848 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-69.5 - parent: 12 - - uid: 19878 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-68.5 - parent: 12 - - uid: 20089 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-67.5 - parent: 12 - - uid: 20791 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-66.5 - parent: 12 - - uid: 20806 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-65.5 - parent: 12 - - uid: 20808 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-64.5 - parent: 12 - - uid: 20810 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-63.5 - parent: 12 - - uid: 20811 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-62.5 - parent: 12 - - uid: 20812 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-60.5 - parent: 12 - - uid: 20816 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-59.5 - parent: 12 - - uid: 20817 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-58.5 - parent: 12 - - uid: 20857 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -40.5,-57.5 - parent: 12 - uid: 20958 components: - type: Transform @@ -143772,23 +159699,7 @@ entities: - uid: 21315 components: - type: Transform - pos: 37.5,-48.5 - parent: 12 - - uid: 21605 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,60.5 - parent: 12 - - uid: 21695 - components: - - type: Transform - pos: 36.5,-44.5 - parent: 12 - - uid: 21696 - components: - - type: Transform - pos: 42.5,-40.5 + pos: 34.5,-0.5 parent: 12 - uid: 21706 components: @@ -143815,11 +159726,6 @@ entities: - type: Transform pos: -4.5,-7.5 parent: 12 - - uid: 21968 - components: - - type: Transform - pos: -34.5,-16.5 - parent: 12 - uid: 21987 components: - type: Transform @@ -143887,7 +159793,7 @@ entities: - uid: 22193 components: - type: Transform - pos: -26.5,74.5 + pos: -38.5,80.5 parent: 12 - uid: 22276 components: @@ -143909,6 +159815,11 @@ entities: - type: Transform pos: 46.5,15.5 parent: 12 + - uid: 22320 + components: + - type: Transform + pos: -40.5,78.5 + parent: 12 - uid: 22686 components: - type: Transform @@ -143937,12 +159848,6 @@ entities: rot: -1.5707963267948966 rad pos: -56.5,-11.5 parent: 12 - - uid: 22855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-15.5 - parent: 12 - uid: 22963 components: - type: Transform @@ -143971,10 +159876,10 @@ entities: - type: Transform pos: 57.5,-7.5 parent: 12 - - uid: 23759 + - uid: 23716 components: - type: Transform - pos: -39.5,77.5 + pos: -56.5,56.5 parent: 12 - uid: 23924 components: @@ -144014,11 +159919,6 @@ entities: - type: Transform pos: 33.5,-3.5 parent: 12 - - uid: 25439 - components: - - type: Transform - pos: -44.5,75.5 - parent: 12 - uid: 25447 components: - type: Transform @@ -144031,16 +159931,32 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-40.5 parent: 12 + - uid: 25450 + components: + - type: Transform + pos: -26.5,74.5 + parent: 12 + - uid: 25489 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,66.5 + parent: 12 + - uid: 25537 + components: + - type: Transform + pos: 75.5,-3.5 + parent: 12 - uid: 25538 components: - type: Transform rot: 1.5707963267948966 rad pos: 61.5,-11.5 parent: 12 - - uid: 25558 + - uid: 25549 components: - type: Transform - pos: 61.5,66.5 + pos: 76.5,-3.5 parent: 12 - uid: 25559 components: @@ -144161,31 +160077,11 @@ entities: - type: Transform pos: -32.5,5.5 parent: 12 - - uid: 25678 - components: - - type: Transform - pos: 7.5,-55.5 - parent: 12 - - uid: 25679 - components: - - type: Transform - pos: 8.5,-55.5 - parent: 12 - - uid: 25680 - components: - - type: Transform - pos: 9.5,-55.5 - parent: 12 - uid: 25977 components: - type: Transform pos: -49.5,-19.5 parent: 12 - - uid: 25984 - components: - - type: Transform - pos: -56.5,-15.5 - parent: 12 - uid: 26068 components: - type: Transform @@ -144400,64 +160296,20 @@ entities: - type: Transform pos: -22.5,3.5 parent: 12 - - uid: 26291 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,70.5 - parent: 12 - - uid: 26298 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,70.5 - parent: 12 - - uid: 26304 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,70.5 - parent: 12 - - uid: 26305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,70.5 - parent: 12 - - uid: 26306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,70.5 - parent: 12 - - uid: 26307 + - uid: 26303 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,69.5 + pos: -25.5,62.5 parent: 12 - uid: 26322 components: - type: Transform pos: -0.5,-31.5 parent: 12 - - uid: 26377 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,65.5 - parent: 12 - - uid: 26378 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,66.5 - parent: 12 - - uid: 26379 + - uid: 26396 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,68.5 + pos: 41.5,2.5 parent: 12 - uid: 26409 components: @@ -144474,12 +160326,6 @@ entities: - type: Transform pos: 24.5,90.5 parent: 12 - - uid: 26413 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,67.5 - parent: 12 - uid: 26420 components: - type: Transform @@ -144532,11 +160378,10 @@ entities: rot: 1.5707963267948966 rad pos: -57.5,-21.5 parent: 12 - - uid: 26610 + - uid: 26600 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,70.5 + pos: 14.5,-13.5 parent: 12 - uid: 26620 components: @@ -144550,12 +160395,22 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,4.5 parent: 12 + - uid: 26625 + components: + - type: Transform + pos: -42.5,57.5 + parent: 12 - uid: 26627 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,10.5 parent: 12 + - uid: 26675 + components: + - type: Transform + pos: 14.5,11.5 + parent: 12 - uid: 26676 components: - type: Transform @@ -144577,122 +160432,38 @@ entities: - uid: 26717 components: - type: Transform - pos: -26.5,70.5 - parent: 12 - - uid: 26727 - components: - - type: Transform - pos: -27.5,74.5 - parent: 12 - - uid: 26739 - components: - - type: Transform - pos: -28.5,74.5 + rot: 3.141592653589793 rad + pos: 29.5,-15.5 parent: 12 - uid: 26747 components: - type: Transform pos: 63.5,3.5 parent: 12 - - uid: 26749 - components: - - type: Transform - pos: -29.5,74.5 - parent: 12 - - uid: 26758 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -38.5,70.5 - parent: 12 - - uid: 26872 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,74.5 - parent: 12 - - uid: 26874 - components: - - type: Transform - pos: -49.5,77.5 - parent: 12 - - uid: 26882 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-69.5 - parent: 12 - - uid: 26952 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,-70.5 - parent: 12 - - uid: 26953 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -36.5,-70.5 - parent: 12 - - uid: 26954 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,-70.5 - parent: 12 - - uid: 26956 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,-70.5 - parent: 12 - - uid: 26958 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,-70.5 - parent: 12 - - uid: 26959 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,-70.5 - parent: 12 - - uid: 26960 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,-70.5 - parent: 12 - - uid: 26973 + - uid: 26756 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -26.5,-70.5 + pos: 29.5,-29.5 parent: 12 - - uid: 26975 + - uid: 26943 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-70.5 + pos: 68.5,-3.5 parent: 12 - - uid: 26978 + - uid: 26945 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-70.5 + pos: 35.5,-0.5 parent: 12 - - uid: 26980 + - uid: 27008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -24.5,-69.5 + pos: -30.5,-15.5 parent: 12 - - uid: 27083 + - uid: 27075 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-25.5 + pos: -60.5,-35.5 parent: 12 - uid: 27094 components: @@ -144722,35 +160493,23 @@ entities: - uid: 27111 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-23.5 - parent: 12 - - uid: 27116 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-22.5 + pos: -57.5,-11.5 parent: 12 - uid: 27169 components: - type: Transform pos: 29.5,84.5 parent: 12 - - uid: 27244 + - uid: 27237 components: - type: Transform - pos: 41.5,2.5 + pos: 6.5,76.5 parent: 12 - uid: 27248 components: - type: Transform pos: 29.5,76.5 parent: 12 - - uid: 27250 - components: - - type: Transform - pos: 41.5,3.5 - parent: 12 - uid: 27262 components: - type: Transform @@ -144787,6 +160546,11 @@ entities: - type: Transform pos: 29.5,70.5 parent: 12 + - uid: 27308 + components: + - type: Transform + pos: 30.5,76.5 + parent: 12 - uid: 27321 components: - type: Transform @@ -144820,51 +160584,44 @@ entities: - type: Transform pos: 14.5,-18.5 parent: 12 - - uid: 27391 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-13.5 - parent: 12 - - uid: 27392 + - uid: 27406 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-13.5 + rot: -1.5707963267948966 rad + pos: -54.5,-11.5 parent: 12 - - uid: 27393 + - uid: 27408 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-13.5 + pos: -49.5,-18.5 parent: 12 - - uid: 27394 + - uid: 27448 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-13.5 + pos: -59.5,-36.5 parent: 12 - - uid: 27395 + - uid: 27603 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,-13.5 + pos: -39.5,-70.5 parent: 12 - - uid: 27406 + - uid: 27629 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-11.5 + pos: -32.5,-60.5 parent: 12 - - uid: 27408 + - uid: 27703 components: - type: Transform - pos: -49.5,-18.5 + rot: 1.5707963267948966 rad + pos: -40.5,-70.5 parent: 12 - - uid: 27629 + - uid: 27720 components: - type: Transform - pos: -32.5,-60.5 + rot: 1.5707963267948966 rad + pos: -40.5,-60.5 parent: 12 - uid: 27724 components: @@ -144876,17 +160633,22 @@ entities: - type: Transform pos: 29.5,83.5 parent: 12 + - uid: 27843 + components: + - type: Transform + pos: -27.5,62.5 + parent: 12 - uid: 27857 components: - type: Transform rot: 1.5707963267948966 rad pos: -51.5,-44.5 parent: 12 - - uid: 27910 + - uid: 27860 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,70.5 + rot: 1.5707963267948966 rad + pos: -37.5,-70.5 parent: 12 - uid: 27915 components: @@ -144918,6 +160680,12 @@ entities: - type: Transform pos: 30.5,81.5 parent: 12 + - uid: 27924 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,-70.5 + parent: 12 - uid: 27926 components: - type: Transform @@ -145039,6 +160807,12 @@ entities: rot: 3.141592653589793 rad pos: 66.5,60.5 parent: 12 + - uid: 27949 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -34.5,-70.5 + parent: 12 - uid: 27950 components: - type: Transform @@ -145051,15 +160825,46 @@ entities: rot: 3.141592653589793 rad pos: 62.5,61.5 parent: 12 + - uid: 27972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -32.5,-70.5 + parent: 12 + - uid: 27976 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -33.5,-70.5 + parent: 12 + - uid: 27980 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-70.5 + parent: 12 + - uid: 27984 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,-70.5 + parent: 12 - uid: 27996 components: - type: Transform pos: 30.5,82.5 parent: 12 + - uid: 28044 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -23.5,-70.5 + parent: 12 - uid: 28046 components: - type: Transform - pos: -6.5,-19.5 + rot: 1.5707963267948966 rad + pos: -22.5,-70.5 parent: 12 - uid: 28157 components: @@ -145067,27 +160872,36 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,-11.5 parent: 12 - - uid: 28166 - components: - - type: Transform - pos: -57.5,61.5 - parent: 12 - uid: 28167 components: - type: Transform rot: -1.5707963267948966 rad pos: -52.5,-11.5 parent: 12 - - uid: 28200 + - uid: 28194 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-17.5 + pos: -20.5,-69.5 parent: 12 - - uid: 28240 + - uid: 28244 components: - type: Transform - pos: -46.5,-16.5 + pos: -27.5,-71.5 + parent: 12 + - uid: 28249 + components: + - type: Transform + pos: -26.5,-71.5 + parent: 12 + - uid: 28250 + components: + - type: Transform + pos: -25.5,-71.5 + parent: 12 + - uid: 28251 + components: + - type: Transform + pos: -24.5,-71.5 parent: 12 - uid: 28314 components: @@ -145175,11 +160989,6 @@ entities: - type: Transform pos: 6.5,78.5 parent: 12 - - uid: 28386 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 12 - uid: 28421 components: - type: Transform @@ -145190,162 +160999,205 @@ entities: - type: Transform pos: 6.5,82.5 parent: 12 - - uid: 28979 + - uid: 28786 components: - type: Transform - pos: -33.5,77.5 + pos: -49.5,77.5 parent: 12 - - uid: 28980 + - uid: 28787 components: - type: Transform - pos: -25.5,76.5 + pos: -54.5,67.5 parent: 12 - - uid: 29089 + - uid: 28788 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 + pos: -53.5,67.5 parent: 12 - - uid: 29090 + - uid: 28882 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-25.5 + pos: 3.5,71.5 parent: 12 - - uid: 29092 + - uid: 29061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-24.5 + pos: -50.5,77.5 parent: 12 - - uid: 29103 + - uid: 29062 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-27.5 + pos: -55.5,72.5 parent: 12 - - uid: 29107 + - uid: 29063 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-26.5 + pos: -46.5,76.5 parent: 12 - - uid: 29108 + - uid: 29069 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-21.5 + pos: -36.5,80.5 parent: 12 - - uid: 29137 + - uid: 29072 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-17.5 + pos: -57.5,56.5 parent: 12 - - uid: 29138 + - uid: 29098 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-19.5 + pos: -55.5,71.5 parent: 12 - - uid: 29139 + - uid: 29147 + components: + - type: Transform + pos: -57.5,60.5 + parent: 12 + - uid: 29150 components: - type: Transform rot: 3.141592653589793 rad - pos: 67.5,-20.5 + pos: -42.5,74.5 parent: 12 - - uid: 29140 + - uid: 29151 components: - type: Transform rot: 3.141592653589793 rad - pos: 67.5,-18.5 + pos: -41.5,74.5 parent: 12 - - uid: 29206 + - uid: 29210 components: - type: Transform - pos: -29.5,70.5 + rot: 1.5707963267948966 rad + pos: -25.5,68.5 parent: 12 - - uid: 29220 + - uid: 29214 components: - type: Transform - pos: -27.5,70.5 + rot: 1.5707963267948966 rad + pos: -25.5,67.5 parent: 12 - - uid: 29246 + - uid: 29216 components: - type: Transform - pos: -35.5,79.5 + pos: -25.5,70.5 parent: 12 - - uid: 29284 + - uid: 29228 components: - type: Transform - pos: -28.5,70.5 + pos: -25.5,69.5 + parent: 12 + - uid: 29246 + components: + - type: Transform + pos: -22.5,63.5 parent: 12 - uid: 29305 components: - type: Transform pos: -54.5,-48.5 parent: 12 - - uid: 29474 + - uid: 29346 components: - type: Transform - pos: -27.5,76.5 + pos: -57.5,61.5 parent: 12 - - uid: 29475 + - uid: 29422 components: - type: Transform - pos: -28.5,76.5 + pos: -54.5,68.5 parent: 12 - - uid: 29476 + - uid: 29457 components: - type: Transform - pos: -29.5,76.5 + pos: -41.5,-70.5 parent: 12 - - uid: 29477 + - uid: 29459 components: - type: Transform - pos: -30.5,76.5 + pos: -42.5,-68.5 parent: 12 - - uid: 29478 + - uid: 29460 components: - type: Transform - pos: -31.5,76.5 + pos: -42.5,-70.5 parent: 12 - - uid: 29479 + - uid: 29461 components: - type: Transform - pos: -32.5,76.5 + pos: -42.5,-67.5 parent: 12 - - uid: 29480 + - uid: 29462 components: - type: Transform - pos: -26.5,76.5 + pos: -42.5,-66.5 parent: 12 - - uid: 29482 + - uid: 29463 components: - type: Transform - pos: -37.5,79.5 + pos: -42.5,-63.5 parent: 12 - - uid: 29497 + - uid: 29464 components: - type: Transform - pos: -42.5,70.5 + pos: -42.5,-62.5 parent: 12 - - uid: 29663 + - uid: 29465 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 + pos: -42.5,-61.5 parent: 12 - - uid: 29861 + - uid: 29467 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,-40.5 + pos: -42.5,-60.5 parent: 12 - - uid: 29978 + - uid: 29468 + components: + - type: Transform + pos: -41.5,-60.5 + parent: 12 + - uid: 29509 + components: + - type: Transform + pos: -34.5,78.5 + parent: 12 + - uid: 29601 + components: + - type: Transform + pos: -29.5,80.5 + parent: 12 + - uid: 29602 + components: + - type: Transform + pos: -28.5,80.5 + parent: 12 + - uid: 29604 + components: + - type: Transform + pos: -27.5,80.5 + parent: 12 + - uid: 29605 + components: + - type: Transform + pos: -25.5,77.5 + parent: 12 + - uid: 29606 + components: + - type: Transform + pos: -25.5,78.5 + parent: 12 + - uid: 29822 components: - type: Transform - pos: -59.5,-57.5 + pos: -43.5,70.5 + parent: 12 + - uid: 29861 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,-40.5 parent: 12 - uid: 29998 components: @@ -145372,16 +161224,6 @@ entities: - type: Transform pos: 60.5,74.5 parent: 12 - - uid: 30032 - components: - - type: Transform - pos: -32.5,61.5 - parent: 12 - - uid: 30037 - components: - - type: Transform - pos: 37.5,-53.5 - parent: 12 - uid: 30038 components: - type: Transform @@ -145687,6 +161529,11 @@ entities: - type: Transform pos: -69.5,51.5 parent: 12 + - uid: 30117 + components: + - type: Transform + pos: -35.5,74.5 + parent: 12 - uid: 30118 components: - type: Transform @@ -145697,11 +161544,6 @@ entities: - type: Transform pos: -69.5,54.5 parent: 12 - - uid: 30121 - components: - - type: Transform - pos: -58.5,56.5 - parent: 12 - uid: 30122 components: - type: Transform @@ -145972,6 +161814,11 @@ entities: rot: 3.141592653589793 rad pos: -2.5,76.5 parent: 12 + - uid: 30491 + components: + - type: Transform + pos: -49.5,-56.5 + parent: 12 - uid: 30509 components: - type: Transform @@ -145987,6 +161834,11 @@ entities: - type: Transform pos: -26.5,-63.5 parent: 12 + - uid: 30512 + components: + - type: Transform + pos: -25.5,-63.5 + parent: 12 - uid: 30513 components: - type: Transform @@ -146007,6 +161859,11 @@ entities: - type: Transform pos: -28.5,-60.5 parent: 12 + - uid: 30547 + components: + - type: Transform + pos: -39.5,66.5 + parent: 12 - uid: 30555 components: - type: Transform @@ -146043,40 +161900,30 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-56.5 parent: 12 - - uid: 30584 - components: - - type: Transform - pos: -29.5,-60.5 - parent: 12 - - uid: 30965 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 12 - - uid: 30966 + - uid: 30582 components: - type: Transform - pos: 5.5,-55.5 + pos: -35.5,70.5 parent: 12 - - uid: 30971 + - uid: 30584 components: - type: Transform - pos: -14.5,-65.5 + pos: -29.5,-60.5 parent: 12 - - uid: 30972 + - uid: 30834 components: - type: Transform - pos: -13.5,-65.5 + pos: -37.5,70.5 parent: 12 - - uid: 30973 + - uid: 30965 components: - type: Transform - pos: -12.5,-65.5 + pos: -39.5,70.5 parent: 12 - - uid: 30977 + - uid: 30967 components: - type: Transform - pos: -11.5,-65.5 + pos: -33.5,70.5 parent: 12 - uid: 30978 components: @@ -146088,76 +161935,30 @@ entities: - type: Transform pos: -54.5,-46.5 parent: 12 - - uid: 31029 - components: - - type: Transform - pos: -26.5,-58.5 - parent: 12 - - uid: 31076 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -40.5,-56.5 - parent: 12 - - uid: 31077 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,-56.5 - parent: 12 - - uid: 31078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,-56.5 - parent: 12 - - uid: 31079 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,-56.5 - parent: 12 - - uid: 31080 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,-56.5 - parent: 12 - - uid: 31081 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,-56.5 - parent: 12 - - uid: 31082 + - uid: 31000 components: - type: Transform - rot: 3.141592653589793 rad - pos: -46.5,-56.5 + pos: -39.5,64.5 parent: 12 - - uid: 31083 + - uid: 31008 components: - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,-56.5 + pos: -31.5,70.5 parent: 12 - - uid: 31084 + - uid: 31015 components: - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,-53.5 + pos: -39.5,68.5 parent: 12 - - uid: 31085 + - uid: 31021 components: - type: Transform - rot: 3.141592653589793 rad pos: -61.5,-46.5 parent: 12 - - uid: 31086 + - uid: 31029 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-45.5 + pos: -26.5,-58.5 parent: 12 - uid: 31087 components: @@ -146210,18 +162011,13 @@ entities: - uid: 31095 components: - type: Transform - rot: 3.141592653589793 rad - pos: -56.5,-41.5 - parent: 12 - - uid: 31101 - components: - - type: Transform - pos: -53.5,-56.5 + rot: 3.141592653589793 rad + pos: -56.5,-41.5 parent: 12 - - uid: 31102 + - uid: 31103 components: - type: Transform - pos: -49.5,-56.5 + pos: -9.5,-70.5 parent: 12 - uid: 31163 components: @@ -146295,6 +162091,11 @@ entities: - type: Transform pos: 2.5,-62.5 parent: 12 + - uid: 31441 + components: + - type: Transform + pos: 60.5,68.5 + parent: 12 - uid: 31451 components: - type: Transform @@ -146328,315 +162129,196 @@ entities: - type: Transform pos: -62.5,-30.5 parent: 12 - - uid: 31620 - components: - - type: Transform - pos: -61.5,-31.5 - parent: 12 - - uid: 31622 - components: - - type: Transform - pos: -62.5,-18.5 - parent: 12 - uid: 31623 components: - type: Transform pos: -63.5,-20.5 parent: 12 - - uid: 31625 + - uid: 31624 components: - type: Transform - pos: -60.5,-17.5 + pos: -62.5,-31.5 parent: 12 - - uid: 31626 + - uid: 31744 components: - type: Transform - pos: -61.5,-17.5 + pos: 77.5,12.5 parent: 12 - - uid: 31627 + - uid: 31745 components: - type: Transform - pos: -60.5,-31.5 + pos: 77.5,-3.5 parent: 12 - - uid: 32033 + - uid: 31746 components: - type: Transform - pos: 41.5,-18.5 + pos: 76.5,12.5 parent: 12 - - uid: 32121 + - uid: 31747 components: - type: Transform - pos: -63.5,-54.5 + pos: 75.5,12.5 parent: 12 -- proto: GrilleBroken - entities: - - uid: 3719 + - uid: 31752 components: - type: Transform - pos: -0.5,20.5 + pos: 73.5,12.5 parent: 12 - - uid: 7530 + - uid: 31753 components: - type: Transform - pos: 44.5,-3.5 + pos: 72.5,12.5 parent: 12 - - uid: 7531 + - uid: 31754 components: - type: Transform - pos: 40.5,6.5 + pos: 71.5,12.5 parent: 12 - - uid: 11282 + - uid: 31756 components: - type: Transform - pos: -1.5,15.5 + pos: 70.5,12.5 parent: 12 - - uid: 12027 + - uid: 31757 components: - type: Transform - pos: 46.5,13.5 + pos: 69.5,12.5 parent: 12 - - uid: 12352 + - uid: 31762 components: - type: Transform - pos: 48.5,-2.5 + pos: 68.5,12.5 parent: 12 - - uid: 19561 + - uid: 31838 components: - type: Transform - pos: 48.5,0.5 + pos: 66.5,12.5 parent: 12 - - uid: 25388 + - uid: 31839 components: - type: Transform - pos: 34.5,-32.5 + pos: 65.5,12.5 parent: 12 - - uid: 26981 + - uid: 32033 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -23.5,-69.5 + pos: 41.5,-18.5 parent: 12 - - uid: 26982 + - uid: 32187 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-69.5 + pos: -44.5,57.5 parent: 12 - - uid: 26983 +- proto: GrilleBroken + entities: + - uid: 3719 components: - type: Transform - pos: -22.5,-69.5 + pos: -0.5,20.5 parent: 12 - - uid: 26995 + - uid: 7530 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-69.5 + pos: 44.5,-3.5 parent: 12 - - uid: 28921 + - uid: 7531 components: - type: Transform - pos: 32.5,10.5 + pos: 40.5,6.5 parent: 12 - - uid: 29066 + - uid: 11282 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-50.5 + pos: -1.5,15.5 parent: 12 - - uid: 29068 + - uid: 11397 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 59.5,-50.5 + pos: -54.5,-56.5 parent: 12 - - uid: 29069 + - uid: 12027 components: - type: Transform - pos: 59.5,-50.5 + pos: 46.5,13.5 parent: 12 - - uid: 30492 + - uid: 12352 components: - type: Transform - pos: 44.5,-14.5 + pos: 48.5,-2.5 parent: 12 - - uid: 30889 + - uid: 18315 components: - type: Transform - pos: -27.5,-57.5 + pos: -42.5,-59.5 parent: 12 - - uid: 30892 + - uid: 23167 components: - type: Transform - pos: -28.5,-55.5 + pos: -56.5,-56.5 parent: 12 - - uid: 30896 + - uid: 28921 components: - type: Transform - pos: -31.5,-55.5 + pos: 32.5,10.5 parent: 12 - - uid: 30897 + - uid: 29064 components: - type: Transform - pos: -29.5,-55.5 + pos: -58.5,-56.5 parent: 12 - - uid: 31096 + - uid: 30492 components: - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-47.5 + pos: 44.5,-14.5 parent: 12 - - uid: 31097 + - uid: 30889 components: - type: Transform - pos: -61.5,-49.5 + pos: -27.5,-57.5 parent: 12 - - uid: 31098 + - uid: 30892 components: - type: Transform - pos: -54.5,-56.5 + pos: -28.5,-55.5 parent: 12 - - uid: 31099 + - uid: 30896 components: - type: Transform - pos: -53.5,-55.5 + pos: -31.5,-55.5 parent: 12 - - uid: 31100 + - uid: 30897 components: - type: Transform - pos: -52.5,-56.5 + pos: -29.5,-55.5 parent: 12 - - uid: 31103 + - uid: 31022 components: - type: Transform - pos: -47.5,-56.5 + pos: -61.5,-47.5 parent: 12 - - uid: 31104 + - uid: 31023 components: - type: Transform - pos: -51.5,-56.5 + pos: -59.5,-56.5 parent: 12 - - uid: 31105 + - uid: 31028 components: - type: Transform - pos: -48.5,-56.5 + pos: -50.5,-56.5 parent: 12 - - uid: 31106 + - uid: 31033 components: - type: Transform - pos: -52.5,-53.5 + pos: -61.5,-45.5 parent: 12 - proto: GrilleDiagonal entities: - - uid: 10218 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,0.5 - parent: 12 - - uid: 10707 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,5.5 - parent: 12 - - uid: 11351 - components: - - type: Transform - pos: -37.5,5.5 - parent: 12 - - uid: 11533 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,13.5 - parent: 12 - - uid: 11974 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,13.5 - parent: 12 - uid: 19616 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,79.5 parent: 12 - - uid: 26396 - components: - - type: Transform - pos: -47.5,3.5 - parent: 12 - - uid: 26671 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,5.5 - parent: 12 - - uid: 26677 - components: - - type: Transform - pos: -43.5,5.5 - parent: 12 - - uid: 26683 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,13.5 - parent: 12 - - uid: 26715 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,31.5 - parent: 12 - - uid: 26781 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-64.5 - parent: 12 - - uid: 26788 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,13.5 - parent: 12 - - uid: 26859 - components: - - type: Transform - pos: -45.5,18.5 - parent: 12 - - uid: 26860 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,15.5 - parent: 12 - - uid: 26863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,31.5 - parent: 12 - - uid: 26885 - components: - - type: Transform - pos: -62.5,-17.5 - parent: 12 - - uid: 26886 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-31.5 - parent: 12 - - uid: 26950 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,32.5 - parent: 12 - uid: 30273 components: - type: Transform @@ -146644,41 +162326,16 @@ entities: parent: 12 - proto: GrilleSpawner entities: - - uid: 19440 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-70.5 - parent: 12 - - uid: 19452 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,-70.5 - parent: 12 - - uid: 19453 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,-70.5 - parent: 12 - - uid: 19507 + - uid: 15008 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,-70.5 + pos: 74.5,-3.5 parent: 12 - uid: 19569 components: - type: Transform pos: 76.5,59.5 parent: 12 - - uid: 19830 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -39.5,-70.5 - parent: 12 - uid: 20564 components: - type: Transform @@ -146694,31 +162351,6 @@ entities: - type: Transform pos: 61.5,64.5 parent: 12 - - uid: 20855 - components: - - type: Transform - pos: 37.5,-47.5 - parent: 12 - - uid: 21065 - components: - - type: Transform - pos: 37.5,-52.5 - parent: 12 - - uid: 21083 - components: - - type: Transform - pos: 37.5,-51.5 - parent: 12 - - uid: 21313 - components: - - type: Transform - pos: 37.5,-50.5 - parent: 12 - - uid: 21332 - components: - - type: Transform - pos: 37.5,-49.5 - parent: 12 - uid: 21369 components: - type: Transform @@ -146894,40 +162526,80 @@ entities: - type: Transform pos: 59.5,-61.5 parent: 12 + - uid: 25019 + components: + - type: Transform + pos: 67.5,-3.5 + parent: 12 - uid: 25385 components: - type: Transform pos: 61.5,68.5 parent: 12 - - uid: 28119 + - uid: 27019 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-22.5 + pos: 71.5,-3.5 parent: 12 - - uid: 29081 + - uid: 27706 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-18.5 + pos: -30.5,-70.5 parent: 12 - - uid: 29085 + - uid: 27709 components: - type: Transform - rot: 3.141592653589793 rad - pos: 66.5,-26.5 + pos: -31.5,-70.5 parent: 12 - - uid: 29091 + - uid: 27914 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-22.5 + pos: -29.5,-70.5 parent: 12 - - uid: 29098 + - uid: 27975 components: - type: Transform - rot: 3.141592653589793 rad - pos: 67.5,-23.5 + pos: -36.5,-70.5 + parent: 12 + - uid: 28047 + components: + - type: Transform + pos: -21.5,-70.5 + parent: 12 + - uid: 28243 + components: + - type: Transform + pos: -23.5,-71.5 + parent: 12 + - uid: 29000 + components: + - type: Transform + pos: -42.5,-69.5 + parent: 12 + - uid: 29456 + components: + - type: Transform + pos: -42.5,-64.5 + parent: 12 + - uid: 29458 + components: + - type: Transform + pos: -42.5,-65.5 + parent: 12 + - uid: 31751 + components: + - type: Transform + pos: 74.5,12.5 + parent: 12 + - uid: 31764 + components: + - type: Transform + pos: 64.5,12.5 + parent: 12 + - uid: 31840 + components: + - type: Transform + pos: 67.5,12.5 parent: 12 - proto: GroundCannabis entities: @@ -146941,41 +162613,80 @@ entities: - type: Transform pos: 62.002953,47.83639 parent: 12 -- proto: GroundCannabisRainbow + - uid: 30035 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -53.61752,54.792152 + parent: 12 +- proto: GunSafeEnergyGun entities: - - uid: 30163 + - uid: 25323 components: - type: Transform - pos: 30.38022,29.290497 + pos: -32.5,66.5 parent: 12 - - uid: 30165 + - uid: 25401 components: - type: Transform - pos: 30.484386,29.193274 + pos: -32.5,67.5 parent: 12 - - uid: 30175 +- proto: GunSafeEnergyGunPistolSecurity + entities: + - uid: 32185 components: - type: Transform - pos: 30.352442,29.116886 + pos: -44.5,53.5 parent: 12 - - uid: 30176 +- proto: GunSafeIonRifle + entities: + - uid: 22351 components: - type: Transform - pos: 30.324663,29.207163 + pos: -33.5,68.5 parent: 12 -- proto: GunSafeBlueShield + - type: EntityStorage + air: + volume: 200 + immutable: False + temperature: 293.14673 + moles: + - 1.7459903 + - 6.568249 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 22353 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: GunSafePistolG22 entities: - - uid: 26867 + - uid: 24705 components: - type: Transform - pos: -54.5,44.5 + pos: -37.5,66.5 parent: 12 -- proto: GunSafeSubMachineGunDrozd +- proto: GunSafeRifleM16A4 entities: - - uid: 28260 + - uid: 25466 components: - type: Transform - pos: -32.5,67.5 + pos: -37.5,67.5 parent: 12 - proto: GyroscopeMachineCircuitboard entities: @@ -146997,41 +162708,8 @@ entities: - uid: 17611 components: - type: Transform - pos: -51.602806,29.698292 + pos: -51.966255,28.73969 parent: 12 -- proto: HandheldCrewMonitorBorg - entities: - - uid: 19358 - components: - - type: Transform - parent: 30420 - - type: ActivatableUI - requireActiveHand: False - requiresComplex: False - - type: DeviceNetwork - address: 53A1-D629 - receiveFrequency: 1261 - - type: PowerCellDraw - enabled: False - canUse: True - canDraw: True - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - cell_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 19359 - - type: InstantAction - icon: - entity: HandheldCrewMonitorBorg - originalIconColor: '#FFFFFFFF' - keywords: [] - container: 30420 - checkCanInteract: False - attachedEntity: 30420 - event: !type:InnateInstantActionEvent {} - proto: HandheldGPSBasic entities: - uid: 10408 @@ -147049,7 +162727,7 @@ entities: - uid: 1838 components: - type: Transform - pos: -46.632706,-47.73062 + pos: -46.35575,-47.815594 parent: 12 - uid: 2836 components: @@ -147066,14 +162744,14 @@ entities: - uid: 11709 components: - type: Transform - rot: -43.98229715025713 rad - pos: -4.5419416,-32.28253 + rot: -12.566370614359172 rad + pos: -4.6762905,-32.320335 parent: 12 - uid: 12709 components: - type: Transform rot: -12.566370614359172 rad - pos: -5.5166283,-38.43235 + pos: -5.6384325,-38.454876 parent: 12 - uid: 13831 components: @@ -147092,48 +162770,8 @@ entities: - type: Transform pos: 40.641838,28.76833 parent: 12 - - uid: 19255 - components: - - type: Transform - parent: 30420 - - type: ActivatableUI - requireActiveHand: False - requiresComplex: False - - type: Physics - canCollide: False - - type: EntityTargetAction - originalIconColor: '#FFFFFFFF' - icon: - entity: HandheldHealthAnalyzerUnpowered - ignoreContainer: True - checkCanAccess: False - keywords: [] - itemIconStyle: NoItem - attachedEntity: 30420 - checkCanInteract: False - container: 30420 - event: !type:InnateWorldTargetActionEvent {} - proto: HandheldStationMapUnpowered entities: - - uid: 19357 - components: - - type: Transform - parent: 30420 - - type: ActivatableUI - requireActiveHand: False - requiresComplex: False - inHandsOnly: False - - type: Physics - canCollide: False - - type: InstantAction - icon: - entity: HandheldStationMapUnpowered - originalIconColor: '#FFFFFFFF' - keywords: [] - container: 30420 - checkCanInteract: False - attachedEntity: 30420 - event: !type:InnateInstantActionEvent {} - uid: 30188 components: - type: Transform @@ -147209,11 +162847,6 @@ entities: - type: Transform pos: -27.696377,48.604057 parent: 12 - - uid: 28828 - components: - - type: Transform - pos: -43.357338,-30.4327 - parent: 12 - proto: HeatExchanger entities: - uid: 5988 @@ -147247,36 +162880,28 @@ entities: parent: 12 - proto: Hemostat entities: - - uid: 13872 + - uid: 5104 components: - type: Transform - pos: 31.348331,37.825436 + pos: -22.46475,53.106586 parent: 12 - - uid: 30495 + - uid: 13872 components: - type: Transform - pos: -43.399303,-45.624474 + pos: 31.348331,37.825436 parent: 12 -- proto: HemostatAdvanced +- proto: HighSecArmoryLocked entities: - - uid: 10592 + - uid: 20841 components: - type: Transform - pos: -43.638885,-45.489056 + pos: -36.5,63.5 parent: 12 -- proto: HighSecArmoryLocked - entities: - uid: 20842 components: - type: Transform pos: -33.5,63.5 parent: 12 - - uid: 20869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,66.5 - parent: 12 - proto: HighSecCommandLocked entities: - uid: 132 @@ -147289,13 +162914,13 @@ entities: - type: Transform pos: -0.5,-4.5 parent: 12 - - uid: 6352 + - uid: 3226 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: -27.5,9.5 parent: 12 - - uid: 26794 + - uid: 17460 components: - type: Transform rot: -1.5707963267948966 rad @@ -147306,6 +162931,453 @@ entities: - type: Transform pos: 36.5,-13.5 parent: 12 +- proto: Holopad + entities: + - uid: 32143 + components: + - type: MetaData + name: holopad (Синий Щит) + - type: Transform + pos: -52.5,41.5 + parent: 12 + - type: Label + currentLabel: Синий Щит + - type: NameModifier + baseName: holopad +- proto: HolopadAiCore + entities: + - uid: 32118 + components: + - type: Transform + pos: -0.5,-1.5 + parent: 12 +- proto: HolopadAiEntrance + entities: + - uid: 32120 + components: + - type: Transform + pos: -6.5,-6.5 + parent: 12 +- proto: HolopadAiUpload + entities: + - uid: 32119 + components: + - type: Transform + pos: -0.5,-11.5 + parent: 12 +- proto: HolopadCargoBayLongRange + entities: + - uid: 31905 + components: + - type: Transform + pos: 56.5,-10.5 + parent: 12 +- proto: HolopadCargoFront + entities: + - uid: 31903 + components: + - type: Transform + pos: 53.5,-20.5 + parent: 12 +- proto: HolopadCargoSalvageBay + entities: + - uid: 31904 + components: + - type: Transform + pos: 57.5,-30.5 + parent: 12 +- proto: HolopadCommandBridge + entities: + - uid: 31879 + components: + - type: Transform + pos: -55.5,30.5 + parent: 12 +- proto: HolopadCommandBridgeLongRange + entities: + - uid: 31889 + components: + - type: Transform + pos: -55.5,27.5 + parent: 12 +- proto: HolopadCommandCaptain + entities: + - uid: 31880 + components: + - type: Transform + pos: -51.5,19.5 + parent: 12 +- proto: HolopadCommandCe + entities: + - uid: 31883 + components: + - type: Transform + pos: 26.5,-22.5 + parent: 12 +- proto: HolopadCommandCmo + entities: + - uid: 31884 + components: + - type: Transform + pos: -10.5,-38.5 + parent: 12 +- proto: HolopadCommandHop + entities: + - uid: 31881 + components: + - type: Transform + pos: -34.5,22.5 + parent: 12 +- proto: HolopadCommandHos + entities: + - uid: 31882 + components: + - type: Transform + pos: -42.5,34.5 + parent: 12 +- proto: HolopadCommandQm + entities: + - uid: 31885 + components: + - type: Transform + pos: 46.5,-7.5 + parent: 12 +- proto: HolopadCommandRd + entities: + - uid: 31886 + components: + - type: Transform + pos: -38.5,-20.5 + parent: 12 +- proto: HolopadCommandVault + entities: + - uid: 31887 + components: + - type: Transform + pos: -29.5,9.5 + parent: 12 +- proto: HolopadEngineeringAtmosMain + entities: + - uid: 31906 + components: + - type: Transform + pos: 15.5,-4.5 + parent: 12 +- proto: HolopadEngineeringAtmosTeg + entities: + - uid: 31908 + components: + - type: Transform + pos: 11.5,17.5 + parent: 12 +- proto: HolopadEngineeringBreakroom + entities: + - uid: 32019 + components: + - type: Transform + pos: 22.5,-17.5 + parent: 12 +- proto: HolopadEngineeringFront + entities: + - uid: 31907 + components: + - type: Transform + pos: 14.5,-21.5 + parent: 12 +- proto: HolopadEngineeringStorage + entities: + - uid: 31911 + components: + - type: Transform + pos: 59.5,10.5 + parent: 12 +- proto: HolopadEngineeringTechVault + entities: + - uid: 32020 + components: + - type: Transform + pos: 40.5,-38.5 + parent: 12 +- proto: HolopadEngineeringTelecoms + entities: + - uid: 31909 + components: + - type: Transform + pos: 34.5,-5.5 + parent: 12 +- proto: HolopadGeneralArcade + entities: + - uid: 32121 + components: + - type: Transform + pos: 3.5,51.5 + parent: 12 +- proto: HolopadGeneralArrivals + entities: + - uid: 32129 + components: + - type: Transform + pos: 18.5,66.5 + parent: 12 +- proto: HolopadGeneralCryosleep + entities: + - uid: 32122 + components: + - type: Transform + pos: -7.5,48.5 + parent: 12 +- proto: HolopadGeneralDisposals + entities: + - uid: 32123 + components: + - type: Transform + pos: 38.5,18.5 + parent: 12 +- proto: HolopadGeneralEVAStorage + entities: + - uid: 32124 + components: + - type: Transform + pos: -10.5,9.5 + parent: 12 +- proto: HolopadGeneralLounge + entities: + - uid: 32125 + components: + - type: Transform + pos: 13.5,58.5 + parent: 12 +- proto: HolopadGeneralTools + entities: + - uid: 32126 + components: + - type: Transform + pos: 34.5,-21.5 + parent: 12 +- proto: HolopadMedicalChemistry + entities: + - uid: 31895 + components: + - type: Transform + pos: -30.5,-43.5 + parent: 12 +- proto: HolopadMedicalCryopods + entities: + - uid: 31896 + components: + - type: Transform + pos: -11.5,-55.5 + parent: 12 +- proto: HolopadMedicalFront + entities: + - uid: 31897 + components: + - type: Transform + pos: -21.5,-39.5 + parent: 12 +- proto: HolopadMedicalMedbay + entities: + - uid: 31898 + components: + - type: Transform + pos: -9.5,-46.5 + parent: 12 +- proto: HolopadMedicalMorgue + entities: + - uid: 31899 + components: + - type: Transform + pos: 5.5,-42.5 + parent: 12 +- proto: HolopadMedicalSurgery + entities: + - uid: 31900 + components: + - type: Transform + pos: -0.5,-36.5 + parent: 12 +- proto: HolopadMedicalVirology + entities: + - uid: 31901 + components: + - type: Transform + pos: -11.5,-59.5 + parent: 12 +- proto: HolopadScienceAnomaly + entities: + - uid: 31893 + components: + - type: Transform + pos: -42.5,-36.5 + parent: 12 +- proto: HolopadScienceArtifact + entities: + - uid: 31892 + components: + - type: Transform + pos: -46.5,-24.5 + parent: 12 +- proto: HolopadScienceFront + entities: + - uid: 31894 + components: + - type: Transform + pos: -20.5,-20.5 + parent: 12 +- proto: HolopadScienceRobotics + entities: + - uid: 31890 + components: + - type: Transform + pos: -24.5,-29.5 + parent: 12 +- proto: HolopadSecurityArmory + entities: + - uid: 32021 + components: + - type: Transform + pos: -35.5,66.5 + parent: 12 +- proto: HolopadSecurityBreakroom + entities: + - uid: 32022 + components: + - type: Transform + pos: -33.5,39.5 + parent: 12 +- proto: HolopadSecurityBrig + entities: + - uid: 31109 + components: + - type: Transform + pos: -43.5,56.5 + parent: 12 +- proto: HolopadSecurityCourtroom + entities: + - uid: 32023 + components: + - type: Transform + pos: -34.5,30.5 + parent: 12 +- proto: HolopadSecurityDetective + entities: + - uid: 32030 + components: + - type: Transform + pos: 29.5,29.5 + parent: 12 +- proto: HolopadSecurityFront + entities: + - uid: 32029 + components: + - type: Transform + pos: -21.5,39.5 + parent: 12 +- proto: HolopadSecurityInterrogation + entities: + - uid: 32024 + components: + - type: Transform + pos: -40.5,44.5 + parent: 12 +- proto: HolopadSecurityLawyer + entities: + - uid: 32025 + components: + - type: Transform + pos: -23.5,0.5 + parent: 12 +- proto: HolopadSecurityPerma + entities: + - uid: 32028 + components: + - type: Transform + pos: -29.5,46.5 + parent: 12 +- proto: HolopadSecurityWarden + entities: + - uid: 32027 + components: + - type: Transform + pos: -39.5,53.5 + parent: 12 +- proto: HolopadServiceBar + entities: + - uid: 32057 + components: + - type: Transform + pos: 30.5,50.5 + parent: 12 +- proto: HolopadServiceBotany + entities: + - uid: 32073 + components: + - type: Transform + pos: 68.5,48.5 + parent: 12 +- proto: HolopadServiceBoxer + entities: + - uid: 32105 + components: + - type: Transform + pos: 13.5,49.5 + parent: 12 +- proto: HolopadServiceChapel + entities: + - uid: 32107 + components: + - type: Transform + pos: 53.5,37.5 + parent: 12 +- proto: HolopadServiceClownMime + entities: + - uid: 32109 + components: + - type: Transform + pos: 4.5,56.5 + parent: 12 +- proto: HolopadServiceJanitor + entities: + - uid: 32112 + components: + - type: Transform + pos: 45.5,17.5 + parent: 12 +- proto: HolopadServiceKitchen + entities: + - uid: 32116 + components: + - type: Transform + pos: 29.5,57.5 + parent: 12 +- proto: HolopadServiceLibrary + entities: + - uid: 32117 + components: + - type: Transform + pos: -6.5,76.5 + parent: 12 +- proto: HolopadServiceMusician + entities: + - uid: 32113 + components: + - type: Transform + pos: 21.5,29.5 + parent: 12 +- proto: HolopadServiceNewsroom + entities: + - uid: 32114 + components: + - type: Transform + pos: 11.5,36.5 + parent: 12 +- proto: HolopadServiceZookeeper + entities: + - uid: 32128 + components: + - type: Transform + pos: 12.5,-33.5 + parent: 12 - proto: HospitalCurtainsOpen entities: - uid: 2637 @@ -147313,6 +163385,11 @@ entities: - type: Transform pos: -3.5,-40.5 parent: 12 + - uid: 5428 + components: + - type: Transform + pos: 8.5,-39.5 + parent: 12 - uid: 9733 components: - type: Transform @@ -147333,32 +163410,17 @@ entities: - type: Transform pos: -1.5,-37.5 parent: 12 - - uid: 18274 + - uid: 26883 components: - type: Transform - pos: -44.5,-44.5 + rot: 3.141592653589793 rad + pos: -22.5,-28.5 parent: 12 - uid: 27283 components: - type: Transform pos: -4.5,-40.5 parent: 12 - - uid: 30518 - components: - - type: Transform - pos: -43.5,-44.5 - parent: 12 - - uid: 30524 - components: - - type: Transform - pos: -42.5,-44.5 - parent: 12 - - uid: 32269 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,52.5 - parent: 12 - proto: HydrogenChemistryBottle entities: - uid: 13012 @@ -147402,24 +163464,22 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,57.5 parent: 12 - - uid: 26759 + - uid: 29071 components: - type: Transform - pos: 5.5,-62.5 + pos: 6.5,-59.5 parent: 12 - - uid: 31379 + - uid: 29477 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,-59.5 + pos: 5.5,-62.5 parent: 12 - proto: HydroponicsToolClippers entities: - uid: 4211 components: - type: Transform - rot: -18.84955592153876 rad - pos: 6.5417747,-62.782024 + pos: 6.46257,-60.240547 parent: 12 - uid: 21230 components: @@ -147443,8 +163503,7 @@ entities: - uid: 503 components: - type: Transform - rot: -18.84955592153876 rad - pos: 6.6667747,-62.64999 + pos: 4.365348,-59.534256 parent: 12 - uid: 21358 components: @@ -147611,50 +163670,39 @@ entities: - type: Transform pos: 35.56522,-39.427387 parent: 12 -- proto: Implanter - entities: - - uid: 30491 - components: - - type: Transform - pos: -46.524303,-48.053944 - parent: 12 -- proto: InflatableDoor - entities: - - uid: 28196 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-15.5 - parent: 12 - proto: InflatableWall entities: - - uid: 10617 + - uid: 5583 components: - type: Transform - pos: 49.5,0.5 + rot: 1.5707963267948966 rad + pos: 63.5,-15.5 parent: 12 - - uid: 28535 + - uid: 6204 components: - type: Transform - pos: 63.5,-12.5 + rot: 1.5707963267948966 rad + pos: 60.5,-15.5 parent: 12 - - uid: 28552 + - uid: 23907 components: - type: Transform - pos: 61.5,-12.5 + rot: 1.5707963267948966 rad + pos: 61.5,-13.5 parent: 12 - - uid: 29058 + - uid: 23908 components: - type: Transform rot: 1.5707963267948966 rad - pos: 59.5,-49.5 + pos: 62.5,-15.5 parent: 12 - proto: IngotGold entities: - uid: 17438 components: - type: Transform - pos: -29.49835,11.621944 + rot: -12.566370614359172 rad + pos: -29.448883,11.559898 parent: 12 - proto: IngotGold1 entities: @@ -147678,25 +163726,14 @@ entities: - type: Transform pos: 10.815981,56.91318 parent: 12 - - uid: 25609 - components: - - type: Transform - pos: 11.680196,61.31746 - parent: 12 - proto: IngotSilver entities: - uid: 15842 components: - type: Transform - pos: -28.36422,7.6788325 - parent: 12 - - uid: 24287 - components: - - type: Transform - pos: -28.885054,7.449666 + rot: -18.84955592153876 rad + pos: -28.558372,7.517247 parent: 12 - - type: Stack - count: 15 - proto: IngotSilver1 entities: - uid: 22673 @@ -147714,19 +163751,21 @@ entities: - type: Transform pos: 12.6497135,57.214436 parent: 12 -- proto: Intellicard +- proto: IntercomAll entities: - - uid: 28861 + - uid: 31057 components: - type: Transform - rot: -12.566370614359172 rad - pos: -3.43437,-0.48939347 + rot: 3.141592653589793 rad + pos: -0.5,1.5 parent: 12 - - uid: 28862 +- proto: IntercomAssembly + entities: + - uid: 4791 components: - type: Transform - rot: -12.566370614359172 rad - pos: -2.5072865,-0.47896957 + rot: -1.5707963267948966 rad + pos: 34.5,18.5 parent: 12 - proto: IntercomCommon entities: @@ -147736,6 +163775,18 @@ entities: rot: 3.141592653589793 rad pos: -5.5,-29.5 parent: 12 + - uid: 9666 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,-29.5 + parent: 12 + - uid: 11722 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 54.5,-41.5 + parent: 12 - uid: 12063 components: - type: Transform @@ -147748,23 +163799,12 @@ entities: rot: 3.141592653589793 rad pos: -33.5,29.5 parent: 12 - - uid: 21479 - components: - - type: Transform - pos: -25.5,17.5 - parent: 12 - uid: 23622 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,66.5 parent: 12 - - uid: 25613 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 34.5,-29.5 - parent: 12 - uid: 27832 components: - type: Transform @@ -147783,23 +163823,29 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-44.5 parent: 12 + - uid: 31078 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,17.5 + parent: 12 - proto: IntercomEngineering entities: - - uid: 2894 + - uid: 1484 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,0.5 + pos: 40.5,0.5 parent: 12 - uid: 5594 components: - type: Transform pos: 21.5,-19.5 parent: 12 - - uid: 7156 + - uid: 8833 components: - type: Transform - pos: 46.5,1.5 + rot: 3.141592653589793 rad + pos: 45.5,-2.5 parent: 12 - uid: 9247 components: @@ -147829,17 +163875,17 @@ entities: - type: Transform pos: 43.5,46.5 parent: 12 - - uid: 27352 + - uid: 26436 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,3.5 + rot: 1.5707963267948966 rad + pos: 60.5,1.5 parent: 12 - - uid: 28770 + - uid: 27352 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,-0.5 + rot: 3.141592653589793 rad + pos: 53.5,3.5 parent: 12 - proto: IntercomMedical entities: @@ -147891,6 +163937,12 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,-37.5 parent: 12 + - uid: 19202 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 46.5,59.5 + parent: 12 - uid: 25523 components: - type: Transform @@ -147952,6 +164004,12 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,38.5 parent: 12 + - uid: 28907 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 53.5,-34.5 + parent: 12 - proto: IntercomService entities: - uid: 4750 @@ -147966,6 +164024,12 @@ entities: rot: 3.141592653589793 rad pos: -40.5,21.5 parent: 12 + - uid: 20552 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 7.5,-53.5 + parent: 12 - uid: 23566 components: - type: Transform @@ -148026,12 +164090,6 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,-25.5 parent: 12 - - uid: 12060 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,-41.5 - parent: 12 - uid: 23807 components: - type: Transform @@ -148051,8 +164109,7 @@ entities: - uid: 28698 components: - type: Transform - rot: -6.283185307179586 rad - pos: 57.513466,-4.4312396 + pos: 57.502148,-4.3210883 parent: 12 - type: GasTank toggleActionEntity: 28700 @@ -148070,40 +164127,29 @@ entities: - uid: 16458 components: - type: Transform - pos: -10.46185,8.339798 + pos: -10.5,8.5 parent: 12 - - type: GasTank - toggleActionEntity: 7270 - - type: Jetpack - toggleActionEntity: 6186 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 6186 - - 7270 - uid: 16460 components: - type: Transform pos: -10.5,11.5 parent: 12 - - uid: 32305 + - uid: 32196 components: - type: Transform - pos: -10.46185,8.659243 + pos: -10.476958,8.741025 parent: 12 - - uid: 32306 + - uid: 32200 components: - type: Transform - pos: -10.503517,11.749294 + pos: -10.476958,11.709774 parent: 12 - proto: Jukebox entities: - - uid: 13725 + - uid: 509 components: - type: Transform - pos: 21.5,26.5 + pos: -51.5,76.5 parent: 12 - type: ContainerContainer containers: @@ -148119,10 +164165,10 @@ entities: showEnts: False occludes: True ents: [] - - uid: 23704 + - uid: 13725 components: - type: Transform - pos: -50.5,76.5 + pos: 21.5,26.5 parent: 12 - type: ContainerContainer containers: @@ -148203,12 +164249,6 @@ entities: rot: -31.415926535897945 rad pos: -37.056793,-58.403534 parent: 12 - - uid: 31363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.457253,-17.519176 - parent: 12 - uid: 31590 components: - type: Transform @@ -148272,11 +164312,6 @@ entities: - type: Transform pos: -34.5,-59.5 parent: 12 - - uid: 32026 - components: - - type: Transform - pos: 6.5,70.5 - parent: 12 - uid: 32097 components: - type: Transform @@ -148284,6 +164319,11 @@ entities: parent: 12 - proto: KitchenReagentGrinder entities: + - uid: 215 + components: + - type: Transform + pos: 38.5,-30.5 + parent: 12 - uid: 1949 components: - type: Transform @@ -148453,10 +164493,10 @@ entities: rot: 3.141592653589793 rad pos: -32.44526,29.851074 parent: 12 - - uid: 29459 + - uid: 29186 components: - type: Transform - pos: -55.539776,61.73335 + pos: -55.46656,61.910522 parent: 12 - uid: 30347 components: @@ -148502,6 +164542,43 @@ entities: - type: Physics canCollide: True - type: ActionsContainer +- proto: LandMineExplosive + entities: + - uid: 24243 + components: + - type: Transform + pos: -38.5499,70.46045 + parent: 12 + - uid: 24284 + components: + - type: Transform + pos: -39.476986,67.51854 + parent: 12 + - uid: 24285 + components: + - type: Transform + pos: -34.49233,70.42562 + parent: 12 + - uid: 24287 + components: + - type: Transform + pos: -39.497818,69.43961 + parent: 12 + - uid: 24437 + components: + - type: Transform + pos: -39.476986,65.424484 + parent: 12 + - uid: 24667 + components: + - type: Transform + pos: -36.55483,70.48812 + parent: 12 + - uid: 24668 + components: + - type: Transform + pos: -32.51316,70.48812 + parent: 12 - proto: Lantern entities: - uid: 22202 @@ -148523,49 +164600,20 @@ entities: ents: - 22203 - type: ActionsContainer - - uid: 30533 - components: - - type: Transform - pos: -46.383545,-47.171444 - parent: 12 - proto: LanternFlash entities: - - uid: 19231 - components: - - type: Transform - pos: -43.5,-17.5 - parent: 12 - - uid: 29009 - components: - - type: Transform - pos: 57.07818,36.78155 - parent: 12 -- proto: LargeBeaker - entities: - - uid: 26901 - components: - - type: Transform - parent: 32015 - - type: Physics - canCollide: False - - uid: 26910 - components: - - type: Transform - parent: 32015 - - type: Physics - canCollide: False - - uid: 30538 + - uid: 14920 components: - type: Transform - parent: 30536 + parent: 4400 - type: Physics canCollide: False - - uid: 30547 + - type: InsideEntityStorage + - uid: 27062 components: - type: Transform - parent: 30536 - - type: Physics - canCollide: False + pos: -50.158154,-12.455109 + parent: 12 - proto: LeavesTobaccoDried entities: - uid: 24158 @@ -148583,18 +164631,6 @@ entities: parent: 12 - proto: LightBulbOld entities: - - uid: 1042 - components: - - type: Transform - parent: 259 - - type: Physics - canCollide: False - - uid: 21062 - components: - - type: Transform - parent: 19866 - - type: Physics - canCollide: False - uid: 31338 components: - type: Transform @@ -148615,19 +164651,6 @@ entities: - type: Transform pos: -19.24069,2.5948265 parent: 12 -- proto: LightReplacer - entities: - - uid: 32313 - components: - - type: Transform - pos: -12.769009,13.525715 - parent: 12 - - uid: 32359 - components: - - type: Transform - parent: 32358 - - type: Physics - canCollide: False - proto: LiveLetLiveCircuitBoard entities: - uid: 28853 @@ -148636,83 +164659,19 @@ entities: rot: -12.566370614359172 rad pos: 2.6437569,-15.31712 parent: 12 -- proto: LockableButtonArmory - entities: - - uid: 362 - components: - - type: MetaData - name: кнопка с замком (Фабрикатор) - - type: Transform - pos: -40.5,57.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 48: - - Pressed: Toggle - - type: Label - currentLabel: Фабрикатор - - type: NameModifier - baseName: кнопка с замком - - uid: 30035 - components: - - type: MetaData - name: кнопка с замком (Синий) - - type: Transform - pos: -39.5,57.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 31860: - - Pressed: Toggle - - type: Label - currentLabel: Синий - - type: NameModifier - baseName: кнопка с замком - - uid: 30036 - components: - - type: MetaData - name: кнопка с замком (Красный) - - type: Transform - pos: -38.5,57.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 42: - - Pressed: Toggle - - type: Label - currentLabel: Красный - - type: NameModifier - baseName: кнопка с замком - - uid: 32296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,62.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 42: - - Pressed: Toggle -- proto: LockableButtonSecurity +- proto: LockableButtonResearch entities: - - uid: 30085 - components: - - type: Transform - pos: -32.5,63.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 48: - - Pressed: Toggle - - uid: 31862 + - uid: 32288 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,62.5 + pos: -39.5,-45.5 parent: 12 - type: DeviceLinkSource linkedPorts: - 31860: + 19695: + - Pressed: Toggle + 32286: - Pressed: Toggle - proto: LockerAtmosphericsFilledHardsuit entities: @@ -148731,12 +164690,12 @@ entities: - type: Transform pos: 31.5,3.5 parent: 12 -- proto: LockerBlueshieldFilledHardsuit +- proto: LockerBlueshieldFilled entities: - - uid: 22295 + - uid: 32167 components: - type: Transform - pos: -53.5,43.5 + pos: -51.5,41.5 parent: 12 - proto: LockerBooze entities: @@ -148772,141 +164731,95 @@ entities: showEnts: False occludes: True ents: - - 22518 - - 22517 - - 22516 - - 22515 - - 22514 - - 22513 - - 22512 - - 22506 - - 22507 - - 22508 - - 22509 - - 22510 - - 22511 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: LockerBoozeFilled - entities: - - uid: 15092 - components: - - type: Transform - pos: 32.5,49.5 - parent: 12 - - uid: 23442 - components: - - type: Transform - pos: 29.5,51.5 - parent: 12 -- proto: LockerBotanistFilled - entities: - - uid: 24010 - components: - - type: Transform - pos: 59.5,42.5 - parent: 12 - - uid: 24087 - components: - - type: Transform - pos: 60.5,42.5 - parent: 12 - - uid: 24088 - components: - - type: Transform - pos: 61.5,42.5 - parent: 12 -- proto: LockerBrigmedicFilled - entities: - - uid: 26895 - components: - - type: Transform - pos: -48.5,56.5 - parent: 12 -- proto: LockerCaptainFilledNoLaser - entities: - - uid: 17405 - components: - - type: Transform - pos: -53.5,21.5 - parent: 12 -- proto: LockerChemistryFilled - entities: - - uid: 2292 - components: - - type: Transform - pos: -35.5,-41.5 - parent: 12 - - uid: 3125 - components: - - type: Transform - pos: -28.5,-44.5 - parent: 12 -- proto: LockerChiefEngineerFilledHardsuit - entities: - - uid: 5466 - components: - - type: Transform - pos: 27.5,-21.5 - parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.14673 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 5490 - - 5489 + - 22518 + - 22517 + - 22516 + - 22515 + - 22514 + - 22513 + - 22512 + - 22506 + - 22507 + - 22508 + - 22509 + - 22510 + - 22511 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null -- proto: LockerChiefMedicalOfficerFilledHardsuit +- proto: LockerBoozeFilled entities: - - uid: 2579 + - uid: 15092 components: - type: Transform - pos: -9.5,-39.5 + pos: 32.5,49.5 parent: 12 -- proto: LockerClown + - uid: 23442 + components: + - type: Transform + pos: 29.5,51.5 + parent: 12 + - uid: 26502 + components: + - type: Transform + pos: -59.5,-12.5 + parent: 12 +- proto: LockerBotanistFilled entities: - - uid: 22692 + - uid: 24010 components: - type: Transform - pos: 2.5,59.5 + pos: 59.5,42.5 parent: 12 -- proto: LockerDetectiveFilled + - uid: 24087 + components: + - type: Transform + pos: 60.5,42.5 + parent: 12 + - uid: 24088 + components: + - type: Transform + pos: 61.5,42.5 + parent: 12 +- proto: LockerBrigmedicFilled entities: - - uid: 13596 + - uid: 27661 components: - type: Transform - pos: 28.5,33.5 + pos: -45.5,55.5 + parent: 12 +- proto: LockerCaptainFilledNoLaser + entities: + - uid: 17405 + components: + - type: Transform + pos: -53.5,21.5 + parent: 12 +- proto: LockerChemistryFilled + entities: + - uid: 2292 + components: + - type: Transform + pos: -35.5,-41.5 + parent: 12 + - uid: 3125 + components: + - type: Transform + pos: -28.5,-44.5 + parent: 12 +- proto: LockerChiefEngineerFilledHardsuit + entities: + - uid: 5466 + components: + - type: Transform + pos: 27.5,-21.5 parent: 12 - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.1496 + temperature: 293.14673 moles: - 1.7459903 - 6.568249 @@ -148920,12 +164833,50 @@ entities: - 0 - 0 - 0 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 5490 + - 5489 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null +- proto: LockerChiefMedicalOfficerFilledHardsuit + entities: + - uid: 2579 + components: + - type: Transform + pos: -9.5,-39.5 + parent: 12 +- proto: LockerClown + entities: + - uid: 22692 + components: + - type: Transform + pos: 2.5,59.5 + parent: 12 +- proto: LockerDetectiveFilled + entities: + - uid: 502 + components: + - type: Transform + pos: 29.5,33.5 + parent: 12 + - uid: 13596 + components: + - type: Transform + pos: 28.5,33.5 + parent: 12 - proto: LockerElectricalSuppliesFilled entities: - - uid: 4523 + - uid: 4174 components: - type: Transform - pos: 16.5,-19.5 + pos: 18.5,-17.5 parent: 12 - uid: 5949 components: @@ -148952,6 +164903,11 @@ entities: - type: Transform pos: 41.5,-37.5 parent: 12 + - uid: 19653 + components: + - type: Transform + pos: 9.5,-54.5 + parent: 12 - uid: 20258 components: - type: Transform @@ -148962,6 +164918,16 @@ entities: - type: Transform pos: 33.5,-12.5 parent: 12 + - uid: 28202 + components: + - type: Transform + pos: -18.5,-69.5 + parent: 12 + - uid: 28868 + components: + - type: Transform + pos: 36.5,-50.5 + parent: 12 - uid: 32071 components: - type: Transform @@ -148984,22 +164950,20 @@ entities: - type: Transform pos: 32.5,-21.5 parent: 12 -- proto: LockerEngineerFilledHardsuit - entities: - - uid: 2501 + - uid: 17599 components: - type: Transform - pos: 13.5,-14.5 + pos: 29.5,-23.5 parent: 12 - - uid: 2515 + - uid: 17773 components: - type: Transform - pos: 12.5,-14.5 + pos: 29.5,-21.5 parent: 12 - - uid: 3238 + - uid: 18267 components: - type: Transform - pos: 14.5,-14.5 + pos: 29.5,-22.5 parent: 12 - proto: LockerEvidence entities: @@ -149038,26 +165002,6 @@ entities: - type: Transform pos: 23.5,59.5 parent: 12 - - type: Lock - locked: False - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 23842 components: - type: Transform @@ -149082,37 +165026,6 @@ entities: - type: Transform pos: -28.5,11.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 7285 - - 7431 - - 9853 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerHeadOfPersonnelFilled entities: - uid: 18838 @@ -149127,35 +165040,6 @@ entities: - type: Transform pos: -41.5,36.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 28171 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - proto: LockerMedicalFilled entities: - uid: 2502 @@ -149219,6 +165103,16 @@ entities: - type: Transform pos: -19.5,-45.5 parent: 12 + - uid: 27434 + components: + - type: Transform + pos: -19.5,-46.5 + parent: 12 + - uid: 32319 + components: + - type: Transform + pos: -22.5,-47.5 + parent: 12 - proto: LockerQuarterMasterFilled entities: - uid: 24426 @@ -149235,6 +165129,11 @@ entities: parent: 12 - proto: LockerSalvageSpecialistFilled entities: + - uid: 80 + components: + - type: Transform + pos: 81.5,-30.5 + parent: 12 - uid: 8025 components: - type: Transform @@ -149250,6 +165149,11 @@ entities: - type: Transform pos: 61.5,-30.5 parent: 12 + - uid: 32252 + components: + - type: Transform + pos: 80.5,-29.5 + parent: 12 - proto: LockerScienceFilled entities: - uid: 1730 @@ -149272,23 +165176,43 @@ entities: - type: Transform pos: -42.5,-30.5 parent: 12 +- proto: LockerScientist + entities: + - uid: 9298 + components: + - type: Transform + pos: 47.5,58.5 + parent: 12 + - type: ContainerContainer + containers: + entity_storage: !type:Container + showEnts: False + occludes: True + ents: + - 9548 + - 9541 + - 9503 + - 9488 + - 9567 + paper_label: !type:ContainerSlot + showEnts: False + occludes: True + ent: null - proto: LockerSecurityFilled entities: - - uid: 8719 + - uid: 344 components: - type: Transform pos: 52.5,-34.5 parent: 12 - - type: Lock - locked: False - type: EntityStorage air: volume: 200 immutable: False - temperature: 293.1496 + temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -149305,13 +165229,12 @@ entities: showEnts: False occludes: True ents: - - 19230 + - 25604 + - 25605 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - type: Pullable - prevFixedRotation: True - uid: 20845 components: - type: Transform @@ -149341,10 +165264,10 @@ entities: air: volume: 200 immutable: False - temperature: 293.1496 + temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -149361,8 +165284,8 @@ entities: showEnts: False occludes: True ents: - - 2171 - - 1842 + - 25602 + - 25603 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -149491,7 +165414,7 @@ entities: - uid: 22473 components: - type: Transform - pos: 9.5,40.5 + pos: 1.5,33.5 parent: 12 - type: EntityStorage air: @@ -149527,12 +165450,10 @@ entities: showEnts: False occludes: True ent: null - - type: Pullable - prevFixedRotation: True - uid: 22480 components: - type: Transform - pos: 1.5,33.5 + pos: 0.5,33.5 parent: 12 - type: EntityStorage air: @@ -149540,8 +165461,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.8856695 - - 7.0937095 + - 1.7459903 + - 6.568249 - 0 - 0 - 0 @@ -149558,12 +165479,12 @@ entities: showEnts: False occludes: True ents: - - 22486 - - 22485 - - 22482 - - 22481 - - 22483 - 22484 + - 22483 + - 22481 + - 22482 + - 22485 + - 22486 paper_label: !type:ContainerSlot showEnts: False occludes: True @@ -149581,8 +165502,8 @@ entities: immutable: False temperature: 293.14673 moles: - - 1.8978093 - - 7.139378 + - 1.8856695 + - 7.0937095 - 0 - 0 - 0 @@ -149599,19 +165520,17 @@ entities: showEnts: False occludes: True ents: - - 2831 - - 19326 - - 19017 - - 28255 - - 28256 + - 6284 + - 6295 - 28257 - - 19289 + - 28256 + - 28255 + - 6285 + - 6286 paper_label: !type:ContainerSlot showEnts: False occludes: True ent: null - - type: Pullable - prevFixedRotation: True - proto: LockerWallMedicalDoctorFilled entities: - uid: 2504 @@ -149636,52 +165555,95 @@ entities: parent: 12 - proto: LockerWeldingSuppliesFilled entities: + - uid: 2389 + components: + - type: Transform + pos: -55.5,-19.5 + parent: 12 - uid: 4195 components: - type: Transform pos: 47.5,53.5 parent: 12 + - uid: 6196 + components: + - type: Transform + pos: 17.5,-17.5 + parent: 12 - uid: 26203 components: - type: Transform pos: 4.5,-14.5 parent: 12 - - uid: 27154 + - uid: 26712 components: - type: Transform - pos: -54.5,-17.5 + pos: -2.5,-18.5 parent: 12 - - uid: 28971 + - uid: 26783 components: - type: Transform - pos: -2.5,-18.5 + pos: 33.5,-32.5 parent: 12 -- proto: LootSpawnerCableCoil - entities: - - uid: 9665 + - uid: 28869 components: - type: Transform - pos: 2.5,65.5 + pos: 44.5,-41.5 parent: 12 -- proto: LootSpawnerContrabandHigh +- proto: LogicGateOr entities: - - uid: 1973 + - uid: 26946 components: - type: Transform - pos: -0.5,7.5 + anchored: True + rot: 3.141592653589793 rad + pos: 60.5,-34.5 parent: 12 - - uid: 2578 + - type: DeviceLinkSink + invokeCounter: 2 + - type: Physics + canCollide: False + bodyType: Static + - uid: 27073 components: - type: Transform - pos: -0.5,7.5 + anchored: True + pos: 59.5,-35.5 parent: 12 - - uid: 28280 + - type: DeviceLinkSink + invokeCounter: 2 + - type: Physics + canCollide: False + bodyType: Static + - uid: 28770 components: - type: Transform - pos: -43.5,-17.5 + pos: 61.5,-2.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 2 + - uid: 28883 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-1.5 + parent: 12 + - type: DeviceLinkSink + invokeCounter: 2 +- proto: LootSpawnerCableCoil + entities: + - uid: 9665 + components: + - type: Transform + pos: 2.5,65.5 parent: 12 - proto: LootSpawnerIndustrial entities: + - uid: 1166 + components: + - type: Transform + pos: 45.5,5.5 + parent: 12 - uid: 21945 components: - type: Transform @@ -149875,6 +165837,17 @@ entities: - type: Transform pos: -43.5,-35.5 parent: 12 + - uid: 15115 + components: + - type: Transform + anchored: False + rot: 1.5707963267948966 rad + pos: 48.5,60.5 + parent: 12 + - type: ApcPowerReceiver + powerLoad: 1 + - type: Physics + bodyType: Dynamic - proto: MachineArtifactAnalyzer entities: - uid: 1696 @@ -149901,13 +165874,6 @@ entities: - type: Transform pos: -31.5,-44.5 parent: 12 -- proto: MachineFlatpacker - entities: - - uid: 2830 - components: - - type: Transform - pos: -26.5,-21.5 - parent: 12 - proto: MachineFrame entities: - uid: 1807 @@ -149954,11 +165920,6 @@ entities: - type: Transform pos: 39.5,6.5 parent: 12 - - uid: 29022 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 12 - uid: 30951 components: - type: Transform @@ -149977,113 +165938,40 @@ entities: ents: [] - proto: MachineFrameDestroyed entities: - - uid: 2575 - components: - - type: Transform - pos: 35.5,-30.5 - parent: 12 - uid: 13522 components: - type: Transform pos: 53.5,25.5 parent: 12 - - uid: 32144 - components: - - type: Transform - pos: -61.5,-52.5 - parent: 12 -- proto: WeaponLaserSvalinn - entities: - - uid: 31842 - components: - - type: Transform - pos: -37.37538,67.391464 - parent: 12 - proto: MagazineBoxMagnum entities: - - uid: 2273 - components: - - type: Transform - pos: -37.37078,68.428505 - parent: 12 - - uid: 28907 - components: - - type: Transform - pos: -37.449486,68.71091 - parent: 12 -- proto: MagazineBoxMagnum - entities: - - uid: 19223 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - - uid: 19225 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - - uid: 19226 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - - uid: 19436 - components: - - type: Transform - parent: 19430 - - type: Physics - canCollide: False - - uid: 19513 + - uid: 23570 components: - type: Transform - parent: 19430 + parent: 20814 - type: Physics canCollide: False - - uid: 28692 - components: - - type: Transform - pos: -41.613888,33.2413 - parent: 12 - proto: MagazineBoxMagnumPractice entities: - - uid: 9907 - components: - - type: Transform - pos: -44.72263,36.850666 - parent: 12 - - uid: 26065 - components: - - type: Transform - pos: 30.658173,31.324696 - parent: 12 - - uid: 32325 - components: - - type: Transform - pos: -44.305965,36.84025 - parent: 12 -- proto: MagazineBoxPistolPractice - entities: - - uid: 29986 + - uid: 454 components: - type: Transform - pos: -21.19409,65.464775 + pos: 30.270216,31.26538 parent: 12 - proto: MagazineDeagle entities: - - uid: 26797 + - uid: 23140 components: - type: Transform - pos: -42.631973,36.760098 - parent: 12 - - uid: 26927 + parent: 20814 + - type: Physics + canCollide: False + - uid: 23565 components: - type: Transform - pos: -42.444473,36.71843 - parent: 12 + parent: 20814 + - type: Physics + canCollide: False - proto: MailingUnit entities: - uid: 5171 @@ -150165,17 +166053,20 @@ entities: - uid: 26865 components: - type: Transform - rot: -25.132741228718352 rad - pos: 11.935109,-19.492529 + pos: 13.299763,-19.62316 parent: 12 - uid: 26898 components: - type: Transform - rot: -25.132741228718352 rad - pos: 12.15526,-19.162073 + pos: 13.706013,-19.320866 parent: 12 - proto: MaintenanceFluffSpawner entities: + - uid: 1079 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 12 - uid: 2057 components: - type: Transform @@ -150187,11 +166078,6 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,68.5 parent: 12 - - uid: 5957 - components: - - type: Transform - pos: 50.5,1.5 - parent: 12 - uid: 11490 components: - type: Transform @@ -150257,10 +166143,40 @@ entities: - type: Transform pos: -40.5,-51.5 parent: 12 - - uid: 28325 + - uid: 28813 + components: + - type: Transform + pos: 35.5,-46.5 + parent: 12 + - uid: 28888 + components: + - type: Transform + pos: 35.5,-44.5 + parent: 12 + - uid: 29622 + components: + - type: Transform + pos: -27.5,77.5 + parent: 12 + - uid: 29623 + components: + - type: Transform + pos: -29.5,75.5 + parent: 12 + - uid: 29784 + components: + - type: Transform + pos: -43.5,73.5 + parent: 12 + - uid: 29872 + components: + - type: Transform + pos: -52.5,49.5 + parent: 12 + - uid: 31359 components: - type: Transform - pos: -43.5,-15.5 + pos: -11.5,-68.5 parent: 12 - uid: 31676 components: @@ -150274,31 +166190,41 @@ entities: parent: 12 - proto: MaintenancePlantSpawner entities: - - uid: 771 + - uid: 1078 components: - type: Transform - pos: -56.5,-17.5 + pos: -46.5,-16.5 parent: 12 - - uid: 1078 + - uid: 2400 components: - type: Transform - pos: -46.5,-16.5 + pos: -60.5,-30.5 parent: 12 - uid: 3195 components: - type: Transform pos: 44.5,63.5 parent: 12 - - uid: 10605 + - uid: 10923 components: - type: Transform - pos: 49.5,-3.5 + pos: 51.5,-4.5 parent: 12 - uid: 11240 components: - type: Transform pos: -3.5,17.5 parent: 12 + - uid: 17850 + components: + - type: Transform + pos: -33.5,74.5 + parent: 12 + - uid: 18562 + components: + - type: Transform + pos: 4.5,-53.5 + parent: 12 - uid: 24498 components: - type: Transform @@ -150329,25 +166255,35 @@ entities: - type: Transform pos: -7.5,23.5 parent: 12 + - uid: 26677 + components: + - type: Transform + pos: -4.5,-18.5 + parent: 12 + - uid: 27384 + components: + - type: Transform + pos: -56.5,-19.5 + parent: 12 - uid: 27827 components: - type: Transform pos: -47.5,-50.5 parent: 12 - - uid: 28049 + - uid: 28826 components: - type: Transform - pos: 2.5,-23.5 + pos: 44.5,-42.5 parent: 12 - - uid: 28382 + - uid: 29827 components: - type: Transform - pos: -45.5,-13.5 + pos: -30.5,73.5 parent: 12 - - uid: 28897 + - uid: 29869 components: - type: Transform - pos: -4.5,-18.5 + pos: -51.5,60.5 parent: 12 - uid: 30520 components: @@ -150359,6 +166295,11 @@ entities: - type: Transform pos: -39.5,-50.5 parent: 12 + - uid: 31355 + components: + - type: Transform + pos: -11.5,-66.5 + parent: 12 - uid: 31372 components: - type: Transform @@ -150381,10 +166322,10 @@ entities: - type: Transform pos: 33.5,67.5 parent: 12 - - uid: 9298 + - uid: 9711 components: - type: Transform - pos: 48.5,-3.5 + pos: 48.5,1.5 parent: 12 - uid: 13004 components: @@ -150401,11 +166342,6 @@ entities: - type: Transform pos: 49.5,48.5 parent: 12 - - uid: 19239 - components: - - type: Transform - pos: -45.5,66.5 - parent: 12 - uid: 19821 components: - type: Transform @@ -150486,79 +166422,92 @@ entities: - type: Transform pos: 28.5,14.5 parent: 12 + - uid: 26891 + components: + - type: Transform + pos: 48.5,62.5 + parent: 12 + - uid: 26913 + components: + - type: Transform + pos: -60.5,-27.5 + parent: 12 - uid: 28274 components: - type: Transform pos: -28.5,-16.5 parent: 12 - - uid: 28418 + - uid: 28886 components: - type: Transform - pos: 49.5,61.5 + pos: 42.5,-42.5 parent: 12 - - uid: 28419 + - uid: 29324 components: - type: Transform - pos: 48.5,61.5 + pos: -10.5,-66.5 parent: 12 - - uid: 28494 + - uid: 29620 components: - type: Transform - pos: -29.5,23.5 + pos: -28.5,79.5 parent: 12 - - uid: 28520 + - uid: 29621 components: - type: Transform - pos: -29.5,21.5 + pos: -29.5,79.5 parent: 12 - - uid: 28831 + - uid: 29624 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 + pos: -29.5,77.5 parent: 12 - - uid: 28832 + - uid: 29636 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 + pos: -46.5,66.5 parent: 12 - - uid: 31567 + - uid: 29646 components: - type: Transform - pos: -13.5,-0.5 + pos: -26.5,79.5 parent: 12 - - uid: 31570 + - uid: 29870 components: - type: Transform - pos: -13.5,0.5 + pos: -51.5,56.5 parent: 12 - - uid: 31677 + - uid: 30120 components: - type: Transform - pos: -60.5,-28.5 + pos: -34.5,74.5 parent: 12 - - uid: 31678 + - uid: 31567 components: - type: Transform - pos: -62.5,-23.5 + pos: -13.5,-0.5 parent: 12 -- proto: MaintenanceWeaponSpawner - entities: - - uid: 19241 + - uid: 31570 components: - type: Transform - pos: -45.5,66.5 + pos: -13.5,0.5 parent: 12 +- proto: MaintenanceWeaponSpawner + entities: - uid: 25849 components: - type: Transform pos: 55.5,20.5 parent: 12 - - uid: 28243 + - uid: 28817 components: - type: Transform - pos: -9.5,-68.5 + pos: 36.5,-48.5 + parent: 12 + - uid: 29619 + components: + - type: Transform + pos: -27.5,76.5 parent: 12 - uid: 30508 components: @@ -150570,8 +166519,17 @@ entities: - uid: 4565 components: - type: Transform - pos: 47.514965,1.5594273 + rot: -37.69911184307754 rad + pos: 49.4561,-3.4684215 parent: 12 + - type: Blocking + blockingToggleActionEntity: 11047 + - type: ActionsContainer + - type: ContainerContainer + containers: + actions: !type:Container + ents: + - 11047 - proto: Matchbox entities: - uid: 6885 @@ -150594,22 +166552,8 @@ entities: - type: Transform pos: 61.456078,47.789516 parent: 12 -- proto: MaterialBiomass - entities: - - uid: 10109 - components: - - type: Transform - parent: 24129 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: MaterialCloth entities: - - uid: 19421 - components: - - type: Transform - pos: -32.362976,-21.406017 - parent: 12 - uid: 20771 components: - type: Transform @@ -150617,20 +166561,20 @@ entities: parent: 12 - proto: MaterialDiamond1 entities: - - uid: 24437 + - uid: 32295 components: - type: Transform - pos: -30.961443,11.70661 + pos: -30.817942,11.593233 parent: 12 - - uid: 24654 + - uid: 32296 components: - type: Transform - pos: -30.753109,11.699667 + pos: -30.671173,11.758345 parent: 12 - - uid: 24664 + - uid: 32297 components: - type: Transform - pos: -30.836443,11.588554 + pos: -30.946362,11.776691 parent: 12 - proto: MaterialDurathread entities: @@ -150647,6 +166591,13 @@ entities: rot: -6.283185307179586 rad pos: -13.621389,-0.07474756 parent: 12 +- proto: Mattress + entities: + - uid: 29146 + components: + - type: Transform + pos: -53.5,57.5 + parent: 12 - proto: MechEquipmentGrabberSmall entities: - uid: 30401 @@ -150686,19 +166637,19 @@ entities: - type: Transform pos: 26.5,37.5 parent: 12 -- proto: MedicalScannerMachineCircuitboard +- proto: MedicalTechFab entities: - - uid: 641 + - uid: 9042 components: - type: Transform - pos: 37.221813,-39.322742 + pos: -2.5,-44.5 parent: 12 -- proto: MedicalTechFab +- proto: MedicalTechFabCircuitboard entities: - - uid: 9042 + - uid: 32333 components: - type: Transform - pos: -2.5,-44.5 + pos: 36.937202,-39.41466 parent: 12 - proto: MedkitAdvancedFilled entities: @@ -150719,11 +166670,6 @@ entities: - type: Transform pos: 11.492401,54.473515 parent: 12 - - uid: 7725 - components: - - type: Transform - pos: 10.545794,48.950615 - parent: 12 - uid: 9265 components: - type: Transform @@ -150743,23 +166689,20 @@ entities: rot: 6.283185307179586 rad pos: 3.435855,-34.37186 parent: 12 - - uid: 28247 - components: - - type: Transform - pos: -43.081234,-22.219452 - parent: 12 - uid: 28805 components: - type: Transform pos: -9.482759,-47.75731 parent: 12 - - uid: 30002 - components: - - type: Transform - pos: -47.213104,54.58024 - parent: 12 - proto: MedkitCombatFilled entities: + - uid: 7947 + components: + - type: Transform + parent: 4400 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 9304 components: - type: Transform @@ -150780,8 +166723,7 @@ entities: - uid: 9266 components: - type: Transform - rot: -37.69911184307754 rad - pos: 55.502457,-33.19831 + pos: 55.495014,-33.44814 parent: 12 - uid: 9267 components: @@ -150800,11 +166742,6 @@ entities: rot: -12.566370614359172 rad pos: 11.305514,-35.494328 parent: 12 - - uid: 11519 - components: - - type: Transform - pos: -8.450114,-66.508156 - parent: 12 - uid: 17605 components: - type: Transform @@ -150823,18 +166760,13 @@ entities: - uid: 20794 components: - type: Transform - pos: -37.450832,52.543354 + pos: -37.403294,52.500404 parent: 12 - uid: 23435 components: - type: Transform pos: 30.665386,45.27058 parent: 12 - - uid: 23744 - components: - - type: Transform - pos: -53.44769,40.611694 - parent: 12 - uid: 26224 components: - type: Transform @@ -150845,10 +166777,10 @@ entities: - type: Transform pos: -11.468502,-43.455402 parent: 12 - - uid: 28245 + - uid: 31161 components: - type: Transform - pos: -43.62811,-22.188202 + pos: -11.5,-71.5 parent: 12 - uid: 31323 components: @@ -150867,7 +166799,7 @@ entities: - uid: 30494 components: - type: Transform - pos: -19.515518,-47.45431 + pos: -19.70692,-47.467968 parent: 12 - proto: MedkitRadiationFilled entities: @@ -150876,16 +166808,6 @@ entities: - type: Transform pos: 3.3725653,-32.354176 parent: 12 - - uid: 6777 - components: - - type: Transform - pos: 28.47894,-15.335911 - parent: 12 - - uid: 28246 - components: - - type: Transform - pos: -43.40936,-22.360077 - parent: 12 - proto: MedkitToxinFilled entities: - uid: 8893 @@ -150931,42 +166853,20 @@ entities: - type: Transform pos: 34.209034,45.799026 parent: 12 -- proto: MindShieldImplanter +- proto: MinimoogInstrument entities: - - uid: 950 - components: - - type: Transform - parent: 19457 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 952 - components: - - type: Transform - parent: 19457 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 954 - components: - - type: Transform - parent: 19457 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: MineralScannerEmpty - entities: - - uid: 12123 + - uid: 2078 components: - type: Transform - pos: 55.275024,-33.52875 + rot: 1.5707963267948966 rad + pos: -48.5,76.5 parent: 12 - proto: MiningDrill entities: - uid: 32188 components: - type: Transform - pos: -63.506554,-50.71072 + pos: -50.514328,-53.502277 parent: 12 - proto: Mirror entities: @@ -150990,20 +166890,8 @@ entities: - type: Transform pos: -12.5,52.5 parent: 12 -- proto: ModularReceiver - entities: - - uid: 19823 - components: - - type: Transform - pos: 51.5,-3.5 - parent: 12 - proto: MonkeyCubeWrapped entities: - - uid: 19619 - components: - - type: Transform - pos: -22.51786,53.46946 - parent: 12 - uid: 21391 components: - type: Transform @@ -151016,11 +166904,6 @@ entities: parent: 12 - proto: MopBucket entities: - - uid: 25384 - components: - - type: Transform - pos: 36.5,-32.5 - parent: 12 - uid: 28404 components: - type: Transform @@ -151035,12 +166918,6 @@ entities: parent: 12 - proto: MopItem entities: - - uid: 8427 - components: - - type: Transform - rot: -12.566370614359172 rad - pos: 37.37422,-32.282562 - parent: 12 - uid: 12262 components: - type: Transform @@ -151069,66 +166946,53 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-40.5 parent: 12 - - uid: 4260 + - uid: 9395 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-40.5 + pos: -21.5,-27.5 parent: 12 - - uid: 4570 + - uid: 10736 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-41.5 parent: 12 - - uid: 5042 + - uid: 10737 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-40.5 + parent: 12 + - uid: 10738 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-40.5 parent: 12 - - uid: 5709 + - uid: 10939 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 6.5,-44.5 + parent: 12 + - uid: 11000 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-43.5 parent: 12 - - uid: 6747 + - uid: 11001 components: - type: Transform rot: -1.5707963267948966 rad - pos: 6.5,-41.5 + pos: 6.5,-43.5 parent: 12 - - uid: 9395 + - uid: 11220 components: - type: Transform - pos: -21.5,-27.5 + rot: -1.5707963267948966 rad + pos: 6.5,-41.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 19016 - uid: 12394 components: - type: Transform @@ -151147,24 +167011,6 @@ entities: rot: 3.141592653589793 rad pos: -48.5,54.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 24472 components: - type: Transform @@ -151189,24 +167035,12 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,-43.5 parent: 12 - - uid: 26149 + - uid: 31077 components: - type: Transform rot: -1.5707963267948966 rad pos: 4.5,-44.5 parent: 12 - - uid: 26150 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-43.5 - parent: 12 - - uid: 26152 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-44.5 - parent: 12 - proto: MouseTimedSpawner entities: - uid: 890 @@ -151236,11 +167070,6 @@ entities: - type: Transform pos: -32.59243,-21.422949 parent: 12 - - uid: 5914 - components: - - type: Transform - pos: 33.771404,-18.223875 - parent: 12 - uid: 5915 components: - type: Transform @@ -151251,15 +167080,10 @@ entities: - type: Transform pos: 43.0754,-32.38356 parent: 12 - - uid: 9244 - components: - - type: Transform - pos: 43.055523,-37.383503 - parent: 12 - uid: 17609 components: - type: Transform - pos: -53.05072,29.052458 + pos: -51.23872,29.37216 parent: 12 - uid: 23674 components: @@ -151274,8 +167098,7 @@ entities: - uid: 29744 components: - type: Transform - rot: -12.566370614359172 rad - pos: 16.434547,-15.449873 + pos: 19.76947,-18.21868 parent: 12 - proto: MysteryFigureBox entities: @@ -151301,11 +167124,13 @@ entities: parent: 12 - proto: NetworkConfigurator entities: - - uid: 29042 + - uid: 4916 components: - type: Transform - pos: -40.196083,56.75963 - parent: 12 + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: NewsReaderCartridge entities: - uid: 15798 @@ -151320,20 +167145,20 @@ entities: - type: Transform pos: 55.5,9.5 parent: 12 - - uid: 704 + - uid: 2684 components: - type: Transform - pos: -54.5,-32.5 + pos: -53.5,-29.5 parent: 12 - - uid: 5639 + - uid: 2865 components: - type: Transform - pos: 26.5,11.5 + pos: -30.5,-14.5 parent: 12 - - uid: 6197 + - uid: 5639 components: - type: Transform - pos: 33.5,-42.5 + pos: 26.5,11.5 parent: 12 - uid: 8862 components: @@ -151345,29 +167170,21 @@ entities: - type: Transform pos: 25.5,12.5 parent: 12 - - uid: 12122 + - uid: 10342 components: - type: Transform - pos: 39.5,25.5 + pos: -59.5,-33.5 parent: 12 - - uid: 13844 + - uid: 12122 components: - type: Transform - anchored: True - pos: 1.5,70.5 + pos: 39.5,25.5 parent: 12 - - type: Physics - bodyType: Static - uid: 18104 components: - type: Transform pos: -47.5,40.5 parent: 12 - - uid: 20830 - components: - - type: Transform - pos: -20.5,62.5 - parent: 12 - uid: 21501 components: - type: Transform @@ -151383,11 +167200,6 @@ entities: - type: Transform pos: 25.5,11.5 parent: 12 - - uid: 22708 - components: - - type: Transform - pos: -55.5,-35.5 - parent: 12 - uid: 23132 components: - type: Transform @@ -151403,6 +167215,11 @@ entities: - type: Transform pos: -3.5,67.5 parent: 12 + - uid: 25349 + components: + - type: Transform + pos: -20.5,63.5 + parent: 12 - uid: 26386 components: - type: Transform @@ -151418,38 +167235,33 @@ entities: - type: Transform pos: 4.5,-20.5 parent: 12 - - uid: 26875 + - uid: 28709 components: - type: Transform - pos: -27.5,73.5 + pos: 34.5,-52.5 parent: 12 - uid: 29291 components: - type: Transform pos: -27.5,60.5 parent: 12 - - uid: 30706 + - uid: 29429 components: - type: Transform - pos: -15.5,-60.5 + pos: 4.5,-52.5 parent: 12 - - uid: 31445 + - uid: 29990 components: - type: Transform - pos: 4.5,-55.5 + pos: -48.5,52.5 parent: 12 - - uid: 31694 + - uid: 30706 components: - type: Transform - pos: -60.5,-30.5 + pos: -15.5,-60.5 parent: 12 - proto: NitrogenTankFilled entities: - - uid: 19265 - components: - - type: Transform - pos: 55.662266,-34.59952 - parent: 12 - uid: 23718 components: - type: Transform @@ -151469,19 +167281,6 @@ entities: actions: !type:Container ents: - 30712 - - uid: 32029 - components: - - type: Transform - pos: 5.51879,70.4472 - parent: 12 - - type: GasTank - toggleActionEntity: 32030 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 32030 - proto: NitrousOxideCanister entities: - uid: 26685 @@ -151533,11 +167332,6 @@ entities: actions: !type:Container ents: - 11199 - - uid: 30394 - components: - - type: Transform - pos: -43.97292,-50.42218 - parent: 12 - uid: 30710 components: - type: Transform @@ -151554,6 +167348,13 @@ entities: - 31737 - proto: NodeScanner entities: + - uid: 9567 + components: + - type: Transform + parent: 9298 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 32092 components: - type: Transform @@ -151597,8 +167398,7 @@ entities: - uid: 28854 components: - type: Transform - rot: -12.566370614359172 rad - pos: 2.3989635,-1.1252534 + pos: -2.6434512,-0.42511737 parent: 12 - proto: NuclearBomb entities: @@ -151610,10 +167410,10 @@ entities: parent: 12 - proto: NuclearBombKeg entities: - - uid: 23703 + - uid: 29046 components: - type: Transform - pos: -53.5,70.5 + pos: -54.5,70.5 parent: 12 - proto: NutimovCircuitBoard entities: @@ -151635,6 +167435,11 @@ entities: - type: Transform pos: -10.5,-62.5 parent: 12 + - uid: 5263 + components: + - type: Transform + pos: -24.5,54.5 + parent: 12 - uid: 9439 components: - type: Transform @@ -151662,22 +167467,18 @@ entities: - type: Transform pos: 75.5,-37.5 parent: 12 -- proto: OreProcessorIndustrial - entities: - - uid: 11356 + - uid: 22823 components: - type: Transform - pos: 56.5,-25.5 + pos: 76.5,-36.5 parent: 12 -- proto: OrganDwarfStomach +- proto: OreProcessorIndustrial entities: - - uid: 963 + - uid: 26113 components: - type: Transform - parent: 1844 - - type: Physics - canCollide: False - - type: InsideEntityStorage + pos: 56.5,-25.5 + parent: 12 - proto: OxygenCanister entities: - uid: 94 @@ -151685,10 +167486,10 @@ entities: - type: Transform pos: 38.5,6.5 parent: 12 - - uid: 454 + - uid: 149 components: - type: Transform - pos: -20.5,61.5 + pos: 14.5,12.5 parent: 12 - uid: 755 components: @@ -151700,10 +167501,10 @@ entities: - type: Transform pos: 27.5,11.5 parent: 12 - - uid: 6679 + - uid: 5404 components: - type: Transform - pos: 33.5,-43.5 + pos: -30.5,-13.5 parent: 12 - uid: 7125 components: @@ -151725,11 +167526,6 @@ entities: - type: Transform pos: 81.5,-32.5 parent: 12 - - uid: 10631 - components: - - type: Transform - pos: 13.5,12.5 - parent: 12 - uid: 16456 components: - type: Transform @@ -151765,6 +167561,11 @@ entities: - type: Transform pos: -2.5,67.5 parent: 12 + - uid: 25348 + components: + - type: Transform + pos: -20.5,62.5 + parent: 12 - uid: 26385 components: - type: Transform @@ -151785,53 +167586,38 @@ entities: - type: Transform pos: 27.5,12.5 parent: 12 - - uid: 26877 - components: - - type: Transform - pos: -29.5,73.5 - parent: 12 - - uid: 26881 + - uid: 26960 components: - type: Transform - pos: -25.5,-63.5 + pos: 34.5,-53.5 parent: 12 - - uid: 27448 + - uid: 27022 components: - type: Transform - pos: -56.5,-35.5 + pos: -59.5,-32.5 parent: 12 - uid: 29290 components: - type: Transform pos: -27.5,61.5 parent: 12 - - uid: 29316 - components: - - type: Transform - pos: -51.5,60.5 - parent: 12 - - uid: 30707 + - uid: 29427 components: - type: Transform - pos: -15.5,-61.5 + pos: 4.5,-51.5 parent: 12 - - uid: 31446 + - uid: 29991 components: - type: Transform - pos: 4.5,-54.5 + pos: -51.5,59.5 parent: 12 - - uid: 31696 + - uid: 30707 components: - type: Transform - pos: -60.5,-18.5 + pos: -15.5,-61.5 parent: 12 - proto: OxygenTankFilled entities: - - uid: 6245 - components: - - type: Transform - pos: 55.258656,-34.617867 - parent: 12 - uid: 23717 components: - type: Transform @@ -151868,10 +167654,9 @@ entities: parent: 12 - proto: PaintingAmogusTriptych entities: - - uid: 31360 + - uid: 6210 components: - type: Transform - rot: -1.5707963267948966 rad pos: -35.5,-16.5 parent: 12 - proto: PaintingCafeTerraceAtNight @@ -151911,18 +167696,14 @@ entities: parent: 12 - proto: PaintingTheSonOfMan entities: - - uid: 5160 + - uid: 26944 components: - type: Transform - pos: -57.5,-12.5 + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 parent: 12 - proto: Paper entities: - - uid: 210 - components: - - type: Transform - pos: -51.61322,28.500374 - parent: 12 - uid: 3493 components: - type: Transform @@ -151961,16 +167742,6 @@ entities: - type: Transform pos: 54.333927,24.618994 parent: 12 - - uid: 22373 - components: - - type: Transform - pos: -54.349392,40.754063 - parent: 12 - - uid: 22721 - components: - - type: Transform - pos: -54.583767,40.847813 - parent: 12 - uid: 26645 components: - type: Transform @@ -151998,55 +167769,21 @@ entities: - Make sure the emitters are not shooting at the tesla coils or grounding rods - [bold]WEAR INSULATED GLOVES WHEN WORKING ON THE TESLA!!![/bold] - - uid: 28223 - components: - - type: Transform - pos: -35.473957,25.415415 - parent: 12 - - uid: 28224 - components: - - type: Transform - pos: -35.630207,25.602915 - parent: 12 - - uid: 29141 - components: - - type: Transform - pos: -31.489582,19.696665 - parent: 12 - - uid: 29142 - components: - - type: Transform - pos: -31.380207,19.46229 - parent: 12 - - uid: 29143 - components: - - type: Transform - pos: -31.536457,19.571665 - parent: 12 - - uid: 29144 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.958332,17.74354 - parent: 12 - - uid: 29145 + - uid: 29006 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.661457,19.790415 + pos: -45.5,61.5 parent: 12 - - uid: 29146 + - uid: 29070 components: - type: Transform - pos: -35.317707,19.665415 + pos: -42.5,61.5 parent: 12 - - uid: 29523 + - uid: 29486 components: - type: Transform - pos: -54.39481,61.834904 + pos: -48.5,61.5 parent: 12 - - type: Paper - content: Говорит капитан R.E.X.... я в данный момент окружён НФСД, скрываюсь на станции...надеюсь меня не поймают...все свои деньги спрятал в 1 горшке на ринге... - uid: 29970 components: - type: Transform @@ -152265,11 +168002,6 @@ entities: - type: Transform pos: 7.5,56.5 parent: 12 - - uid: 31258 - components: - - type: Transform - pos: 6.5,-38.5 - parent: 12 - proto: PaperBin20 entities: - uid: 2111 @@ -152495,23 +168227,32 @@ entities: - type: Transform pos: 35.5,-17.5 parent: 12 - - uid: 8435 - components: - - type: Transform - rot: -43.98229715025713 rad - pos: 61.374832,-3.3119311 - parent: 12 - uid: 8436 components: - type: Transform - rot: -43.98229715025713 rad - pos: 61.708168,-3.4995613 + pos: 62.479317,0.5426928 parent: 12 - uid: 16482 components: - type: Transform pos: -8.548462,5.6872296 parent: 12 + - uid: 24321 + components: + - type: Transform + pos: 61.511738,0.5318135 + parent: 12 + - uid: 25200 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: 59.62378,12.4487915 + parent: 12 + - uid: 27059 + components: + - type: Transform + pos: 61.65307,0.4937364 + parent: 12 - proto: Pen entities: - uid: 1841 @@ -152618,7 +168359,7 @@ entities: - uid: 13335 components: - type: Transform - pos: 56.52551,36.441574 + pos: 56.98374,36.64035 parent: 12 - uid: 13622 components: @@ -152740,27 +168481,6 @@ entities: - type: Transform pos: -13.491534,-1.3459735 parent: 12 -- proto: PepperSprayBottleBlue - entities: - - uid: 28973 - components: - - type: Transform - pos: -36.741795,42.827415 - parent: 12 -- proto: PepperSprayBottleGreen - entities: - - uid: 28974 - components: - - type: Transform - pos: -36.63242,42.639915 - parent: 12 -- proto: PepperSprayBottleRed - entities: - - uid: 28975 - components: - - type: Transform - pos: -36.53867,42.81179 - parent: 12 - proto: PersonalAI entities: - uid: 30420 @@ -152768,21 +168488,6 @@ entities: - type: Transform pos: -13.388701,73.01164 parent: 12 - - type: Actions - actions: - - 19255 - - 19344 - - 19357 - - 19358 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 19255 - - 19344 - - 19357 - - 19358 - proto: PetCarrier entities: - uid: 31484 @@ -152802,13 +168507,6 @@ entities: - type: Transform pos: -53.353302,28.767994 parent: 12 -- proto: PhoneInstrumentSyndicate - entities: - - uid: 31840 - components: - - type: Transform - pos: -49.16036,-14.597464 - parent: 12 - proto: Pickaxe entities: - uid: 5757 @@ -152883,11 +168581,6 @@ entities: - type: Transform pos: 30.486954,40.50585 parent: 12 - - uid: 14983 - components: - - type: Transform - pos: 30.387802,28.414244 - parent: 12 - proto: PillDexalin entities: - uid: 3538 @@ -152951,6 +168644,17 @@ entities: - type: Transform pos: -23.507654,-58.359375 parent: 12 + - uid: 30032 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -53.225544,54.748913 + parent: 12 + - uid: 30033 + components: + - type: Transform + pos: -53.67503,54.401253 + parent: 12 - proto: PillTricordrazine entities: - uid: 3197 @@ -153014,6 +168718,11 @@ entities: - type: Transform pos: 24.5,-6.5 parent: 12 + - uid: 12047 + components: + - type: Transform + pos: 13.5,12.5 + parent: 12 - uid: 25479 components: - type: Transform @@ -153029,25 +168738,6 @@ entities: - type: Transform pos: 27.5,8.5 parent: 12 -- proto: PlasmaReinforcedWindowDirectional - entities: - - uid: 19882 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,68.5 - parent: 12 - - uid: 20777 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,67.5 - parent: 12 - - uid: 32355 - components: - - type: Transform - pos: -37.5,67.5 - parent: 12 - proto: PlasticFlapsAirtightClear entities: - uid: 7764 @@ -153119,6 +168809,16 @@ entities: - type: Transform pos: 35.5,16.5 parent: 12 + - uid: 29629 + components: + - type: Transform + pos: -29.5,76.5 + parent: 12 + - uid: 29630 + components: + - type: Transform + pos: -27.5,76.5 + parent: 12 - proto: PlayerStationAi entities: - uid: 9471 @@ -153190,6 +168890,14 @@ entities: - type: Transform pos: 56.5,61.5 parent: 12 +- proto: PlushieLamp + entities: + - uid: 24494 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: 36.280617,-46.363327 + parent: 12 - proto: PlushieLizard entities: - uid: 14195 @@ -153216,14 +168924,6 @@ entities: rot: -12.566370614359172 rad pos: -11.731569,-12.627775 parent: 12 -- proto: PlushieRatvar - entities: - - uid: 11397 - components: - - type: Transform - rot: -62.83185307179591 rad - pos: -64.51839,-52.561867 - parent: 12 - proto: PlushieSharkBlue entities: - uid: 4060 @@ -153246,12 +168946,6 @@ entities: parent: 12 - proto: PlushieVox entities: - - uid: 21518 - components: - - type: Transform - rot: -69.11503837897548 rad - pos: 5.5657253,68.54918 - parent: 12 - uid: 32098 components: - type: Transform @@ -153269,13 +168963,33 @@ entities: - type: Transform pos: -41.5,38.5 parent: 12 -- proto: PortableGeneratorJrPacman - entities: - - uid: 149 + - uid: 27451 components: - type: Transform - pos: 2.5,-23.5 + pos: -34.5,68.5 parent: 12 + - uid: 28170 + components: + - type: Transform + pos: -37.5,62.5 + parent: 12 + - uid: 28171 + components: + - type: Transform + pos: -32.5,62.5 + parent: 12 + - uid: 32274 + components: + - type: Transform + pos: -25.5,60.5 + parent: 12 + - uid: 32275 + components: + - type: Transform + pos: -28.5,69.5 + parent: 12 +- proto: PortableGeneratorJrPacman + entities: - uid: 2978 components: - type: Transform @@ -153286,10 +169000,10 @@ entities: - type: Transform pos: 37.5,-18.5 parent: 12 - - uid: 5250 + - uid: 6970 components: - type: Transform - pos: 42.5,-39.5 + pos: -55.5,-37.5 parent: 12 - uid: 11324 components: @@ -153301,35 +169015,30 @@ entities: - type: Transform pos: 40.5,10.5 parent: 12 - - uid: 17963 - components: - - type: Transform - pos: 40.5,25.5 - parent: 12 - - uid: 26163 + - uid: 12332 components: - type: Transform - pos: 15.5,-19.5 + pos: -7.5,-16.5 parent: 12 - - uid: 26506 + - uid: 17963 components: - type: Transform - pos: -35.5,-10.5 + pos: 40.5,25.5 parent: 12 - - uid: 26951 + - uid: 17964 components: - type: Transform - pos: -19.5,71.5 + pos: -19.5,73.5 parent: 12 - - uid: 27837 + - uid: 26163 components: - type: Transform - pos: -57.5,-35.5 + pos: 15.5,-19.5 parent: 12 - - uid: 28146 + - uid: 26506 components: - type: Transform - pos: -7.5,-16.5 + pos: -35.5,-10.5 parent: 12 - uid: 28278 components: @@ -153339,19 +169048,11 @@ entities: parent: 12 - type: Physics bodyType: Static - - uid: 31448 - components: - - type: Transform - pos: 4.5,-52.5 - parent: 12 - - uid: 32132 + - uid: 29345 components: - type: Transform - anchored: True - pos: -61.5,-55.5 + pos: 3.5,-47.5 parent: 12 - - type: Physics - bodyType: Static - proto: PortableGeneratorJrPacmanMachineCircuitboard entities: - uid: 5347 @@ -153369,14 +169070,28 @@ entities: parent: 12 - type: Physics bodyType: Static - - uid: 8799 + - uid: 2419 components: - type: Transform anchored: True - pos: 40.5,4.5 + pos: 40.5,1.5 parent: 12 - type: Physics bodyType: Static + - uid: 25388 + components: + - type: Transform + pos: 62.5,9.5 + parent: 12 + - type: PowerSupplier + voltage: Medium + - type: PowerSwitchable + activeIndex: 1 + - uid: 32290 + components: + - type: Transform + pos: -51.5,-38.5 + parent: 12 - proto: PortableGeneratorSuperPacman entities: - uid: 2465 @@ -153424,11 +169139,6 @@ entities: - type: Transform pos: -11.5,24.5 parent: 12 - - uid: 16586 - components: - - type: Transform - pos: 26.5,-14.5 - parent: 12 - uid: 18161 components: - type: Transform @@ -153464,30 +169174,6 @@ entities: - type: Transform pos: 24.5,-14.5 parent: 12 -- proto: PortableSurveillanceCameraMonitorUnpowered - entities: - - uid: 19344 - components: - - type: Transform - parent: 30420 - - type: ActivatableUI - requireActiveHand: False - requiresComplex: False - - type: DeviceNetwork - address: 00C1-3EC4 - transmitFrequency: 1926 - receiveFrequency: 1926 - - type: Physics - canCollide: False - - type: InstantAction - icon: - entity: PortableSurveillanceCameraMonitorUnpowered - originalIconColor: '#FFFFFFFF' - keywords: [] - container: 30420 - checkCanInteract: False - attachedEntity: 30420 - event: !type:InnateInstantActionEvent {} - proto: PosterBroken entities: - uid: 12228 @@ -153523,18 +169209,6 @@ entities: - type: Transform pos: -3.5,-64.5 parent: 12 - - uid: 32145 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-55.5 - parent: 12 - - uid: 32146 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-58.5 - parent: 12 - proto: PosterContrabandAtmosiaDeclarationIndependence entities: - uid: 23 @@ -153542,25 +169216,19 @@ entities: - type: Transform pos: 25.5,4.5 parent: 12 -- proto: PosterContrabandBountyHunters +- proto: PosterContrabandBorgFancyv2 entities: - - uid: 29221 - components: - - type: Transform - pos: -51.5,64.5 - parent: 12 - - uid: 30271 + - uid: 5313 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,33.5 + pos: -40.5,-17.5 parent: 12 - proto: PosterContrabandC20r entities: - - uid: 19414 + - uid: 28267 components: - type: Transform - pos: -51.5,-14.5 + pos: -47.5,-13.5 parent: 12 - proto: PosterContrabandClown entities: @@ -153593,36 +169261,29 @@ entities: parent: 12 - proto: PosterContrabandEnlistGorlex entities: - - uid: 1613 - components: - - type: Transform - pos: -47.5,-14.5 - parent: 12 -- proto: PosterContrabandFreeSyndicateEncryptionKey - entities: - - uid: 28317 + - uid: 28268 components: - type: Transform - pos: -42.5,-15.5 + pos: -51.5,-14.5 parent: 12 - proto: PosterContrabandGreyTide entities: - - uid: 29485 + - uid: 29627 components: - type: Transform - pos: -36.5,79.5 + pos: -37.5,80.5 parent: 12 - proto: PosterContrabandHackingGuide entities: - - uid: 28717 + - uid: 2907 components: - type: Transform - pos: 59.5,0.5 + pos: 61.5,-0.5 parent: 12 - - uid: 29486 + - uid: 29139 components: - type: Transform - pos: -34.5,78.5 + pos: -35.5,79.5 parent: 12 - proto: PosterContrabandHighEffectEngineering entities: @@ -153646,30 +169307,22 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-25.5 parent: 12 -- proto: PosterContrabandLustyExomorph - entities: - - uid: 21929 - components: - - type: Transform - pos: -39.5,64.5 - parent: 12 - proto: PosterContrabandMissingGloves entities: - - uid: 5273 + - uid: 10404 components: - type: Transform - pos: -37.5,74.5 + pos: -26.5,-14.5 parent: 12 - - uid: 10404 + - uid: 29066 components: - type: Transform - pos: -26.5,-14.5 + pos: -52.5,59.5 parent: 12 - - uid: 29315 + - uid: 29140 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,60.5 + pos: -38.5,75.5 parent: 12 - proto: PosterContrabandMissingSpacepen entities: @@ -153681,11 +169334,6 @@ entities: parent: 12 - proto: PosterContrabandPunchShit entities: - - uid: 29499 - components: - - type: Transform - pos: -39.5,73.5 - parent: 12 - uid: 31343 components: - type: Transform @@ -153707,10 +169355,10 @@ entities: parent: 12 - proto: PosterContrabandRise entities: - - uid: 2640 + - uid: 27714 components: - type: Transform - pos: -38.5,78.5 + pos: -39.5,79.5 parent: 12 - proto: PosterContrabandSpaceUp entities: @@ -153719,19 +169367,12 @@ entities: - type: Transform pos: -17.5,59.5 parent: 12 -- proto: PosterContrabandSyndicateRecruitment +- proto: PosterContrabandSyndicatePistol entities: - - uid: 1168 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,8.5 - parent: 12 - - uid: 32344 + - uid: 29036 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,-18.5 + pos: -28.5,76.5 parent: 12 - proto: PosterContrabandTools entities: @@ -153747,19 +169388,17 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,46.5 parent: 12 -- proto: PosterContrabandWehWatches - entities: - - uid: 11523 + - uid: 29310 components: - type: Transform - pos: -13.5,64.5 + pos: -36.5,75.5 parent: 12 -- proto: PosterLegitAnatomyPoster +- proto: PosterContrabandWehWatches entities: - - uid: 30927 + - uid: 11523 components: - type: Transform - pos: -41.5,-45.5 + pos: -13.5,64.5 parent: 12 - proto: PosterLegitCleanliness entities: @@ -153771,6 +169410,11 @@ entities: parent: 12 - proto: PosterLegitCohibaRobustoAd entities: + - uid: 19645 + components: + - type: Transform + pos: -58.5,-16.5 + parent: 12 - uid: 30238 components: - type: Transform @@ -153778,10 +169422,10 @@ entities: parent: 12 - proto: PosterLegitDickGumshue entities: - - uid: 212 + - uid: 25412 components: - type: Transform - pos: -56.5,64.5 + pos: -56.5,63.5 parent: 12 - proto: PosterLegitFoamForceAd entities: @@ -153805,6 +169449,13 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,65.5 parent: 12 +- proto: PosterLegitHighClassMartini + entities: + - uid: 28794 + components: + - type: Transform + pos: 36.5,-45.5 + parent: 12 - proto: PosterLegitIan entities: - uid: 30229 @@ -153812,6 +169463,13 @@ entities: - type: Transform pos: -5.5,59.5 parent: 12 +- proto: PosterLegitIonRifle + entities: + - uid: 22355 + components: + - type: Transform + pos: -33.5,69.5 + parent: 12 - proto: PosterLegitMime entities: - uid: 22722 @@ -153877,10 +169535,11 @@ entities: - type: Transform pos: -25.5,-10.5 parent: 12 - - uid: 9144 + - uid: 11304 components: - type: Transform - pos: 29.5,-15.5 + rot: 1.5707963267948966 rad + pos: 28.5,-14.5 parent: 12 - uid: 22542 components: @@ -153915,10 +169574,10 @@ entities: - type: Transform pos: -41.5,-40.5 parent: 12 - - uid: 30967 + - uid: 19182 components: - type: Transform - pos: -46.5,-46.5 + pos: 47.5,61.5 parent: 12 - proto: PosterLegitSecWatch entities: @@ -153939,12 +169598,18 @@ entities: - uid: 31468 components: - type: Transform - pos: 5.453477,-62.436275 + pos: 6.5320144,-61.325264 + parent: 12 + - uid: 31469 + components: + - type: Transform + pos: 5.5015607,-62.495205 parent: 12 - uid: 31470 components: - type: Transform - pos: 6.5,-59.5 + rot: 4.440892098500626E-16 rad + pos: 6.508507,-59.615746 parent: 12 - proto: PottedPlant1 entities: @@ -153953,13 +169618,6 @@ entities: - type: Transform pos: -6.5,71.5 parent: 12 -- proto: PottedPlant14 - entities: - - uid: 5476 - components: - - type: Transform - pos: 27.5,-20.5 - parent: 12 - proto: PottedPlant2 entities: - uid: 4059 @@ -153982,19 +169640,6 @@ entities: - type: Transform pos: -41.5,25.5 parent: 12 -- proto: PottedPlant23 - entities: - - uid: 29526 - components: - - type: Transform - pos: -52.5,68.5 - parent: 12 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 29527 - proto: PottedPlant27 entities: - uid: 2530 @@ -154120,6 +169765,11 @@ entities: - type: Transform pos: -16.5,47.5 parent: 12 + - uid: 21408 + components: + - type: Transform + pos: -36.5,44.5 + parent: 12 - uid: 21476 components: - type: Transform @@ -154225,11 +169875,6 @@ entities: - type: Transform pos: 52.5,59.5 parent: 12 - - uid: 24085 - components: - - type: Transform - pos: 48.5,59.5 - parent: 12 - uid: 24114 components: - type: Transform @@ -154314,42 +169959,13 @@ entities: - type: Transform pos: -35.5,-19.5 parent: 12 -- proto: PowerCageMediumEmpty - entities: - - uid: 32321 - components: - - type: Transform - parent: 32348 - - type: Physics - canCollide: False - proto: PowerCageRecharger entities: - - uid: 32348 + - uid: 27395 components: - type: Transform pos: -26.5,-29.5 parent: 12 - - type: ContainerContainer - containers: - charger_slot: !type:ContainerSlot - showEnts: False - occludes: True - ent: 32321 - machine_board: !type:Container - showEnts: False - occludes: True - ents: [] - machine_parts: !type:Container - showEnts: False - occludes: True - ents: [] -- proto: PowerCellHigh - entities: - - uid: 14912 - components: - - type: Transform - pos: -41.490498,47.42292 - parent: 12 - proto: PowerCellMedium entities: - uid: 16465 @@ -154459,11 +170075,6 @@ entities: - type: Transform pos: 44.5,-32.5 parent: 12 - - uid: 9233 - components: - - type: Transform - pos: 43.5,-39.5 - parent: 12 - uid: 9814 components: - type: Transform @@ -154579,22 +170190,6 @@ entities: - type: Transform pos: 1.5,-0.5 parent: 12 -- proto: PowerCellRobotTool - entities: - - uid: 19359 - components: - - type: Transform - parent: 19358 - - type: SolutionContainerManager - solutions: null - containers: - - battery - - type: Physics - canCollide: False - - type: ContainerContainer - containers: - solution@battery: !type:ContainerSlot - ent: 19360 - proto: PowerCellSmall entities: - uid: 4196 @@ -154603,16 +170198,6 @@ entities: rot: -56.54866776461632 rad pos: -9.513435,-49.592167 parent: 12 - - uid: 4481 - components: - - type: Transform - pos: 10.430595,-16.35749 - parent: 12 - - uid: 4525 - components: - - type: Transform - pos: 10.601824,-16.4962 - parent: 12 - uid: 31574 components: - type: Transform @@ -154635,192 +170220,120 @@ entities: parent: 12 - proto: PoweredDimSmallLight entities: - - uid: 17850 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -54.5,40.5 - parent: 12 - - uid: 20840 + - uid: 2424 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-35.5 - parent: 12 - - uid: 21408 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,7.5 - parent: 12 - - uid: 22061 - components: - - type: Transform - pos: 39.5,63.5 + pos: -24.5,-16.5 parent: 12 - - uid: 22205 + - uid: 2855 components: - type: Transform rot: 1.5707963267948966 rad - pos: 1.5,-19.5 - parent: 12 - - uid: 22207 - components: - - type: Transform - pos: -52.5,-46.5 - parent: 12 - - uid: 23570 - components: - - type: Transform - pos: 42.5,64.5 + pos: 5.5,-47.5 parent: 12 - - uid: 23935 + - uid: 4980 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,49.5 + pos: 43.5,62.5 parent: 12 - - uid: 25586 + - uid: 5881 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -25.5,54.5 + rot: 3.141592653589793 rad + pos: 39.5,-23.5 parent: 12 - - uid: 26829 + - uid: 8827 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,-24.5 + pos: 51.5,24.5 parent: 12 - - uid: 26852 + - uid: 12078 components: - type: Transform - pos: -1.5,-61.5 + rot: -1.5707963267948966 rad + pos: -58.5,-24.5 parent: 12 - - uid: 28071 + - uid: 12163 components: - type: Transform rot: 1.5707963267948966 rad - pos: 7.5,-3.5 + pos: 28.5,23.5 parent: 12 - - uid: 28075 + - uid: 12922 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-4.5 + pos: -53.5,61.5 parent: 12 - - uid: 28458 + - uid: 12923 components: - type: Transform - pos: -22.5,59.5 + pos: -28.5,75.5 parent: 12 - - uid: 28689 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,13.5 - parent: 12 - - uid: 30301 + - uid: 12925 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,56.5 + pos: 38.5,6.5 parent: 12 - - uid: 32315 + - uid: 12944 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,41.5 + pos: 32.5,16.5 parent: 12 - - uid: 32318 + - uid: 14912 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,72.5 + rot: 3.141592653589793 rad + pos: -30.5,-59.5 parent: 12 - - uid: 32319 + - uid: 16796 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 + pos: -13.5,-68.5 parent: 12 - - uid: 32320 + - uid: 16843 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,11.5 - parent: 12 - - uid: 32330 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,15.5 - parent: 12 - - uid: 32331 - components: - - type: Transform - pos: 48.5,27.5 + pos: 44.5,-15.5 parent: 12 - - uid: 32332 + - uid: 21083 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,62.5 - parent: 12 - - uid: 32333 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,61.5 - parent: 12 - - uid: 32336 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -7.5,30.5 + pos: -53.5,57.5 parent: 12 - - uid: 32337 + - uid: 32026 components: - type: Transform rot: 1.5707963267948966 rad - pos: -7.5,22.5 - parent: 12 - - uid: 32338 - components: - - type: Transform - pos: -3.5,22.5 - parent: 12 - - uid: 32339 - components: - - type: Transform - pos: -55.5,-39.5 + pos: -49.5,40.5 parent: 12 - - uid: 32340 + - uid: 32138 components: - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,16.5 + rot: -1.5707963267948966 rad + pos: -44.5,44.5 parent: 12 - - uid: 32341 + - uid: 32139 components: - type: Transform rot: 1.5707963267948966 rad - pos: -53.5,-43.5 + pos: -49.5,44.5 parent: 12 - - uid: 32342 +- proto: Poweredlight + entities: + - uid: 17 components: - type: Transform rot: 1.5707963267948966 rad - pos: -16.5,-67.5 - parent: 12 - - uid: 32343 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-35.5 + pos: 40.5,-30.5 parent: 12 -- proto: Poweredlight - entities: - uid: 111 components: - type: Transform @@ -154884,6 +170397,11 @@ entities: rot: -1.5707963267948966 rad pos: -45.5,-21.5 parent: 12 + - uid: 1973 + components: + - type: Transform + pos: -42.5,-19.5 + parent: 12 - uid: 1974 components: - type: Transform @@ -154950,16 +170468,15 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,-23.5 parent: 12 - - uid: 2326 + - uid: 2264 components: - type: Transform - pos: -26.5,-41.5 + pos: 54.5,58.5 parent: 12 - - uid: 2459 + - uid: 2326 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 13.5,13.5 + pos: -26.5,-41.5 parent: 12 - uid: 2460 components: @@ -155154,12 +170671,6 @@ entities: - type: Transform pos: 1.5,-25.5 parent: 12 - - uid: 4561 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,2.5 - parent: 12 - uid: 4562 components: - type: Transform @@ -155178,12 +170689,6 @@ entities: rot: 3.141592653589793 rad pos: 36.5,-15.5 parent: 12 - - uid: 5186 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 11.5,-16.5 - parent: 12 - uid: 5216 components: - type: Transform @@ -155287,12 +170792,24 @@ entities: rot: 3.141592653589793 rad pos: -42.5,32.5 parent: 12 + - uid: 6348 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-2.5 + parent: 12 - uid: 6668 components: - type: Transform rot: 3.141592653589793 rad pos: 30.5,-53.5 parent: 12 + - uid: 6687 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 56.5,-45.5 + parent: 12 - uid: 6698 components: - type: Transform @@ -155420,6 +170937,11 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-52.5 parent: 12 + - uid: 6789 + components: + - type: Transform + pos: 37.5,4.5 + parent: 12 - uid: 6808 components: - type: Transform @@ -155494,16 +171016,11 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,-24.5 parent: 12 - - uid: 8824 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 43.5,-32.5 - parent: 12 - uid: 8828 components: - type: Transform - pos: 45.5,-26.5 + rot: -1.5707963267948966 rad + pos: 46.5,-30.5 parent: 12 - uid: 8830 components: @@ -155630,6 +171147,18 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,42.5 parent: 12 + - uid: 9728 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,64.5 + parent: 12 + - uid: 9730 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,69.5 + parent: 12 - uid: 9758 components: - type: Transform @@ -155726,12 +171255,6 @@ entities: rot: 1.5707963267948966 rad pos: -29.5,-5.5 parent: 12 - - uid: 10393 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-2.5 - parent: 12 - uid: 10541 components: - type: Transform @@ -155773,16 +171296,23 @@ entities: rot: 1.5707963267948966 rad pos: -34.5,33.5 parent: 12 - - uid: 10908 + - uid: 11125 components: - type: Transform - pos: 35.5,4.5 + rot: -1.5707963267948966 rad + pos: -40.5,-33.5 parent: 12 - - uid: 11125 + - uid: 11128 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -12.5,74.5 + parent: 12 + - uid: 11221 components: - type: Transform rot: -1.5707963267948966 rad - pos: -40.5,-33.5 + pos: -34.5,47.5 parent: 12 - uid: 11223 components: @@ -155796,6 +171326,12 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-50.5 parent: 12 + - uid: 11796 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -33.5,57.5 + parent: 12 - uid: 12016 components: - type: Transform @@ -156350,11 +171886,6 @@ entities: rot: 1.5707963267948966 rad pos: 50.5,51.5 parent: 12 - - uid: 16843 - components: - - type: Transform - pos: 54.5,58.5 - parent: 12 - uid: 16845 components: - type: Transform @@ -156453,18 +171984,6 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,53.5 parent: 12 - - uid: 16869 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,57.5 - parent: 12 - - uid: 16870 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,55.5 - parent: 12 - uid: 16871 components: - type: Transform @@ -156512,18 +172031,6 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,65.5 parent: 12 - - uid: 17288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -49.5,20.5 - parent: 12 - - uid: 17289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,20.5 - parent: 12 - uid: 17333 components: - type: Transform @@ -156558,18 +172065,6 @@ entities: - type: Transform pos: 46.5,41.5 parent: 12 - - uid: 17532 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,64.5 - parent: 12 - - uid: 17602 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,64.5 - parent: 12 - uid: 17751 components: - type: Transform @@ -156629,18 +172124,6 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,42.5 parent: 12 - - uid: 19034 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -36.5,44.5 - parent: 12 - - uid: 19051 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,46.5 - parent: 12 - uid: 19052 components: - type: Transform @@ -156687,6 +172170,12 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,56.5 parent: 12 + - uid: 19217 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,50.5 + parent: 12 - uid: 19220 components: - type: Transform @@ -156705,12 +172194,6 @@ entities: rot: -1.5707963267948966 rad pos: -38.5,50.5 parent: 12 - - uid: 19355 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,54.5 - parent: 12 - uid: 19356 components: - type: Transform @@ -156747,6 +172230,11 @@ entities: rot: 3.141592653589793 rad pos: -10.5,71.5 parent: 12 + - uid: 19870 + components: + - type: Transform + pos: -34.5,68.5 + parent: 12 - uid: 20143 components: - type: Transform @@ -156758,6 +172246,11 @@ entities: rot: 3.141592653589793 rad pos: 25.5,5.5 parent: 12 + - uid: 20906 + components: + - type: Transform + pos: -0.5,4.5 + parent: 12 - uid: 21331 components: - type: Transform @@ -156866,6 +172359,23 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,49.5 parent: 12 + - uid: 26298 + components: + - type: Transform + pos: 45.5,-44.5 + parent: 12 + - uid: 26377 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,-49.5 + parent: 12 + - uid: 26378 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -23.5,-66.5 + parent: 12 - uid: 26408 components: - type: Transform @@ -156889,13 +172399,31 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,-11.5 parent: 12 + - uid: 26669 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 14.5,13.5 + parent: 12 - uid: 26746 components: - type: Transform rot: -1.5707963267948966 rad pos: 57.5,-5.5 parent: 12 - - uid: 26751 + - uid: 26787 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,55.5 + parent: 12 + - uid: 26850 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 8.5,-15.5 + parent: 12 + - uid: 26918 components: - type: Transform rot: -1.5707963267948966 rad @@ -156935,11 +172463,23 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,-7.5 parent: 12 - - uid: 29027 + - uid: 28825 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-19.5 + rot: -1.5707963267948966 rad + pos: -56.5,47.5 + parent: 12 + - uid: 28881 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 62.5,1.5 + parent: 12 + - uid: 29008 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 32.5,69.5 parent: 12 - uid: 29077 components: @@ -156957,18 +172497,6 @@ entities: - type: Transform pos: -33.5,-41.5 parent: 12 - - uid: 29988 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,69.5 - parent: 12 - - uid: 29989 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -23.5,64.5 - parent: 12 - uid: 30290 components: - type: Transform @@ -156979,11 +172507,16 @@ entities: - type: Transform pos: -10.5,78.5 parent: 12 - - uid: 30502 + - uid: 31027 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,60.5 + pos: -50.5,22.5 + parent: 12 + - uid: 31050 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,44.5 parent: 12 - uid: 31472 components: @@ -157008,18 +172541,6 @@ entities: - type: Transform pos: 24.5,-34.5 parent: 12 - - uid: 31706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-28.5 - parent: 12 - - uid: 31707 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-20.5 - parent: 12 - uid: 31739 components: - type: Transform @@ -157036,6 +172557,12 @@ entities: - type: Transform pos: 56.5,64.5 parent: 12 + - uid: 32173 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -54.5,40.5 + parent: 12 - proto: PoweredlightBlue entities: - uid: 9232 @@ -157044,28 +172571,23 @@ entities: rot: -1.5707963267948966 rad pos: -6.5,60.5 parent: 12 - - uid: 20906 - components: - - type: Transform - pos: -30.5,68.5 - parent: 12 - uid: 31340 components: - type: Transform rot: 1.5707963267948966 rad pos: -4.5,-67.5 parent: 12 - - uid: 32317 + - uid: 32177 components: - type: Transform - pos: -54.5,44.5 + pos: -54.5,43.5 parent: 12 - proto: PoweredlightCyan entities: - - uid: 29502 + - uid: 28985 components: - type: Transform - pos: -46.5,75.5 + pos: -47.5,75.5 parent: 12 - proto: PoweredlightEmpty entities: @@ -157083,19 +172605,19 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,62.5 parent: 12 - - uid: 29500 + - uid: 20049 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,68.5 + pos: -52.5,68.5 parent: 12 - proto: PoweredlightPink entities: - - uid: 29501 + - uid: 19378 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,74.5 + pos: -53.5,74.5 parent: 12 - proto: PoweredLightPostSmall entities: @@ -157115,24 +172637,28 @@ entities: - type: Transform pos: 26.5,90.5 parent: 12 - - uid: 19204 + - uid: 30029 components: - type: Transform - rot: -1.5707963267948966 rad pos: -20.5,76.5 parent: 12 -- proto: PoweredlightRed - entities: - - uid: 5164 + - uid: 31841 components: - type: Transform - pos: -36.5,68.5 + pos: 77.5,-2.5 parent: 12 - - uid: 29503 + - uid: 31842 + components: + - type: Transform + pos: 77.5,11.5 + parent: 12 +- proto: PoweredlightRed + entities: + - uid: 9555 components: - type: Transform rot: -1.5707963267948966 rad - pos: -45.5,69.5 + pos: -46.5,69.5 parent: 12 - uid: 31339 components: @@ -157142,30 +172668,12 @@ entities: parent: 12 - proto: PoweredSmallLight entities: - - uid: 17 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -3.5,67.5 - parent: 12 - uid: 26 components: - type: Transform rot: 1.5707963267948966 rad pos: 52.5,66.5 parent: 12 - - uid: 95 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,62.5 - parent: 12 - - uid: 276 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,68.5 - parent: 12 - uid: 646 components: - type: Transform @@ -157178,11 +172686,11 @@ entities: rot: 3.141592653589793 rad pos: -55.5,21.5 parent: 12 - - uid: 975 + - uid: 1505 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,50.5 + pos: 30.5,28.5 parent: 12 - uid: 2033 components: @@ -157195,17 +172703,11 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,-6.5 parent: 12 - - uid: 2264 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,61.5 - parent: 12 - uid: 2265 components: - type: Transform rot: 1.5707963267948966 rad - pos: -2.5,54.5 + pos: 45.5,-39.5 parent: 12 - uid: 2291 components: @@ -157213,30 +172715,12 @@ entities: rot: -1.5707963267948966 rad pos: 62.5,11.5 parent: 12 - - uid: 2739 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-31.5 - parent: 12 - - uid: 2855 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-17.5 - parent: 12 - uid: 3471 components: - type: Transform rot: 1.5707963267948966 rad pos: -8.5,-33.5 parent: 12 - - uid: 3981 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,50.5 - parent: 12 - uid: 4210 components: - type: Transform @@ -157267,12 +172751,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,-0.5 parent: 12 - - uid: 4980 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 46.5,-40.5 - parent: 12 - uid: 5045 components: - type: Transform @@ -157321,17 +172799,17 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,-4.5 parent: 12 - - uid: 5833 + - uid: 5521 components: - type: Transform rot: -1.5707963267948966 rad - pos: 25.5,-10.5 + pos: 16.5,12.5 parent: 12 - - uid: 5881 + - uid: 5833 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -28.5,-15.5 + rot: -1.5707963267948966 rad + pos: 25.5,-10.5 parent: 12 - uid: 6183 components: @@ -157339,15 +172817,17 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-28.5 parent: 12 - - uid: 6758 + - uid: 6266 components: - type: Transform - pos: 34.5,-41.5 + rot: 3.141592653589793 rad + pos: 58.5,-3.5 parent: 12 - uid: 6759 components: - type: Transform - pos: 5.5,-47.5 + rot: -1.5707963267948966 rad + pos: 35.5,29.5 parent: 12 - uid: 6834 components: @@ -157355,41 +172835,57 @@ entities: rot: 3.141592653589793 rad pos: 62.5,-26.5 parent: 12 + - uid: 7240 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 62.5,-16.5 + parent: 12 - uid: 7279 components: - type: Transform rot: -1.5707963267948966 rad pos: -42.5,56.5 parent: 12 - - uid: 8809 + - uid: 7285 components: - type: Transform - rot: 3.141592653589793 rad - pos: 82.5,-35.5 + rot: -1.5707963267948966 rad + pos: 15.5,7.5 parent: 12 - - uid: 8825 + - uid: 7431 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 49.5,-8.5 + pos: 50.5,19.5 parent: 12 - - uid: 8827 + - uid: 8420 + components: + - type: Transform + pos: 62.5,-1.5 + parent: 12 + - uid: 8809 components: - type: Transform rot: 3.141592653589793 rad - pos: 39.5,-23.5 + pos: 82.5,-35.5 parent: 12 - - uid: 8829 + - uid: 8824 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-18.5 + pos: 37.5,19.5 parent: 12 - - uid: 8836 + - uid: 8825 components: - type: Transform rot: -1.5707963267948966 rad - pos: 43.5,-38.5 + pos: 49.5,-8.5 + parent: 12 + - uid: 8829 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 33.5,36.5 parent: 12 - uid: 8838 components: @@ -157425,17 +172921,11 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-37.5 parent: 12 - - uid: 8847 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 56.5,-45.5 - parent: 12 - uid: 8850 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-7.5 + rot: 3.141592653589793 rad + pos: 49.5,62.5 parent: 12 - uid: 8925 components: @@ -157468,7 +172958,7 @@ entities: - uid: 9139 components: - type: Transform - pos: 46.5,-38.5 + pos: -50.5,-42.5 parent: 12 - uid: 9231 components: @@ -157481,29 +172971,11 @@ entities: - type: Transform pos: -3.5,65.5 parent: 12 - - uid: 9239 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,58.5 - parent: 12 - - uid: 9240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -12.5,66.5 - parent: 12 - uid: 9242 components: - type: Transform pos: -15.5,65.5 parent: 12 - - uid: 9245 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,66.5 - parent: 12 - uid: 9437 components: - type: Transform @@ -157523,26 +172995,22 @@ entities: pos: 35.5,-7.5 parent: 12 - uid: 9473 - components: - - type: Transform - pos: 2.5,68.5 - parent: 12 - - uid: 9540 components: - type: Transform rot: 1.5707963267948966 rad - pos: 60.5,-0.5 + pos: 55.5,-7.5 parent: 12 - - uid: 9548 + - uid: 9853 components: - type: Transform - pos: 16.5,12.5 + rot: 1.5707963267948966 rad + pos: 1.5,-19.5 parent: 12 - - uid: 10345 + - uid: 9907 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,-19.5 + pos: 9.5,65.5 parent: 12 - uid: 10403 components: @@ -157550,12 +173018,6 @@ entities: rot: 3.141592653589793 rad pos: -34.5,-10.5 parent: 12 - - uid: 10803 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 28.5,-17.5 - parent: 12 - uid: 10886 components: - type: Transform @@ -157568,87 +173030,46 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,35.5 parent: 12 - - uid: 11201 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 58.5,-3.5 - parent: 12 - uid: 11231 components: - type: Transform rot: 1.5707963267948966 rad pos: 57.5,11.5 parent: 12 - - uid: 11520 + - uid: 11802 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -6.5,58.5 + pos: -31.5,60.5 parent: 12 - uid: 12005 components: - type: Transform - pos: 40.5,25.5 - parent: 12 - - uid: 12078 - components: - - type: Transform - pos: 50.5,20.5 + rot: 1.5707963267948966 rad + pos: -19.5,52.5 parent: 12 - uid: 12291 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,16.5 + rot: -1.5707963267948966 rad + pos: -52.5,-14.5 parent: 12 - uid: 12710 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,9.5 + rot: 1.5707963267948966 rad + pos: -50.5,-13.5 parent: 12 - uid: 12711 components: - type: Transform pos: 38.5,-4.5 parent: 12 - - uid: 12922 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 51.5,24.5 - parent: 12 - - uid: 12923 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,27.5 - parent: 12 - - uid: 12925 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,34.5 - parent: 12 - uid: 12928 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,27.5 parent: 12 - - uid: 12933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,28.5 - parent: 12 - - uid: 12944 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 28.5,23.5 - parent: 12 - uid: 14911 components: - type: Transform @@ -157673,16 +173094,21 @@ entities: rot: 1.5707963267948966 rad pos: 39.5,53.5 parent: 12 + - uid: 15687 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 47.5,58.5 + parent: 12 - uid: 16209 components: - type: Transform pos: 57.5,-13.5 parent: 12 - - uid: 16419 + - uid: 16369 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,61.5 + pos: 28.5,-15.5 parent: 12 - uid: 16554 components: @@ -157690,12 +173116,6 @@ entities: rot: 3.141592653589793 rad pos: -10.5,23.5 parent: 12 - - uid: 16796 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,65.5 - parent: 12 - uid: 16887 components: - type: Transform @@ -157713,6 +173133,12 @@ entities: rot: 3.141592653589793 rad pos: 51.5,29.5 parent: 12 + - uid: 17923 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -46.5,37.5 + parent: 12 - uid: 17971 components: - type: Transform @@ -157743,11 +173169,22 @@ entities: rot: 1.5707963267948966 rad pos: -48.5,62.5 parent: 12 + - uid: 19344 + components: + - type: Transform + pos: -39.5,60.5 + parent: 12 - uid: 19369 components: - type: Transform pos: -26.5,51.5 parent: 12 + - uid: 19514 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -26.5,79.5 + parent: 12 - uid: 19660 components: - type: Transform @@ -157771,36 +173208,12 @@ entities: - type: Transform pos: 62.5,-12.5 parent: 12 - - type: PointLight - enabled: False - - type: DamageOnInteract - isDamageActive: False - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 21062 - - type: ApcPowerReceiver - powerLoad: 60 - uid: 19869 components: - type: Transform rot: 3.141592653589793 rad pos: -35.5,64.5 parent: 12 - - uid: 19871 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,60.5 - parent: 12 - - uid: 20856 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,62.5 - parent: 12 - uid: 21082 components: - type: Transform @@ -157847,41 +173260,23 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,32.5 parent: 12 - - uid: 22160 + - uid: 22061 components: - type: Transform - rot: 3.141592653589793 rad - pos: 49.5,-1.5 + rot: 1.5707963267948966 rad + pos: -25.5,54.5 parent: 12 - uid: 22163 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-7.5 - parent: 12 - - uid: 22296 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,11.5 + pos: -60.5,-14.5 parent: 12 - - uid: 22709 + - uid: 22336 components: - type: Transform rot: 3.141592653589793 rad - pos: 9.5,65.5 - parent: 12 - - uid: 22714 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,62.5 - parent: 12 - - uid: 22715 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,52.5 + pos: 36.5,-32.5 parent: 12 - uid: 22716 components: @@ -157905,29 +173300,27 @@ entities: - type: Transform pos: 40.5,49.5 parent: 12 - - uid: 24497 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,62.5 - parent: 12 - uid: 25090 components: - type: Transform rot: -1.5707963267948966 rad pos: 8.5,-41.5 parent: 12 - - uid: 25383 + - uid: 25201 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,47.5 + pos: 49.5,1.5 parent: 12 - - uid: 25745 + - uid: 25368 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,73.5 + pos: -34.5,62.5 + parent: 12 + - uid: 25383 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,47.5 parent: 12 - uid: 26109 components: @@ -157956,16 +173349,11 @@ entities: - type: Transform pos: 53.5,6.5 parent: 12 - - uid: 26853 - components: - - type: Transform - pos: 16.5,10.5 - parent: 12 - - uid: 26908 + - uid: 26852 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,-67.5 + rot: 1.5707963267948966 rad + pos: 7.5,-3.5 parent: 12 - uid: 27067 components: @@ -157979,6 +173367,12 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,-14.5 parent: 12 + - uid: 27227 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 41.5,-38.5 + parent: 12 - uid: 27259 components: - type: Transform @@ -157997,38 +173391,17 @@ entities: rot: 1.5707963267948966 rad pos: -39.5,-50.5 parent: 12 - - uid: 28074 - components: - - type: Transform - pos: 33.5,25.5 - parent: 12 - - uid: 28182 + - uid: 28298 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,-13.5 - parent: 12 - - uid: 28279 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,-13.5 - parent: 12 - - uid: 28523 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 42.5,-7.5 - parent: 12 - - uid: 28531 - components: - - type: Transform - pos: -6.5,7.5 + pos: -18.5,-67.5 parent: 12 - - uid: 28655 + - uid: 28458 components: - type: Transform - pos: -0.5,-22.5 + rot: -1.5707963267948966 rad + pos: 5.5,-4.5 parent: 12 - uid: 28745 components: @@ -158040,23 +173413,28 @@ entities: - type: Transform pos: 16.5,5.5 parent: 12 - - uid: 28920 + - uid: 29285 components: - type: Transform rot: -1.5707963267948966 rad - pos: 40.5,1.5 + pos: -22.5,64.5 parent: 12 - - uid: 29032 + - uid: 29643 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-33.5 + rot: 1.5707963267948966 rad + pos: -51.5,65.5 parent: 12 - - uid: 29656 + - uid: 29836 components: - type: Transform rot: -1.5707963267948966 rad - pos: -17.5,72.5 + pos: -21.5,68.5 + parent: 12 + - uid: 29839 + components: + - type: Transform + pos: -22.5,59.5 parent: 12 - uid: 29866 components: @@ -158075,22 +173453,11 @@ entities: rot: 3.141592653589793 rad pos: -6.5,71.5 parent: 12 - - uid: 30455 - components: - - type: Transform - pos: 43.5,8.5 - parent: 12 - - uid: 30456 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,15.5 - parent: 12 - - uid: 31126 + - uid: 31025 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-59.5 + rot: 1.5707963267948966 rad + pos: -52.5,17.5 parent: 12 - uid: 31185 components: @@ -158109,26 +173476,14 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-13.5 parent: 12 - - uid: 32073 + - uid: 32323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-15.5 + rot: 3.141592653589793 rad + pos: 53.5,-33.5 parent: 12 - proto: PoweredSmallLightEmpty entities: - - uid: 9391 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -7.5,-23.5 - parent: 12 - - uid: 20883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 62.5,-16.5 - parent: 12 - uid: 31337 components: - type: Transform @@ -158144,78 +173499,11 @@ entities: powerLoad: 60 - type: DamageOnInteract isDamageActive: False - - uid: 32147 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -61.5,-55.5 - parent: 12 -- proto: PoweredStrobeLightSiren - entities: - - uid: 259 - components: - - type: Transform - pos: -22.5,62.5 - parent: 12 - - type: ContainerContainer - containers: - light_bulb: !type:ContainerSlot - showEnts: False - occludes: True - ent: 1042 - - type: ApcPowerReceiver - powerLoad: 0 - - type: DeviceLinkSink - invokeCounter: 1 - - type: DamageOnInteract - isDamageActive: False -- proto: PrinterDoc - entities: - - uid: 7501 - components: - - type: Transform - pos: -31.5,19.5 - parent: 12 - - uid: 7947 - components: - - type: Transform - pos: -35.5,25.5 - parent: 12 - - uid: 8009 + - uid: 31363 components: - type: Transform rot: -1.5707963267948966 rad - pos: -19.5,-19.5 - parent: 12 - - uid: 8478 - components: - - type: Transform - pos: -34.5,21.5 - parent: 12 - - uid: 10156 - components: - - type: Transform - pos: -25.5,-0.5 - parent: 12 - - uid: 10171 - components: - - type: Transform - pos: -19.5,-38.5 - parent: 12 - - uid: 10172 - components: - - type: Transform - pos: 54.5,-21.5 - parent: 12 - - uid: 28121 - components: - - type: Transform - pos: -38.5,56.5 - parent: 12 - - uid: 28122 - components: - - type: Transform - pos: -55.5,24.5 + pos: -6.5,-22.5 parent: 12 - proto: Protolathe entities: @@ -158224,11 +173512,6 @@ entities: - type: Transform pos: -23.5,-21.5 parent: 12 - - uid: 4165 - components: - - type: Transform - pos: 57.5,-18.5 - parent: 12 - uid: 7312 components: - type: Transform @@ -158239,7 +173522,7 @@ entities: - uid: 31352 components: - type: Transform - pos: 36.525528,-39.510242 + pos: 37.375404,-39.43202 parent: 12 - proto: PsychBed entities: @@ -158255,81 +173538,14 @@ entities: - type: Transform pos: 9.5,-32.5 parent: 12 - - uid: 29025 - components: - - type: Transform - pos: -42.5,-20.5 - parent: 12 - - uid: 29026 - components: - - type: Transform - pos: -42.5,-19.5 - parent: 12 - proto: Rack entities: - - uid: 49 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,65.5 - parent: 12 - - uid: 116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -34.5,66.5 - parent: 12 - - uid: 582 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,67.5 - parent: 12 - - uid: 943 - components: - - type: Transform - pos: -27.5,63.5 - parent: 12 - - uid: 947 - components: - - type: Transform - pos: -28.5,63.5 - parent: 12 - - uid: 957 - components: - - type: Transform - pos: -28.5,65.5 - parent: 12 - - uid: 964 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,68.5 - parent: 12 - - uid: 968 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -33.5,68.5 - parent: 12 - - uid: 977 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,68.5 - parent: 12 - uid: 1069 components: - type: Transform rot: 1.5707963267948966 rad pos: -19.5,-30.5 parent: 12 - - uid: 1523 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,67.5 - parent: 12 - uid: 1769 components: - type: Transform @@ -158345,21 +173561,27 @@ entities: - type: Transform pos: -35.5,-37.5 parent: 12 + - uid: 2171 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 45.5,5.5 + parent: 12 - uid: 2645 components: - type: Transform rot: 3.141592653589793 rad pos: 38.5,-23.5 parent: 12 - - uid: 2919 + - uid: 2683 components: - type: Transform - pos: -8.5,-45.5 + pos: 40.5,2.5 parent: 12 - - uid: 3064 + - uid: 2919 components: - type: Transform - pos: 6.5,-62.5 + pos: -8.5,-45.5 parent: 12 - uid: 3619 components: @@ -158367,11 +173589,6 @@ entities: rot: 1.5707963267948966 rad pos: -8.5,-33.5 parent: 12 - - uid: 4167 - components: - - type: Transform - pos: -21.5,16.5 - parent: 12 - uid: 4187 components: - type: Transform @@ -158387,20 +173604,15 @@ entities: - type: Transform pos: -11.5,-21.5 parent: 12 - - uid: 4551 - components: - - type: Transform - pos: 10.5,-16.5 - parent: 12 - - uid: 4552 + - uid: 4608 components: - type: Transform - pos: 11.5,-16.5 + pos: 11.5,-2.5 parent: 12 - - uid: 4608 + - uid: 4613 components: - type: Transform - pos: 11.5,-2.5 + pos: -25.5,56.5 parent: 12 - uid: 4943 components: @@ -158413,20 +173625,10 @@ entities: rot: 3.141592653589793 rad pos: 9.5,-13.5 parent: 12 - - uid: 5873 - components: - - type: Transform - pos: 29.5,-23.5 - parent: 12 - - uid: 5874 - components: - - type: Transform - pos: 29.5,-21.5 - parent: 12 - - uid: 5875 + - uid: 5817 components: - type: Transform - pos: 29.5,-22.5 + pos: -45.5,73.5 parent: 12 - uid: 5890 components: @@ -158438,10 +173640,10 @@ entities: - type: Transform pos: 31.5,-0.5 parent: 12 - - uid: 6204 + - uid: 6257 components: - type: Transform - pos: 60.5,-18.5 + pos: -52.5,-19.5 parent: 12 - uid: 7332 components: @@ -158454,11 +173656,6 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-49.5 parent: 12 - - uid: 8713 - components: - - type: Transform - pos: 50.5,1.5 - parent: 12 - uid: 8868 components: - type: Transform @@ -158475,11 +173672,6 @@ entities: - type: Transform pos: 52.5,1.5 parent: 12 - - uid: 9214 - components: - - type: Transform - pos: 45.5,-36.5 - parent: 12 - uid: 9219 components: - type: Transform @@ -158508,6 +173700,12 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,-21.5 parent: 12 + - uid: 9590 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 35.5,-30.5 + parent: 12 - uid: 9599 components: - type: Transform @@ -158529,16 +173727,6 @@ entities: rot: 3.141592653589793 rad pos: -21.5,-25.5 parent: 12 - - uid: 9824 - components: - - type: Transform - pos: 11.5,61.5 - parent: 12 - - uid: 10071 - components: - - type: Transform - pos: 14.5,61.5 - parent: 12 - uid: 10373 components: - type: Transform @@ -158555,6 +173743,12 @@ entities: rot: -1.5707963267948966 rad pos: -26.5,-4.5 parent: 12 + - uid: 10907 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-24.5 + parent: 12 - uid: 10943 components: - type: Transform @@ -158566,10 +173760,11 @@ entities: rot: -1.5707963267948966 rad pos: -22.5,-11.5 parent: 12 - - uid: 11429 + - uid: 11452 components: - type: Transform - pos: 61.5,-3.5 + rot: 3.141592653589793 rad + pos: 62.5,0.5 parent: 12 - uid: 11476 components: @@ -158577,37 +173772,38 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-6.5 parent: 12 - - uid: 12056 + - uid: 12265 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -19.5,-28.5 + pos: 9.5,12.5 parent: 12 - - uid: 12110 + - uid: 12318 components: - type: Transform - pos: -37.5,67.5 + rot: 1.5707963267948966 rad + pos: -32.5,64.5 parent: 12 - - uid: 12265 + - uid: 13755 components: - type: Transform - pos: 9.5,12.5 + rot: 3.141592653589793 rad + pos: -7.5,30.5 parent: 12 - - uid: 12318 + - uid: 14196 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,64.5 + rot: 3.141592653589793 rad + pos: -7.5,25.5 parent: 12 - uid: 14574 components: - type: Transform pos: 35.5,-9.5 parent: 12 - - uid: 16369 + - uid: 16373 components: - type: Transform - pos: 34.5,-30.5 + pos: -59.5,-16.5 parent: 12 - uid: 16451 components: @@ -158672,6 +173868,11 @@ entities: - type: Transform pos: -39.5,36.5 parent: 12 + - uid: 20837 + components: + - type: Transform + pos: -42.5,42.5 + parent: 12 - uid: 21502 components: - type: Transform @@ -158704,7 +173905,7 @@ entities: - uid: 21893 components: - type: Transform - pos: -50.5,38.5 + pos: 13.5,-19.5 parent: 12 - uid: 21933 components: @@ -158722,12 +173923,6 @@ entities: rot: 3.141592653589793 rad pos: 3.5,-7.5 parent: 12 - - uid: 22102 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,4.5 - parent: 12 - uid: 22406 components: - type: Transform @@ -158744,12 +173939,6 @@ entities: - type: Transform pos: 56.5,-7.5 parent: 12 - - uid: 22815 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -19.5,16.5 - parent: 12 - uid: 23652 components: - type: Transform @@ -158780,8 +173969,12 @@ entities: - uid: 24666 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,66.5 + pos: -46.5,66.5 + parent: 12 + - uid: 24673 + components: + - type: Transform + pos: 59.5,12.5 parent: 12 - uid: 25008 components: @@ -158800,6 +173993,11 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-32.5 parent: 12 + - uid: 25531 + components: + - type: Transform + pos: 62.5,10.5 + parent: 12 - uid: 25684 components: - type: Transform @@ -158899,18 +174097,6 @@ entities: - type: Transform pos: 42.5,56.5 parent: 12 - - uid: 25935 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,61.5 - parent: 12 - - uid: 25936 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,61.5 - parent: 12 - uid: 25962 components: - type: Transform @@ -158981,17 +174167,37 @@ entities: - type: Transform pos: 28.5,14.5 parent: 12 - - uid: 26571 + - uid: 26837 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,65.5 + pos: -37.5,64.5 parent: 12 - - uid: 26837 + - uid: 26889 components: - type: Transform rot: 1.5707963267948966 rad - pos: -37.5,64.5 + pos: 48.5,62.5 + parent: 12 + - uid: 27012 + components: + - type: Transform + pos: -34.5,-15.5 + parent: 12 + - uid: 27235 + components: + - type: Transform + pos: 44.5,-36.5 + parent: 12 + - uid: 27397 + components: + - type: Transform + pos: -43.5,-16.5 + parent: 12 + - uid: 27708 + components: + - type: Transform + pos: -51.5,56.5 parent: 12 - uid: 27853 components: @@ -158999,16 +174205,17 @@ entities: rot: 1.5707963267948966 rad pos: -40.5,-51.5 parent: 12 - - uid: 28213 + - uid: 28074 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,-48.5 + rot: 3.141592653589793 rad + pos: 61.5,0.5 parent: 12 - - uid: 28248 + - uid: 28213 components: - type: Transform - pos: -43.5,-15.5 + rot: -1.5707963267948966 rad + pos: -27.5,-48.5 parent: 12 - uid: 28273 components: @@ -159016,6 +174223,11 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,-16.5 parent: 12 + - uid: 28640 + components: + - type: Transform + pos: 36.5,-48.5 + parent: 12 - uid: 28759 components: - type: Transform @@ -159026,27 +174238,40 @@ entities: - type: Transform pos: 53.5,-2.5 parent: 12 - - uid: 28804 + - uid: 28871 components: - type: Transform - pos: -43.5,-30.5 + pos: 42.5,-42.5 parent: 12 - - uid: 28886 + - uid: 28890 components: - type: Transform - pos: -37.5,66.5 + pos: 35.5,-44.5 parent: 12 - - uid: 29362 + - uid: 29607 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,66.5 + pos: -29.5,79.5 parent: 12 - - uid: 29446 + - uid: 29608 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,73.5 + pos: -28.5,79.5 + parent: 12 + - uid: 29783 + components: + - type: Transform + pos: -43.5,73.5 + parent: 12 + - uid: 29972 + components: + - type: Transform + pos: -52.5,49.5 + parent: 12 + - uid: 29987 + components: + - type: Transform + pos: -34.5,74.5 parent: 12 - uid: 30529 components: @@ -159058,66 +174283,64 @@ entities: - type: Transform pos: -17.5,-61.5 parent: 12 - - uid: 31261 + - uid: 31017 components: - type: Transform - pos: 0.5,-64.5 + pos: -53.5,-47.5 parent: 12 - - uid: 31269 + - uid: 31086 components: - type: Transform - pos: -12.5,-51.5 + rot: 3.141592653589793 rad + pos: -10.5,-66.5 parent: 12 - - uid: 31336 + - uid: 31114 components: - type: Transform - pos: -8.5,-66.5 + pos: -11.5,-71.5 parent: 12 - - uid: 31845 + - uid: 31261 components: - type: Transform - pos: -30.5,68.5 + pos: 0.5,-64.5 parent: 12 - - uid: 31865 + - uid: 31269 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,64.5 + pos: -12.5,-51.5 parent: 12 - - uid: 31866 + - uid: 31336 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,65.5 + pos: -8.5,-66.5 parent: 12 - - uid: 31909 + - uid: 31660 components: - type: Transform - pos: -27.5,65.5 + pos: -41.5,40.5 parent: 12 - - uid: 32108 + - uid: 31661 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,64.5 + pos: -31.5,38.5 parent: 12 - - uid: 32173 + - uid: 32108 components: - type: Transform - pos: -62.5,-52.5 + rot: 1.5707963267948966 rad + pos: 55.5,64.5 parent: 12 - proto: RadioHandheld entities: - uid: 9805 components: - type: Transform - pos: 12.5489435,-19.523338 + pos: 12.226846,-19.550192 parent: 12 - uid: 9807 components: - type: Transform - rot: -37.69911184307754 rad - pos: 12.784136,-19.248148 + pos: 12.581013,-19.393833 parent: 12 - uid: 10410 components: @@ -159198,6 +174421,12 @@ entities: - type: Transform pos: -25.836569,50.923958 parent: 12 + - uid: 26793 + components: + - type: Transform + rot: -100.53096491487331 rad + pos: 38.712696,-30.803366 + parent: 12 - proto: Railing entities: - uid: 365 @@ -159220,11 +174449,17 @@ entities: - type: Transform pos: -10.5,-15.5 parent: 12 - - uid: 9257 + - uid: 6185 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-29.5 + pos: -52.5,73.5 + parent: 12 + - uid: 6188 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,74.5 parent: 12 - uid: 10301 components: @@ -159268,17 +174503,11 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,-14.5 parent: 12 - - uid: 16641 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,68.5 - parent: 12 - - uid: 17601 + - uid: 22102 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,68.5 + pos: 35.5,-43.5 parent: 12 - uid: 22287 components: @@ -159286,29 +174515,6 @@ entities: rot: 3.141592653589793 rad pos: 51.5,13.5 parent: 12 - - uid: 22321 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,73.5 - parent: 12 - - uid: 22323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,70.5 - parent: 12 - - uid: 22325 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,73.5 - parent: 12 - - uid: 22326 - components: - - type: Transform - pos: -47.5,69.5 - parent: 12 - uid: 22594 components: - type: Transform @@ -159372,11 +174578,6 @@ entities: rot: 3.141592653589793 rad pos: 14.5,51.5 parent: 12 - - uid: 22860 - components: - - type: Transform - pos: -49.5,69.5 - parent: 12 - uid: 23520 components: - type: Transform @@ -159441,62 +174642,32 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,68.5 parent: 12 - - uid: 26633 - components: - - type: Transform - pos: -50.5,69.5 - parent: 12 - - uid: 26634 - components: - - type: Transform - pos: -48.5,69.5 - parent: 12 - - uid: 26712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,70.5 - parent: 12 - - uid: 26887 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,74.5 - parent: 12 - - uid: 26890 + - uid: 28140 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,74.5 + pos: -48.5,74.5 parent: 12 - - uid: 26897 + - uid: 28146 components: - type: Transform rot: 3.141592653589793 rad pos: -50.5,74.5 parent: 12 - - uid: 27600 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-32.5 - parent: 12 - - uid: 27844 + - uid: 28163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,74.5 + pos: -48.5,69.5 parent: 12 - - uid: 28069 + - uid: 28166 components: - type: Transform - pos: -56.5,-33.5 + pos: -51.5,69.5 parent: 12 - - uid: 28145 + - uid: 28191 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-30.5 + pos: -49.5,69.5 parent: 12 - uid: 28614 components: @@ -159536,57 +174707,57 @@ entities: - type: Transform pos: 52.5,0.5 parent: 12 - - uid: 28705 + - uid: 28756 components: - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,-25.5 + pos: 55.5,1.5 parent: 12 - - uid: 28706 + - uid: 28765 components: - type: Transform rot: 3.141592653589793 rad - pos: -48.5,-25.5 + pos: 53.5,-2.5 parent: 12 - - uid: 28756 + - uid: 28872 components: - type: Transform - pos: 55.5,1.5 + rot: 3.141592653589793 rad + pos: 36.5,-43.5 parent: 12 - - uid: 28765 + - uid: 29010 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,-2.5 + rot: -1.5707963267948966 rad + pos: -52.5,70.5 parent: 12 - - uid: 29997 + - uid: 29044 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.5,62.5 + rot: 3.141592653589793 rad + pos: -49.5,74.5 parent: 12 - - uid: 30544 + - uid: 29045 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,23.5 + rot: 1.5707963267948966 rad + pos: -47.5,73.5 parent: 12 - - uid: 31449 + - uid: 29052 components: - type: Transform - pos: 4.5,-51.5 + rot: 1.5707963267948966 rad + pos: -47.5,70.5 parent: 12 - - uid: 31450 + - uid: 29058 components: - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-56.5 + pos: -50.5,69.5 parent: 12 - - uid: 31473 + - uid: 30544 components: - type: Transform rot: -1.5707963267948966 rad - pos: 5.5,-60.5 + pos: -20.5,23.5 parent: 12 - uid: 31487 components: @@ -159644,72 +174815,48 @@ entities: rot: -1.5707963267948966 rad pos: -65.5,-23.5 parent: 12 - - uid: 31839 + - uid: 32195 components: - type: Transform rot: 1.5707963267948966 rad - pos: -26.5,-29.5 + pos: -53.5,43.5 parent: 12 - - uid: 31854 + - uid: 32260 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,66.5 - parent: 12 - - uid: 31869 - components: - - type: Transform - pos: -30.5,65.5 - parent: 12 - - uid: 31900 - components: - - type: Transform - pos: -28.5,67.5 - parent: 12 - - uid: 31901 - components: - - type: Transform - pos: -27.5,67.5 - parent: 12 - - uid: 32237 - components: - - type: Transform - pos: -27.5,65.5 + pos: 63.5,-20.5 parent: 12 - - uid: 32238 + - uid: 32261 components: - type: Transform - pos: -28.5,65.5 + rot: 1.5707963267948966 rad + pos: 59.5,-21.5 parent: 12 - - uid: 32307 +- proto: RailingCorner + entities: + - uid: 6211 components: - type: Transform - pos: -10.5,7.5 + rot: -1.5707963267948966 rad + pos: -52.5,69.5 parent: 12 - - uid: 32308 + - uid: 9514 components: - type: Transform - pos: -10.5,10.5 + pos: -47.5,69.5 parent: 12 - - uid: 32309 + - uid: 9534 components: - type: Transform - rot: 3.141592653589793 rad - pos: -10.5,7.5 + rot: 1.5707963267948966 rad + pos: -47.5,74.5 parent: 12 - - uid: 32310 + - uid: 9537 components: - type: Transform rot: 3.141592653589793 rad - pos: -10.5,10.5 - parent: 12 -- proto: RailingCorner - entities: - - uid: 9138 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-33.5 + pos: -52.5,74.5 parent: 12 - uid: 22603 components: @@ -159763,40 +174910,17 @@ entities: - type: Transform pos: 56.5,56.5 parent: 12 - - uid: 25889 + - uid: 32258 components: - type: Transform rot: 3.141592653589793 rad - pos: -51.5,74.5 + pos: 54.5,-18.5 parent: 12 - - uid: 26880 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,69.5 - parent: 12 - - uid: 29190 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,74.5 - parent: 12 - - uid: 29457 - components: - - type: Transform - pos: -46.5,69.5 - parent: 12 - - uid: 31855 + - uid: 32259 components: - type: Transform rot: -1.5707963267948966 rad - pos: -35.5,65.5 - parent: 12 - - uid: 31856 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,66.5 + pos: 54.5,-19.5 parent: 12 - proto: RailingCornerSmall entities: @@ -159818,23 +174942,6 @@ entities: rot: -1.5707963267948966 rad pos: 62.5,52.5 parent: 12 - - uid: 24493 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 27.5,66.5 - parent: 12 - - uid: 24494 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,67.5 - parent: 12 - - uid: 31380 - components: - - type: Transform - pos: 5.5,-61.5 - parent: 12 - uid: 31488 components: - type: Transform @@ -159876,22 +174983,6 @@ entities: rot: 1.5707963267948966 rad pos: -20.5,24.5 parent: 12 -- proto: RailingRound - entities: - - uid: 25531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-32.5 - parent: 12 -- proto: RainbowCannabisSeeds - entities: - - uid: 7351 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - proto: RandomArcade entities: - uid: 16926 @@ -159921,27 +175012,31 @@ entities: parent: 12 - proto: RandomArtifactSpawner entities: - - uid: 2009 + - uid: 9760 components: - type: Transform - pos: -48.5,-31.5 + pos: -53.5,-23.5 parent: 12 - - uid: 9760 + - uid: 20855 components: - type: Transform - pos: -53.5,-23.5 + pos: -51.5,-25.5 parent: 12 - - uid: 27453 + - uid: 32210 components: - type: Transform - rot: 3.141592653589793 rad + rot: -1.5707963267948966 rad pos: -55.5,-24.5 parent: 12 - - uid: 27978 + - uid: 32211 components: - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-27.5 + pos: -50.5,-29.5 + parent: 12 + - uid: 32212 + components: + - type: Transform + pos: -54.5,-31.5 parent: 12 - proto: RandomDrinkGlass entities: @@ -159960,6 +175055,11 @@ entities: - type: Transform pos: 21.5,51.5 parent: 12 + - uid: 20539 + components: + - type: Transform + pos: 29.5,-9.5 + parent: 12 - uid: 25714 components: - type: Transform @@ -159975,15 +175075,10 @@ entities: - type: Transform pos: -55.5,-14.5 parent: 12 - - uid: 29265 - components: - - type: Transform - pos: -44.5,71.5 - parent: 12 - - uid: 29353 + - uid: 29107 components: - type: Transform - pos: 29.5,-8.5 + pos: -45.5,71.5 parent: 12 - proto: RandomFoodMeal entities: @@ -160004,6 +175099,11 @@ entities: parent: 12 - proto: RandomFoodSingle entities: + - uid: 2944 + components: + - type: Transform + pos: 5.5,69.5 + parent: 12 - uid: 15419 components: - type: Transform @@ -160019,13 +175119,10 @@ entities: - type: Transform pos: 21.5,50.5 parent: 12 -- proto: RandomInstruments - entities: - - uid: 28227 + - uid: 29020 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,16.5 + pos: -54.5,72.5 parent: 12 - proto: RandomPainting entities: @@ -160138,11 +175235,10 @@ entities: parent: 12 - proto: RandomPosterContraband entities: - - uid: 5130 + - uid: 1350 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -8.5,18.5 + pos: 33.5,-33.5 parent: 12 - uid: 5245 components: @@ -160159,6 +175255,11 @@ entities: - type: Transform pos: 45.5,6.5 parent: 12 + - uid: 9391 + components: + - type: Transform + pos: -12.5,-71.5 + parent: 12 - uid: 13556 components: - type: Transform @@ -160169,6 +175270,11 @@ entities: - type: Transform pos: 41.5,-3.5 parent: 12 + - uid: 18582 + components: + - type: Transform + pos: -56.5,-35.5 + parent: 12 - uid: 21401 components: - type: Transform @@ -160179,17 +175285,10 @@ entities: - type: Transform pos: -3.5,36.5 parent: 12 - - uid: 24321 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-33.5 - parent: 12 - - uid: 24322 + - uid: 22860 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-33.5 + pos: -17.5,69.5 parent: 12 - uid: 24323 components: @@ -160251,17 +175350,73 @@ entities: rot: 3.141592653589793 rad pos: 29.5,15.5 parent: 12 + - uid: 27310 + components: + - type: Transform + pos: -60.5,-28.5 + parent: 12 - uid: 28036 components: - type: Transform pos: 37.5,-20.5 parent: 12 + - uid: 28998 + components: + - type: Transform + pos: -52.5,56.5 + parent: 12 + - uid: 29021 + components: + - type: Transform + pos: -44.5,66.5 + parent: 12 + - uid: 29108 + components: + - type: Transform + pos: -32.5,75.5 + parent: 12 - uid: 29354 components: - type: Transform rot: 3.141592653589793 rad pos: 44.5,-6.5 parent: 12 + - uid: 29634 + components: + - type: Transform + pos: -40.5,73.5 + parent: 12 + - uid: 29637 + components: + - type: Transform + pos: -51.5,52.5 + parent: 12 + - uid: 29642 + components: + - type: Transform + pos: -40.5,65.5 + parent: 12 + - uid: 29988 + components: + - type: Transform + pos: -53.5,53.5 + parent: 12 + - uid: 30121 + components: + - type: Transform + pos: -30.5,79.5 + parent: 12 + - uid: 30127 + components: + - type: Transform + pos: -26.5,73.5 + parent: 12 + - uid: 31098 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-66.5 + parent: 12 - uid: 31717 components: - type: Transform @@ -160272,11 +175427,6 @@ entities: - type: Transform pos: -4.5,-64.5 parent: 12 - - uid: 31719 - components: - - type: Transform - pos: -15.5,-65.5 - parent: 12 - uid: 31720 components: - type: Transform @@ -160297,16 +175447,6 @@ entities: - type: Transform pos: -51.5,-48.5 parent: 12 - - uid: 31724 - components: - - type: Transform - pos: -54.5,-36.5 - parent: 12 - - uid: 31725 - components: - - type: Transform - pos: -60.5,-27.5 - parent: 12 - uid: 31726 components: - type: Transform @@ -160334,6 +175474,11 @@ entities: parent: 12 - proto: RandomPosterLegit entities: + - uid: 726 + components: + - type: Transform + pos: -18.5,-29.5 + parent: 12 - uid: 2131 components: - type: Transform @@ -160646,6 +175791,12 @@ entities: rot: 3.141592653589793 rad pos: 23.5,25.5 parent: 12 + - uid: 29362 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 33.5,33.5 + parent: 12 - uid: 29363 components: - type: Transform @@ -160671,12 +175822,6 @@ entities: parent: 12 - proto: RandomSoap entities: - - uid: 6813 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -20.5,16.5 - parent: 12 - uid: 22405 components: - type: Transform @@ -160684,10 +175829,10 @@ entities: parent: 12 - proto: RandomSpawner entities: - - uid: 97 + - uid: 757 components: - type: Transform - pos: 4.5,-23.5 + pos: 57.5,-40.5 parent: 12 - uid: 5858 components: @@ -160699,6 +175844,11 @@ entities: - type: Transform pos: 48.5,25.5 parent: 12 + - uid: 6154 + components: + - type: Transform + pos: 35.5,17.5 + parent: 12 - uid: 6156 components: - type: Transform @@ -160714,11 +175864,21 @@ entities: - type: Transform pos: -1.5,15.5 parent: 12 + - uid: 9622 + components: + - type: Transform + pos: 11.5,-21.5 + parent: 12 - uid: 12045 components: - type: Transform pos: 42.5,-12.5 parent: 12 + - uid: 12070 + components: + - type: Transform + pos: 32.5,21.5 + parent: 12 - uid: 12225 components: - type: Transform @@ -160740,11 +175900,6 @@ entities: - type: Transform pos: -44.5,58.5 parent: 12 - - uid: 23721 - components: - - type: Transform - pos: -56.5,62.5 - parent: 12 - uid: 24221 components: - type: Transform @@ -161055,11 +176210,6 @@ entities: - type: Transform pos: 50.5,-43.5 parent: 12 - - uid: 24413 - components: - - type: Transform - pos: 55.5,-40.5 - parent: 12 - uid: 24414 components: - type: Transform @@ -161085,11 +176235,6 @@ entities: - type: Transform pos: 56.5,-28.5 parent: 12 - - uid: 24419 - components: - - type: Transform - pos: 63.5,-23.5 - parent: 12 - uid: 24420 components: - type: Transform @@ -161140,11 +176285,6 @@ entities: - type: Transform pos: 16.5,-22.5 parent: 12 - - uid: 24434 - components: - - type: Transform - pos: 13.5,-22.5 - parent: 12 - uid: 24435 components: - type: Transform @@ -161255,11 +176395,6 @@ entities: - type: Transform pos: 6.5,-48.5 parent: 12 - - uid: 24471 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 12 - uid: 24473 components: - type: Transform @@ -161290,11 +176425,6 @@ entities: - type: Transform pos: 43.5,-14.5 parent: 12 - - uid: 25346 - components: - - type: Transform - pos: 32.5,22.5 - parent: 12 - uid: 25733 components: - type: Transform @@ -161315,10 +176445,50 @@ entities: - type: Transform pos: -38.5,30.5 parent: 12 - - uid: 29020 + - uid: 28905 components: - type: Transform - pos: 32.5,20.5 + pos: 31.5,-56.5 + parent: 12 + - uid: 28920 + components: + - type: Transform + pos: 12.5,-56.5 + parent: 12 + - uid: 28925 + components: + - type: Transform + pos: 35.5,-50.5 + parent: 12 + - uid: 28926 + components: + - type: Transform + pos: 30.5,-48.5 + parent: 12 + - uid: 28934 + components: + - type: Transform + pos: 36.5,-43.5 + parent: 12 + - uid: 28944 + components: + - type: Transform + pos: 40.5,-41.5 + parent: 12 + - uid: 28947 + components: + - type: Transform + pos: -0.5,-65.5 + parent: 12 + - uid: 28970 + components: + - type: Transform + pos: -6.5,-63.5 + parent: 12 + - uid: 28971 + components: + - type: Transform + pos: -18.5,-68.5 parent: 12 - uid: 31146 components: @@ -161350,6 +176520,16 @@ entities: - type: Transform pos: -38.5,-54.5 parent: 12 + - uid: 31356 + components: + - type: Transform + pos: -10.5,-70.5 + parent: 12 + - uid: 31562 + components: + - type: Transform + pos: 61.5,-25.5 + parent: 12 - uid: 31582 components: - type: Transform @@ -161405,11 +176585,6 @@ entities: - type: Transform pos: 45.5,62.5 parent: 12 - - uid: 32193 - components: - - type: Transform - pos: -60.5,-57.5 - parent: 12 - proto: RandomVending entities: - uid: 9099 @@ -161612,7 +176787,8 @@ entities: - uid: 26775 components: - type: Transform - pos: 29.510424,-21.430777 + rot: -43.98229715025713 rad + pos: 33.26136,-18.774406 parent: 12 - proto: ReagentContainerFlour entities: @@ -161653,13 +176829,6 @@ entities: - type: Transform pos: 25.441526,55.614902 parent: 12 -- proto: RealCapfruitSeeds - entities: - - uid: 7752 - components: - - type: Transform - pos: 68.45904,42.578167 - parent: 12 - proto: Recycler entities: - uid: 4231 @@ -161668,30 +176837,16 @@ entities: rot: 1.5707963267948966 rad pos: 76.5,-37.5 parent: 12 - - uid: 26796 + - uid: 4241 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,14.5 + rot: -1.5707963267948966 rad + pos: 37.5,14.5 parent: 12 - type: DeviceLinkSink - invokeCounter: 3 + invokeCounter: 1 - type: MaterialReclaimer enabled: True -- proto: ReinforcedGirder - entities: - - uid: 4769 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,-52.5 - parent: 12 - - uid: 31161 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-49.5 - parent: 12 - proto: ReinforcedPlasmaWindow entities: - uid: 501 @@ -161800,23 +176955,11 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-6.5 parent: 12 - - uid: 7228 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-0.5 - parent: 12 - uid: 7269 components: - type: Transform pos: 13.5,19.5 parent: 12 - - uid: 7310 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-0.5 - parent: 12 - uid: 11365 components: - type: Transform @@ -161866,24 +177009,6 @@ entities: - type: Transform pos: 11.5,0.5 parent: 12 - - uid: 29002 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-0.5 - parent: 12 - - uid: 29003 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 35.5,-0.5 - parent: 12 - - uid: 29149 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 37.5,-0.5 - parent: 12 - proto: ReinforcedWindow entities: - uid: 2 @@ -161901,10 +177026,15 @@ entities: - type: Transform pos: -1.5,1.5 parent: 12 - - uid: 69 + - uid: 68 components: - type: Transform - pos: -41.5,56.5 + pos: 12.5,-13.5 + parent: 12 + - uid: 79 + components: + - type: Transform + pos: 15.5,-18.5 parent: 12 - uid: 174 components: @@ -161930,12 +177060,6 @@ entities: rot: 1.5707963267948966 rad pos: 1.5,-15.5 parent: 12 - - uid: 213 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,61.5 - parent: 12 - uid: 248 components: - type: Transform @@ -161946,6 +177070,11 @@ entities: - type: Transform pos: -6.5,-7.5 parent: 12 + - uid: 273 + components: + - type: Transform + pos: 14.5,11.5 + parent: 12 - uid: 275 components: - type: Transform @@ -162036,12 +177165,6 @@ entities: rot: 3.141592653589793 rad pos: -15.5,-16.5 parent: 12 - - uid: 369 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 34.5,-44.5 - parent: 12 - uid: 455 components: - type: Transform @@ -162066,12 +177189,6 @@ entities: rot: 3.141592653589793 rad pos: -30.5,0.5 parent: 12 - - uid: 510 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,56.5 - parent: 12 - uid: 519 components: - type: Transform @@ -162097,6 +177214,11 @@ entities: - type: Transform pos: -27.5,-29.5 parent: 12 + - uid: 582 + components: + - type: Transform + pos: -1.5,-24.5 + parent: 12 - uid: 583 components: - type: Transform @@ -162117,21 +177239,6 @@ entities: - type: Transform pos: -34.5,-20.5 parent: 12 - - uid: 617 - components: - - type: Transform - pos: -39.5,-18.5 - parent: 12 - - uid: 618 - components: - - type: Transform - pos: -38.5,-18.5 - parent: 12 - - uid: 619 - components: - - type: Transform - pos: -37.5,-18.5 - parent: 12 - uid: 623 components: - type: Transform @@ -162309,12 +177416,6 @@ entities: - type: Transform pos: -29.5,-3.5 parent: 12 - - uid: 929 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -31.5,-13.5 - parent: 12 - uid: 953 components: - type: Transform @@ -162441,27 +177542,10 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,6.5 parent: 12 - - uid: 1172 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-54.5 - parent: 12 - - uid: 1284 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-42.5 - parent: 12 - - uid: 1877 - components: - - type: Transform - pos: -52.5,67.5 - parent: 12 - - uid: 1878 + - uid: 1962 components: - type: Transform - pos: -53.5,67.5 + pos: -22.5,63.5 parent: 12 - uid: 2029 components: @@ -162662,26 +177746,6 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,24.5 parent: 12 - - uid: 4110 - components: - - type: Transform - pos: 8.5,-53.5 - parent: 12 - - uid: 4111 - components: - - type: Transform - pos: 9.5,-53.5 - parent: 12 - - uid: 4112 - components: - - type: Transform - pos: 9.5,-52.5 - parent: 12 - - uid: 4113 - components: - - type: Transform - pos: 9.5,-51.5 - parent: 12 - uid: 4175 components: - type: Transform @@ -162730,12 +177794,6 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-24.5 parent: 12 - - uid: 4434 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 14.5,-24.5 - parent: 12 - uid: 4449 components: - type: Transform @@ -162754,31 +177812,16 @@ entities: rot: 1.5707963267948966 rad pos: 19.5,-22.5 parent: 12 - - uid: 4459 - components: - - type: Transform - pos: 7.5,-16.5 - parent: 12 - uid: 4468 components: - type: Transform pos: 8.5,-17.5 parent: 12 - - uid: 4470 - components: - - type: Transform - pos: 10.5,-17.5 - parent: 12 - uid: 4471 components: - type: Transform pos: 13.5,-18.5 parent: 12 - - uid: 4477 - components: - - type: Transform - pos: 15.5,-17.5 - parent: 12 - uid: 4581 components: - type: Transform @@ -162813,6 +177856,12 @@ entities: - type: Transform pos: 10.5,-1.5 parent: 12 + - uid: 5084 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,61.5 + parent: 12 - uid: 5087 components: - type: Transform @@ -162823,11 +177872,6 @@ entities: - type: Transform pos: 31.5,-5.5 parent: 12 - - uid: 5095 - components: - - type: Transform - pos: -53.5,75.5 - parent: 12 - uid: 5120 components: - type: Transform @@ -162872,6 +177916,11 @@ entities: rot: 3.141592653589793 rad pos: 21.5,2.5 parent: 12 + - uid: 5364 + components: + - type: Transform + pos: 3.5,71.5 + parent: 12 - uid: 5367 components: - type: Transform @@ -163000,6 +178049,11 @@ entities: - type: Transform pos: 13.5,-0.5 parent: 12 + - uid: 5874 + components: + - type: Transform + pos: 49.5,59.5 + parent: 12 - uid: 5880 components: - type: Transform @@ -163011,6 +178065,11 @@ entities: - type: Transform pos: -28.5,-5.5 parent: 12 + - uid: 5983 + components: + - type: Transform + pos: 49.5,58.5 + parent: 12 - uid: 5992 components: - type: Transform @@ -163190,11 +178249,6 @@ entities: - type: Transform pos: 26.5,-39.5 parent: 12 - - uid: 6210 - components: - - type: Transform - pos: 13.5,-54.5 - parent: 12 - uid: 6213 components: - type: Transform @@ -163325,97 +178379,6 @@ entities: - type: Transform pos: 29.5,-52.5 parent: 12 - - uid: 6247 - components: - - type: Transform - pos: 30.5,-54.5 - parent: 12 - - uid: 6249 - components: - - type: Transform - pos: 32.5,-54.5 - parent: 12 - - uid: 6250 - components: - - type: Transform - pos: 32.5,-53.5 - parent: 12 - - uid: 6251 - components: - - type: Transform - pos: 32.5,-52.5 - parent: 12 - - uid: 6252 - components: - - type: Transform - pos: 32.5,-51.5 - parent: 12 - - uid: 6253 - components: - - type: Transform - pos: 32.5,-50.5 - parent: 12 - - uid: 6254 - components: - - type: Transform - pos: 32.5,-49.5 - parent: 12 - - uid: 6255 - components: - - type: Transform - pos: 32.5,-48.5 - parent: 12 - - uid: 6256 - components: - - type: Transform - pos: 32.5,-47.5 - parent: 12 - - uid: 6257 - components: - - type: Transform - pos: 32.5,-46.5 - parent: 12 - - uid: 6258 - components: - - type: Transform - pos: 32.5,-45.5 - parent: 12 - - uid: 6288 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-44.5 - parent: 12 - - uid: 6289 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-44.5 - parent: 12 - - uid: 6290 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-43.5 - parent: 12 - - uid: 6305 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 39.5,-40.5 - parent: 12 - - uid: 6306 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 40.5,-40.5 - parent: 12 - - uid: 6307 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 41.5,-40.5 - parent: 12 - uid: 6343 components: - type: Transform @@ -163446,24 +178409,6 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,-45.5 parent: 12 - - uid: 6348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-45.5 - parent: 12 - - uid: 6349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-44.5 - parent: 12 - - uid: 6743 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-52.5 - parent: 12 - uid: 6803 components: - type: Transform @@ -163530,18 +178475,6 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,-30.5 parent: 12 - - uid: 7483 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-45.5 - parent: 12 - - uid: 7484 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-44.5 - parent: 12 - uid: 7498 components: - type: Transform @@ -163759,23 +178692,11 @@ entities: - type: Transform pos: 62.5,-28.5 parent: 12 - - uid: 8070 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-53.5 - parent: 12 - uid: 8239 components: - type: Transform pos: 35.5,-21.5 parent: 12 - - uid: 8248 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-51.5 - parent: 12 - uid: 8295 components: - type: Transform @@ -163812,11 +178733,6 @@ entities: rot: 3.141592653589793 rad pos: 49.5,-9.5 parent: 12 - - uid: 8457 - components: - - type: Transform - pos: -54.5,71.5 - parent: 12 - uid: 8480 components: - type: Transform @@ -163857,11 +178773,6 @@ entities: rot: -1.5707963267948966 rad pos: 22.5,4.5 parent: 12 - - uid: 9133 - components: - - type: Transform - pos: -54.5,72.5 - parent: 12 - uid: 9134 components: - type: Transform @@ -163872,17 +178783,17 @@ entities: - type: Transform pos: 0.5,3.5 parent: 12 - - uid: 9227 - components: - - type: Transform - pos: 42.5,-40.5 - parent: 12 - uid: 9256 components: - type: Transform rot: 1.5707963267948966 rad pos: -14.5,-49.5 parent: 12 + - uid: 9257 + components: + - type: Transform + pos: 34.5,-0.5 + parent: 12 - uid: 9263 components: - type: Transform @@ -163924,10 +178835,15 @@ entities: rot: 3.141592653589793 rad pos: 1.5,10.5 parent: 12 - - uid: 9531 + - uid: 9545 components: - type: Transform - pos: -52.5,76.5 + pos: -50.5,77.5 + parent: 12 + - uid: 9546 + components: + - type: Transform + pos: -46.5,76.5 parent: 12 - uid: 9571 components: @@ -163957,11 +178873,10 @@ entities: - type: Transform pos: 17.5,15.5 parent: 12 - - uid: 9756 + - uid: 9773 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,-13.5 + pos: 29.5,-29.5 parent: 12 - uid: 9868 components: @@ -164081,6 +178996,18 @@ entities: rot: 1.5707963267948966 rad pos: -43.5,4.5 parent: 12 + - uid: 10171 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,5.5 + parent: 12 + - uid: 10172 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,5.5 + parent: 12 - uid: 10173 components: - type: Transform @@ -164123,6 +179050,18 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,4.5 parent: 12 + - uid: 10180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,5.5 + parent: 12 + - uid: 10181 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,5.5 + parent: 12 - uid: 10182 components: - type: Transform @@ -164189,6 +179128,18 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,14.5 parent: 12 + - uid: 10208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,13.5 + parent: 12 + - uid: 10209 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -37.5,13.5 + parent: 12 - uid: 10210 components: - type: Transform @@ -164231,6 +179182,18 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,14.5 parent: 12 + - uid: 10217 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,13.5 + parent: 12 + - uid: 10218 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,13.5 + parent: 12 - uid: 10219 components: - type: Transform @@ -164249,6 +179212,12 @@ entities: rot: 1.5707963267948966 rad pos: -44.5,15.5 parent: 12 + - uid: 10222 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,15.5 + parent: 12 - uid: 10235 components: - type: Transform @@ -164261,6 +179230,12 @@ entities: rot: 1.5707963267948966 rad pos: -45.5,17.5 parent: 12 + - uid: 10237 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -45.5,18.5 + parent: 12 - uid: 10238 components: - type: Transform @@ -164333,27 +179308,30 @@ entities: rot: -1.5707963267948966 rad pos: -24.5,-44.5 parent: 12 + - uid: 10313 + components: + - type: Transform + pos: 41.5,2.5 + parent: 12 - uid: 10324 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,-13.5 + pos: -60.5,-35.5 parent: 12 - uid: 10325 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-22.5 + pos: -59.5,-36.5 parent: 12 - uid: 10340 components: - type: Transform - pos: 14.5,-54.5 + pos: -32.5,-15.5 parent: 12 - - uid: 10342 + - uid: 10341 components: - type: Transform - pos: 29.5,-54.5 + pos: -58.5,-37.5 parent: 12 - uid: 10572 components: @@ -164373,6 +179351,11 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,10.5 parent: 12 + - uid: 10631 + components: + - type: Transform + pos: 13.5,-13.5 + parent: 12 - uid: 10682 components: - type: Transform @@ -164466,16 +179449,22 @@ entities: - type: Transform pos: -32.5,-45.5 parent: 12 - - uid: 10953 + - uid: 10996 components: - type: Transform - pos: -44.5,76.5 + rot: 1.5707963267948966 rad + pos: -61.5,-31.5 parent: 12 - uid: 10999 components: - type: Transform pos: 0.5,1.5 parent: 12 + - uid: 11019 + components: + - type: Transform + pos: 49.5,57.5 + parent: 12 - uid: 11029 components: - type: Transform @@ -164601,12 +179590,6 @@ entities: rot: -1.5707963267948966 rad pos: 25.5,26.5 parent: 12 - - uid: 11259 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,27.5 - parent: 12 - uid: 11290 components: - type: Transform @@ -164619,6 +179602,11 @@ entities: rot: -1.5707963267948966 rad pos: 63.5,2.5 parent: 12 + - uid: 11298 + components: + - type: Transform + pos: -25.5,69.5 + parent: 12 - uid: 11306 components: - type: Transform @@ -164666,12 +179654,6 @@ entities: rot: 1.5707963267948966 rad pos: -7.5,-44.5 parent: 12 - - uid: 11474 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 63.5,-0.5 - parent: 12 - uid: 11516 components: - type: Transform @@ -164692,6 +179674,11 @@ entities: - type: Transform pos: 55.5,24.5 parent: 12 + - uid: 11591 + components: + - type: Transform + pos: 37.5,-47.5 + parent: 12 - uid: 11624 components: - type: Transform @@ -164873,11 +179860,6 @@ entities: - type: Transform pos: 25.5,30.5 parent: 12 - - uid: 11769 - components: - - type: Transform - pos: 25.5,29.5 - parent: 12 - uid: 11770 components: - type: Transform @@ -164918,12 +179900,6 @@ entities: - type: Transform pos: 19.5,38.5 parent: 12 - - uid: 11854 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,60.5 - parent: 12 - uid: 11917 components: - type: Transform @@ -164949,6 +179925,11 @@ entities: - type: Transform pos: 59.5,38.5 parent: 12 + - uid: 11941 + components: + - type: Transform + pos: -54.5,67.5 + parent: 12 - uid: 11946 components: - type: Transform @@ -164988,6 +179969,11 @@ entities: rot: 3.141592653589793 rad pos: -12.5,-40.5 parent: 12 + - uid: 12191 + components: + - type: Transform + pos: -14.5,-70.5 + parent: 12 - uid: 12252 components: - type: Transform @@ -165301,6 +180287,12 @@ entities: - type: Transform pos: 64.5,59.5 parent: 12 + - uid: 13049 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,61.5 + parent: 12 - uid: 14025 components: - type: Transform @@ -165329,11 +180321,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,65.5 parent: 12 - - uid: 14231 - components: - - type: Transform - pos: 36.5,-44.5 - parent: 12 - uid: 14242 components: - type: Transform @@ -165738,6 +180725,12 @@ entities: - type: Transform pos: -31.5,33.5 parent: 12 + - uid: 15474 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -35.5,31.5 + parent: 12 - uid: 15475 components: - type: Transform @@ -165756,6 +180749,11 @@ entities: rot: 1.5707963267948966 rad pos: -33.5,31.5 parent: 12 + - uid: 15497 + components: + - type: Transform + pos: -31.5,31.5 + parent: 12 - uid: 15499 components: - type: Transform @@ -165940,18 +180938,6 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,42.5 parent: 12 - - uid: 16347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-64.5 - parent: 12 - - uid: 16363 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -19.5,-69.5 - parent: 12 - uid: 16498 components: - type: Transform @@ -166137,6 +181123,26 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,47.5 parent: 12 + - uid: 17842 + components: + - type: Transform + pos: -55.5,72.5 + parent: 12 + - uid: 17858 + components: + - type: Transform + pos: -55.5,71.5 + parent: 12 + - uid: 17917 + components: + - type: Transform + pos: -53.5,67.5 + parent: 12 + - uid: 18642 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 12 - uid: 18650 components: - type: Transform @@ -166250,12 +181256,6 @@ entities: rot: 3.141592653589793 rad pos: -41.5,51.5 parent: 12 - - uid: 19202 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,74.5 - parent: 12 - uid: 19211 components: - type: Transform @@ -166280,23 +181280,29 @@ entities: rot: 3.141592653589793 rad pos: -37.5,55.5 parent: 12 + - uid: 19218 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -37.5,51.5 + parent: 12 - uid: 19246 components: - type: Transform rot: 3.141592653589793 rad pos: -48.5,60.5 parent: 12 - - uid: 19254 + - uid: 19253 components: - type: Transform rot: 3.141592653589793 rad - pos: -45.5,60.5 + pos: -42.5,60.5 parent: 12 - - uid: 19270 + - uid: 19254 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,74.5 + rot: 3.141592653589793 rad + pos: -45.5,60.5 parent: 12 - uid: 19281 components: @@ -166392,11 +181398,6 @@ entities: - type: Transform pos: 5.5,71.5 parent: 12 - - uid: 19811 - components: - - type: Transform - pos: 6.5,71.5 - parent: 12 - uid: 19841 components: - type: Transform @@ -166409,21 +181410,16 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-50.5 parent: 12 - - uid: 20521 + - uid: 20089 components: - type: Transform - pos: -49.5,56.5 + pos: -25.5,70.5 parent: 12 - uid: 20528 components: - type: Transform pos: -50.5,47.5 parent: 12 - - uid: 20543 - components: - - type: Transform - pos: 41.5,3.5 - parent: 12 - uid: 20778 components: - type: Transform @@ -166434,16 +181430,20 @@ entities: - type: Transform pos: -54.5,38.5 parent: 12 + - uid: 21332 + components: + - type: Transform + pos: 33.5,-0.5 + parent: 12 - uid: 21513 components: - type: Transform - pos: -53.5,68.5 + pos: 36.5,-0.5 parent: 12 - - uid: 21671 + - uid: 21674 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,60.5 + pos: 37.5,-0.5 parent: 12 - uid: 21868 components: @@ -166535,6 +181535,21 @@ entities: - type: Transform pos: 43.5,15.5 parent: 12 + - uid: 22324 + components: + - type: Transform + pos: -38.5,80.5 + parent: 12 + - uid: 22326 + components: + - type: Transform + pos: -36.5,80.5 + parent: 12 + - uid: 22345 + components: + - type: Transform + pos: -42.5,57.5 + parent: 12 - uid: 22400 components: - type: Transform @@ -166546,6 +181561,11 @@ entities: rot: 1.5707963267948966 rad pos: -4.5,-51.5 parent: 12 + - uid: 22889 + components: + - type: Transform + pos: -44.5,57.5 + parent: 12 - uid: 23121 components: - type: Transform @@ -166579,16 +181599,6 @@ entities: - type: Transform pos: 57.5,-7.5 parent: 12 - - uid: 23722 - components: - - type: Transform - pos: -33.5,77.5 - parent: 12 - - uid: 23896 - components: - - type: Transform - pos: -29.5,74.5 - parent: 12 - uid: 24192 components: - type: Transform @@ -166644,22 +181654,27 @@ entities: - type: Transform pos: -1.5,-29.5 parent: 12 - - uid: 24655 + - uid: 24340 components: - type: Transform - pos: 22.5,8.5 + pos: -54.5,75.5 parent: 12 - - uid: 25585 + - uid: 24655 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-26.5 + pos: 22.5,8.5 parent: 12 - uid: 25871 components: - type: Transform pos: 0.5,-29.5 parent: 12 + - uid: 25888 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,-44.5 + parent: 12 - uid: 26257 components: - type: Transform @@ -166702,29 +181717,10 @@ entities: rot: 1.5707963267948966 rad pos: 59.5,-47.5 parent: 12 - - uid: 26392 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,-50.5 - parent: 12 - - uid: 26393 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-50.5 - parent: 12 - - uid: 26394 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 57.5,-50.5 - parent: 12 - uid: 26395 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-50.5 + pos: -2.5,73.5 parent: 12 - uid: 26397 components: @@ -166761,34 +181757,52 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,53.5 parent: 12 + - uid: 26690 + components: + - type: Transform + pos: 41.5,3.5 + parent: 12 - uid: 26809 components: - type: Transform rot: -1.5707963267948966 rad pos: 24.5,11.5 parent: 12 - - uid: 26870 + - uid: 26833 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -27.5,74.5 + pos: -60.5,-36.5 parent: 12 - - uid: 26878 + - uid: 26900 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,75.5 + pos: -59.5,-37.5 parent: 12 - - uid: 26888 + - uid: 26921 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,74.5 + pos: 35.5,-0.5 parent: 12 - - uid: 27243 + - uid: 26958 components: - type: Transform - pos: 41.5,2.5 + pos: -31.5,-15.5 + parent: 12 + - uid: 26982 + components: + - type: Transform + pos: -57.5,-11.5 + parent: 12 + - uid: 27009 + components: + - type: Transform + pos: -30.5,-15.5 + parent: 12 + - uid: 27039 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -25.5,67.5 parent: 12 - uid: 27289 components: @@ -166811,60 +181825,30 @@ entities: rot: 1.5707963267948966 rad pos: -41.5,-11.5 parent: 12 - - uid: 27398 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-13.5 - parent: 12 - uid: 27399 components: - type: Transform rot: 1.5707963267948966 rad pos: -40.5,-11.5 parent: 12 - - uid: 27401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-13.5 - parent: 12 - uid: 27402 components: - type: Transform rot: 1.5707963267948966 rad pos: -39.5,-11.5 parent: 12 - - uid: 27404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-13.5 - parent: 12 - uid: 27405 components: - type: Transform rot: 1.5707963267948966 rad pos: -38.5,-11.5 parent: 12 - - uid: 27407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -38.5,-13.5 - parent: 12 - uid: 27409 components: - type: Transform rot: 1.5707963267948966 rad pos: -37.5,-11.5 parent: 12 - - uid: 27410 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,-13.5 - parent: 12 - uid: 27597 components: - type: Transform @@ -166877,17 +181861,10 @@ entities: rot: 3.141592653589793 rad pos: -40.5,-27.5 parent: 12 - - uid: 27601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-23.5 - parent: 12 - - uid: 27603 + - uid: 27713 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-25.5 + pos: -26.5,74.5 parent: 12 - uid: 27854 components: @@ -166937,6 +181914,11 @@ entities: rot: -1.5707963267948966 rad pos: -52.5,-11.5 parent: 12 + - uid: 28195 + components: + - type: Transform + pos: -20.5,-69.5 + parent: 12 - uid: 28269 components: - type: Transform @@ -166952,37 +181934,68 @@ entities: - type: Transform pos: -49.5,-18.5 parent: 12 - - uid: 28506 - components: - - type: Transform - pos: -32.5,61.5 - parent: 12 - uid: 28559 components: - type: Transform rot: 3.141592653589793 rad pos: -4.5,-56.5 parent: 12 - - uid: 29176 + - uid: 28638 components: - type: Transform - pos: -49.5,77.5 + pos: 37.5,-46.5 parent: 12 - - uid: 29219 + - uid: 28981 components: - type: Transform - pos: -48.5,77.5 + pos: -49.5,77.5 parent: 12 - - uid: 29223 + - uid: 28983 components: - type: Transform pos: -45.5,76.5 parent: 12 - - uid: 29227 + - uid: 28984 + components: + - type: Transform + pos: -45.5,75.5 + parent: 12 + - uid: 29004 + components: + - type: Transform + pos: -57.5,60.5 + parent: 12 + - uid: 29013 + components: + - type: Transform + pos: -54.5,76.5 + parent: 12 + - uid: 29030 + components: + - type: Transform + pos: -57.5,61.5 + parent: 12 + - uid: 29068 + components: + - type: Transform + pos: -54.5,68.5 + parent: 12 + - uid: 29137 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,74.5 + parent: 12 + - uid: 29153 + components: + - type: Transform + pos: -40.5,78.5 + parent: 12 + - uid: 29219 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,62.5 + pos: -25.5,68.5 parent: 12 - uid: 29231 components: @@ -166996,30 +182009,57 @@ entities: rot: 3.141592653589793 rad pos: 13.5,34.5 parent: 12 - - uid: 29346 + - uid: 29250 components: - type: Transform - pos: -39.5,77.5 + pos: -27.5,62.5 parent: 12 - - uid: 29439 + - uid: 29251 components: - type: Transform - pos: -1.5,-24.5 + pos: -25.5,62.5 parent: 12 - - uid: 29481 + - uid: 29256 components: - type: Transform - pos: -26.5,74.5 + rot: 3.141592653589793 rad + pos: -22.5,66.5 parent: 12 - - uid: 29483 + - uid: 29313 components: - type: Transform - pos: -35.5,79.5 + rot: 3.141592653589793 rad + pos: -42.5,74.5 parent: 12 - - uid: 29484 + - uid: 29510 components: - type: Transform - pos: -37.5,79.5 + pos: -34.5,78.5 + parent: 12 + - uid: 29610 + components: + - type: Transform + pos: -25.5,77.5 + parent: 12 + - uid: 29614 + components: + - type: Transform + pos: -25.5,78.5 + parent: 12 + - uid: 29615 + components: + - type: Transform + pos: -27.5,80.5 + parent: 12 + - uid: 29616 + components: + - type: Transform + pos: -28.5,80.5 + parent: 12 + - uid: 29617 + components: + - type: Transform + pos: -29.5,80.5 parent: 12 - uid: 29722 components: @@ -167082,12 +182122,6 @@ entities: rot: 3.141592653589793 rad pos: -2.5,75.5 parent: 12 - - uid: 30306 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -2.5,73.5 - parent: 12 - uid: 30307 components: - type: Transform @@ -167126,6 +182160,11 @@ entities: - type: Transform pos: -26.5,-61.5 parent: 12 + - uid: 30524 + components: + - type: Transform + pos: -25.5,-63.5 + parent: 12 - uid: 30525 components: - type: Transform @@ -167186,36 +182225,6 @@ entities: - type: Transform pos: -31.5,-60.5 parent: 12 - - uid: 30968 - components: - - type: Transform - pos: 5.5,-56.5 - parent: 12 - - uid: 30969 - components: - - type: Transform - pos: 5.5,-55.5 - parent: 12 - - uid: 30970 - components: - - type: Transform - pos: -14.5,-65.5 - parent: 12 - - uid: 30974 - components: - - type: Transform - pos: -13.5,-65.5 - parent: 12 - - uid: 30975 - components: - - type: Transform - pos: -12.5,-65.5 - parent: 12 - - uid: 30976 - components: - - type: Transform - pos: -11.5,-65.5 - parent: 12 - uid: 30980 components: - type: Transform @@ -167231,6 +182240,11 @@ entities: - type: Transform pos: -54.5,-46.5 parent: 12 + - uid: 31105 + components: + - type: Transform + pos: -9.5,-70.5 + parent: 12 - uid: 31141 components: - type: Transform @@ -167241,6 +182255,12 @@ entities: - type: Transform pos: -28.5,-60.5 parent: 12 + - uid: 31167 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -22.5,-64.5 + parent: 12 - uid: 31168 components: - type: Transform @@ -167292,11 +182312,6 @@ entities: - type: Transform pos: -2.5,-70.5 parent: 12 - - uid: 31383 - components: - - type: Transform - pos: 5.5,-57.5 - parent: 12 - uid: 31457 components: - type: Transform @@ -167336,32 +182351,11 @@ entities: - type: Transform pos: -63.5,-23.5 parent: 12 - - uid: 31686 - components: - - type: Transform - pos: -62.5,-18.5 - parent: 12 - - uid: 31688 - components: - - type: Transform - pos: -61.5,-17.5 - parent: 12 - - uid: 31689 - components: - - type: Transform - pos: -60.5,-17.5 - parent: 12 - - uid: 31690 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -60.5,-31.5 - parent: 12 - - uid: 31691 + - uid: 31692 components: - type: Transform rot: -1.5707963267948966 rad - pos: -61.5,-31.5 + pos: -62.5,-31.5 parent: 12 - uid: 31693 components: @@ -167379,132 +182373,30 @@ entities: - type: Transform pos: -63.5,-20.5 parent: 12 - - uid: 32038 + - uid: 31872 components: - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-13.5 + rot: -1.5707963267948966 rad + pos: 15.5,-13.5 parent: 12 - - uid: 32117 + - uid: 32038 components: - type: Transform - pos: -59.5,-57.5 + rot: 3.141592653589793 rad + pos: 37.5,-13.5 parent: 12 - - uid: 32186 + - uid: 32189 components: - type: Transform - pos: -63.5,-54.5 + pos: -41.5,56.5 parent: 12 - proto: ReinforcedWindowDiagonal entities: - - uid: 10217 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,0.5 - parent: 12 - - uid: 10706 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,13.5 - parent: 12 - - uid: 11469 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,13.5 - parent: 12 - - uid: 11528 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,13.5 - parent: 12 - - uid: 11531 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -41.5,13.5 - parent: 12 - uid: 19673 components: - type: Transform pos: -12.5,79.5 parent: 12 - - uid: 25347 - components: - - type: Transform - pos: -43.5,5.5 - parent: 12 - - uid: 25348 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,5.5 - parent: 12 - - uid: 25349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,5.5 - parent: 12 - - uid: 26303 - components: - - type: Transform - pos: -37.5,5.5 - parent: 12 - - uid: 26626 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,15.5 - parent: 12 - - uid: 26693 - components: - - type: Transform - pos: -47.5,3.5 - parent: 12 - - uid: 26706 - components: - - type: Transform - pos: -45.5,18.5 - parent: 12 - - uid: 26713 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,31.5 - parent: 12 - - uid: 26714 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,32.5 - parent: 12 - - uid: 26784 - components: - - type: Transform - pos: -62.5,-17.5 - parent: 12 - - uid: 26785 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -62.5,-31.5 - parent: 12 - - uid: 26864 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,31.5 - parent: 12 - - uid: 27240 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -26.5,-64.5 - parent: 12 - uid: 30302 components: - type: Transform @@ -167513,15 +182405,13 @@ entities: parent: 12 - proto: RemoteSignaller entities: - - uid: 32291 + - uid: 4914 components: - type: Transform - pos: -40.206253,56.44713 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 13322: - - Pressed: Trigger + parent: 6162 + - type: Physics + canCollide: False + - type: InsideEntityStorage - proto: ResearchAndDevelopmentServer entities: - uid: 785 @@ -167536,18 +182426,16 @@ entities: - type: Transform pos: -5.3810987,-32.282246 parent: 12 - - uid: 27301 + - uid: 26049 components: - type: Transform - rot: -12.566370614359172 rad - pos: -5.4957952,-39.66237 + pos: -43.5,-45.5 parent: 12 -- proto: RetractorAdvanced - entities: - - uid: 30512 + - uid: 27301 components: - type: Transform - pos: -44.709095,-45.429344 + rot: -12.566370614359172 rad + pos: -5.4957952,-39.66237 parent: 12 - proto: RevolverCapGun entities: @@ -167563,85 +182451,26 @@ entities: - type: Transform pos: 33.5,6.5 parent: 12 -- proto: RiotShield +- proto: RipleyCentralElectronics entities: - - uid: 31881 - components: - - type: Transform - pos: -30.739134,64.2785 - parent: 12 - - type: Blocking - blockingToggleActionEntity: 21989 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 21989 - - uid: 31883 - components: - - type: Transform - pos: -30.791918,65.347 - parent: 12 - - uid: 31884 - components: - - type: Transform - pos: -28.686962,63.190857 - parent: 12 - - type: Blocking - blockingToggleActionEntity: 31885 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 31885 - - uid: 31893 - components: - - type: Transform - pos: -30.586355,64.27156 - parent: 12 - - type: Blocking - blockingToggleActionEntity: 29210 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 29210 - - uid: 31894 + - uid: 32237 components: - type: Transform - pos: -30.628021,65.32017 + pos: -19.458239,-30.551147 parent: 12 - - type: Blocking - blockingToggleActionEntity: 31844 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 31844 - - uid: 31895 +- proto: RipleyMKIIChassis + entities: + - uid: 26727 components: - type: Transform - pos: -28.322466,63.263203 + pos: -26.473864,-30.473022 parent: 12 - - type: Blocking - blockingToggleActionEntity: 31896 - - type: ActionsContainer - - type: ContainerContainer - containers: - actions: !type:Container - ents: - - 31896 -- proto: RipleyMKIIChassis +- proto: RipleyPeripheralsElectronics entities: - - uid: 7812 + - uid: 32238 components: - type: Transform - rot: 3.141592653589793 rad - pos: -26.493443,-30.445385 + pos: -42.46752,-41.411106 parent: 12 - proto: RobocopCircuitBoard entities: @@ -167735,21 +182564,26 @@ entities: - uid: 9964 components: - type: Transform - rot: -43.98229715025713 rad - pos: -4.5002747,-32.689064 + rot: -12.566370614359172 rad + pos: -4.4072175,-32.679348 parent: 12 -- proto: SawElectric - entities: - - uid: 11312 + - uid: 26050 components: - type: Transform - rot: -62.83185307179591 rad - pos: -19.456577,-27.187649 + pos: -42.5,-45.5 parent: 12 - - uid: 11613 + - uid: 26810 components: - type: Transform - pos: -42.47483,-45.364483 + pos: -23.417446,52.500484 + parent: 12 +- proto: SawElectric + entities: + - uid: 11312 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -19.510698,-27.229607 parent: 12 - uid: 13828 components: @@ -167792,23 +182626,26 @@ entities: - uid: 5125 components: - type: Transform - rot: -62.83185307179591 rad - pos: -19.623243,-27.84088 + rot: -6.283185307179586 rad + pos: -19.458616,-27.615292 parent: 12 - uid: 13829 components: - type: Transform pos: 31.58693,37.266426 parent: 12 -- proto: ScalpelLaser - entities: - - uid: 30437 + - uid: 26048 components: - type: Transform - pos: -44.32715,-45.318233 + pos: -44.5,-45.5 parent: 12 - proto: ScalpelShiv entities: + - uid: 3079 + components: + - type: Transform + pos: -22.51911,53.492798 + parent: 12 - uid: 11945 components: - type: Transform @@ -167817,8 +182654,9 @@ entities: - uid: 20881 components: - type: Transform - pos: -26.311935,50.500515 - parent: 12 + parent: 19875 + - type: Physics + canCollide: False - proto: Screen entities: - uid: 2248 @@ -168046,15 +182884,10 @@ entities: parent: 12 - proto: Screwdriver entities: - - uid: 9237 - components: - - type: Transform - pos: 43.53388,-37.312786 - parent: 12 - uid: 13323 components: - type: Transform - pos: 44.037434,29.555851 + pos: 43.473324,29.66118 parent: 12 - uid: 23679 components: @@ -168063,17 +182896,22 @@ entities: parent: 12 - proto: SecurityTechFab entities: - - uid: 22033 + - uid: 7348 components: - type: Transform - pos: -32.5,62.5 + pos: -34.5,64.5 + parent: 12 + - uid: 27453 + components: + - type: Transform + pos: -42.5,56.5 parent: 12 - proto: SecurityTechFabCircuitboard entities: - - uid: 7815 + - uid: 32332 components: - type: Transform - pos: 36.447403,-39.260242 + pos: 35.876865,-39.597485 parent: 12 - proto: SeedExtractor entities: @@ -168087,11 +182925,6 @@ entities: - type: Transform pos: 71.5,50.5 parent: 12 - - uid: 31471 - components: - - type: Transform - pos: 3.5,-60.5 - parent: 12 - proto: ShardGlass entities: - uid: 3520 @@ -168099,6 +182932,11 @@ entities: - type: Transform pos: -0.5,20.5 parent: 12 + - uid: 4763 + components: + - type: Transform + pos: -22.533438,55.35212 + parent: 12 - uid: 7009 components: - type: Transform @@ -168126,23 +182964,6 @@ entities: rot: -25.132741228718352 rad pos: -1.9570773,-68.467896 parent: 12 -- proto: ShardGlassReinforced - entities: - - uid: 29070 - components: - - type: Transform - pos: 59.29567,-50.286983 - parent: 12 - - uid: 29071 - components: - - type: Transform - pos: 58.82692,-51.857296 - parent: 12 - - uid: 29072 - components: - - type: Transform - pos: 59.76442,-54.43542 - parent: 12 - proto: SheetGlass entities: - uid: 1948 @@ -168176,40 +182997,17 @@ entities: - type: Transform pos: 49.57303,47.439972 parent: 12 - - uid: 27984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.486229,-21.49251 - parent: 12 - - uid: 32326 - components: - - type: Transform - pos: -31.63622,58.551437 - parent: 12 - proto: SheetPlasma entities: - - uid: 10111 - components: - - type: Transform - parent: 24129 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 26077 - components: - - type: Transform - pos: 39.5,4.5 - parent: 12 - - uid: 27434 + - uid: 2420 components: - type: Transform - pos: 9.658153,-13.60569 + pos: 40.4387,2.501758 parent: 12 - - uid: 27451 + - uid: 32213 components: - type: Transform - pos: -41.417084,-39.475563 + pos: -40.492237,-39.458614 parent: 12 - proto: SheetPlasma1 entities: @@ -168222,10 +183020,10 @@ entities: count: 5 - proto: SheetPlasma10 entities: - - uid: 27446 + - uid: 24434 components: - type: Transform - pos: -35.510834,-37.431892 + pos: 62.5,10.5 parent: 12 - uid: 28215 components: @@ -168247,14 +183045,17 @@ entities: - uid: 23173 components: - type: Transform - rot: -43.98229715025713 rad - pos: 53.468582,-3.3849072 + pos: 53.588356,-3.5323467 parent: 12 - uid: 26101 components: - type: Transform - rot: -43.98229715025713 rad - pos: 57.301918,-5.261206 + pos: 57.385647,-5.3932357 + parent: 12 + - uid: 31043 + components: + - type: Transform + pos: 59.707104,12.565823 parent: 12 - proto: SheetPlastic entities: @@ -168269,26 +183070,13 @@ entities: rot: -12.566370614359172 rad pos: 50.35577,-21.519083 parent: 12 - - uid: 27976 - components: - - type: Transform - pos: -19.552261,-28.418531 - parent: 12 - - uid: 32327 - components: - - type: Transform - pos: -31.38622,58.457687 - parent: 12 -- proto: SheetPlastic10 +- proto: SheetRGlass entities: - - uid: 26793 + - uid: 7766 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.515607,24.633095 + pos: 62.5,0.5 parent: 12 -- proto: SheetRGlass - entities: - uid: 16481 components: - type: Transform @@ -168321,7 +183109,7 @@ entities: - uid: 4725 components: - type: Transform - pos: -34.532055,63.561855 + pos: -31.609543,58.72217 parent: 12 - uid: 5925 components: @@ -168337,8 +183125,7 @@ entities: - uid: 8439 components: - type: Transform - rot: -43.98229715025713 rad - pos: 57.63525,-5.083999 + pos: 58.464287,-3.4888296 parent: 12 - uid: 8898 components: @@ -168356,6 +183143,12 @@ entities: - type: Transform pos: -8.694296,5.3851466 parent: 12 + - uid: 16559 + components: + - type: Transform + rot: -6.283185307179586 rad + pos: -9.512375,24.439787 + parent: 12 - uid: 17547 components: - type: Transform @@ -168367,32 +183160,16 @@ entities: rot: -18.84955592153876 rad pos: 29.572147,2.9947028 parent: 12 - - uid: 26547 - components: - - type: Transform - pos: 11.470082,-2.5260608 - parent: 12 - - uid: 27991 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -31.353416,-18.445635 - parent: 12 - - uid: 28044 - components: - - type: Transform - pos: 57.670387,-5.357253 - parent: 12 - - uid: 28050 + - uid: 25384 components: - type: Transform - pos: 57.514137,-5.169753 + rot: -6.283185307179586 rad + pos: 59.433964,12.527496 parent: 12 - - uid: 28241 + - uid: 26547 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.422473,24.590858 + pos: 11.470082,-2.5260608 parent: 12 - uid: 29969 components: @@ -168400,16 +183177,10 @@ entities: rot: -25.132741228718352 rad pos: 8.49831,-9.553013 parent: 12 - - uid: 31858 - components: - - type: Transform - pos: -31.47997,58.603523 - parent: 12 - - uid: 32312 + - uid: 32269 components: - type: Transform - rot: 3.141592653589793 rad - pos: -8.433495,5.589392 + pos: -31.265793,58.50342 parent: 12 - proto: SheetUranium1 entities: @@ -168428,39 +183199,6 @@ entities: - type: Transform pos: 24.5,48.5 parent: 12 -- proto: ShelfChemistry - entities: - - uid: 30536 - components: - - type: Transform - pos: -45.5,-45.5 - parent: 12 - - type: Storage - storedItems: - 30538: - position: 0,0 - _rotation: South - 30547: - position: 2,0 - _rotation: South - 30549: - position: 4,0 - _rotation: South - 30572: - position: 5,0 - _rotation: South - - type: Lock - locked: False - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 30538 - - 30547 - - 30549 - - 30572 - proto: ShelfChemistryChemistrySecure entities: - uid: 32015 @@ -168469,32 +183207,6 @@ entities: rot: 3.141592653589793 rad pos: -25.5,-45.5 parent: 12 - - type: Storage - storedItems: - 26804: - position: 0,0 - _rotation: South - 26891: - position: 1,0 - _rotation: South - 26901: - position: 2,0 - _rotation: South - 26910: - position: 4,0 - _rotation: South - - type: Lock - locked: False - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 26804 - - 26891 - - 26901 - - 26910 - proto: ShelfKitchen entities: - uid: 32014 @@ -168502,145 +183214,8 @@ entities: - type: Transform pos: 31.5,60.5 parent: 12 -- proto: ShelfMetal - entities: - - uid: 5333 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 30.5,27.5 - parent: 12 - - type: Storage - storedItems: - 7351: - position: 0,0 - _rotation: South - 19218: - position: 3,3 - _rotation: South - 9728: - position: 2,0 - _rotation: South - 19225: - position: 0,3 - _rotation: South - 19226: - position: 1,3 - _rotation: South - 19223: - position: 2,3 - _rotation: South - 10041: - position: 0,1 - _rotation: South - 30034: - position: 1,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 7351 - - 19218 - - 9728 - - 19225 - - 19226 - - 19223 - - 10041 - - 30034 - - uid: 9506 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,54.5 - parent: 12 - - type: Storage - storedItems: - 9730: - position: 0,0 - _rotation: South - 10181: - position: 2,0 - _rotation: South - 10316: - position: 3,0 - _rotation: South - 10941: - position: 0,3 - _rotation: South - 11208: - position: 2,3 - _rotation: South - 11368: - position: 3,3 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 9730 - - 10181 - - 10316 - - 10941 - - 11208 - - 11368 -- proto: ShellShotgunFlare - entities: - - uid: 29043 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.191948,56.441906 - parent: 12 - - uid: 29044 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.27528,56.38635 - parent: 12 - - uid: 29045 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 22.205835,56.462738 - parent: 12 - - uid: 30096 - components: - - type: Transform - pos: 53.249187,-33.241997 - parent: 12 - - uid: 30101 - components: - - type: Transform - pos: 53.233562,-33.41387 - parent: 12 -- proto: ShellShotgunImprovised - entities: - - uid: 18645 - components: - - type: Transform - parent: 25326 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 18664 - components: - - type: Transform - parent: 25326 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: Shiv entities: - - uid: 25201 - components: - - type: Transform - pos: 36.293972,-30.4844 - parent: 12 - uid: 30493 components: - type: Transform @@ -168655,40 +183230,23 @@ entities: parent: 12 - proto: ShotGunCabinetFilled entities: - - uid: 29031 + - uid: 5495 components: - type: Transform pos: 21.5,60.5 parent: 12 - - uid: 29035 + - uid: 32282 components: - type: Transform rot: 1.5707963267948966 rad pos: 50.5,-32.5 parent: 12 - - uid: 29718 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,50.5 - parent: 12 - - uid: 32316 - components: - - type: Transform - pos: -29.5,12.5 - parent: 12 - proto: Shovel entities: - uid: 504 components: - type: Transform - rot: -18.84955592153876 rad - pos: 5.6112194,-61.82998 - parent: 12 - - uid: 4168 - components: - - type: Transform - pos: 59.56368,-40.504784 + pos: 5.886181,-62.15094 parent: 12 - uid: 12121 components: @@ -168741,35 +183299,55 @@ entities: rot: 3.141592653589793 rad pos: -26.5,-26.5 parent: 12 - - uid: 15655 + - uid: 22278 components: - type: Transform rot: 3.141592653589793 rad - pos: -21.5,74.5 + pos: -25.5,-26.5 parent: 12 - - uid: 15693 + - uid: 29667 + components: + - type: Transform + pos: -21.5,71.5 + parent: 12 + - uid: 29825 + components: + - type: Transform + pos: -22.5,71.5 + parent: 12 + - uid: 29828 + components: + - type: Transform + pos: -23.5,71.5 + parent: 12 + - uid: 29829 + components: + - type: Transform + pos: -24.5,71.5 + parent: 12 + - uid: 29830 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,74.5 + pos: -24.5,73.5 parent: 12 - - uid: 15694 + - uid: 29831 components: - type: Transform rot: 3.141592653589793 rad - pos: -24.5,74.5 + pos: -23.5,73.5 parent: 12 - - uid: 15695 + - uid: 29832 components: - type: Transform rot: 3.141592653589793 rad - pos: -22.5,74.5 + pos: -21.5,73.5 parent: 12 - - uid: 22278 + - uid: 29833 components: - type: Transform rot: 3.141592653589793 rad - pos: -25.5,-26.5 + pos: -22.5,73.5 parent: 12 - uid: 31116 components: @@ -168778,10 +183356,15 @@ entities: parent: 12 - proto: ShuttersNormalOpen entities: - - uid: 7529 + - uid: 2721 components: - type: Transform - pos: 51.5,-4.5 + pos: 13.5,-13.5 + parent: 12 + - uid: 5476 + components: + - type: Transform + pos: 15.5,-18.5 parent: 12 - uid: 8470 components: @@ -168793,6 +183376,16 @@ entities: - type: Transform pos: 49.5,-9.5 parent: 12 + - uid: 9613 + components: + - type: Transform + pos: 14.5,-13.5 + parent: 12 + - uid: 9645 + components: + - type: Transform + pos: 13.5,-18.5 + parent: 12 - uid: 10382 components: - type: Transform @@ -168858,6 +183451,11 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,8.5 parent: 12 + - uid: 16869 + components: + - type: Transform + pos: 8.5,-17.5 + parent: 12 - uid: 18665 components: - type: Transform @@ -168958,6 +183556,21 @@ entities: rot: -1.5707963267948966 rad pos: -57.5,25.5 parent: 12 + - uid: 19823 + components: + - type: Transform + pos: 12.5,-13.5 + parent: 12 + - uid: 19852 + components: + - type: Transform + pos: 14.5,-18.5 + parent: 12 + - uid: 19861 + components: + - type: Transform + pos: 12.5,-18.5 + parent: 12 - uid: 21916 components: - type: Transform @@ -169006,40 +183619,10 @@ entities: rot: -1.5707963267948966 rad pos: 24.5,-22.5 parent: 12 - - uid: 30117 - components: - - type: Transform - pos: -1.5,1.5 - parent: 12 - - uid: 30120 - components: - - type: Transform - pos: -0.5,1.5 - parent: 12 - - uid: 30127 - components: - - type: Transform - pos: 0.5,1.5 - parent: 12 - - uid: 30131 - components: - - type: Transform - pos: 0.5,2.5 - parent: 12 - - uid: 30133 - components: - - type: Transform - pos: 0.5,3.5 - parent: 12 - - uid: 30137 - components: - - type: Transform - pos: -1.5,3.5 - parent: 12 - - uid: 30144 + - uid: 31873 components: - type: Transform - pos: -1.5,2.5 + pos: 15.5,-13.5 parent: 12 - proto: ShuttersWindow entities: @@ -169055,6 +183638,11 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,-23.5 parent: 12 + - uid: 27184 + components: + - type: Transform + pos: -54.5,58.5 + parent: 12 - proto: ShuttersWindowOpen entities: - uid: 18849 @@ -169159,39 +183747,6 @@ entities: - Pressed: Toggle 26580: - Pressed: Toggle - - uid: 30159 - components: - - type: Transform - pos: -0.5,5.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 30127: - - Pressed: Toggle - 30120: - - Pressed: Toggle - 30117: - - Pressed: Toggle - 30144: - - Pressed: Toggle - 30137: - - Pressed: Toggle - 30133: - - Pressed: Toggle - 30131: - - Pressed: Toggle - - uid: 30490 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-43.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 30454: - - Pressed: Toggle - 30457: - - Pressed: Toggle - proto: SignalButtonDirectional entities: - uid: 574 @@ -169243,26 +183798,6 @@ entities: - type: Transform pos: -19.5,-37.5 parent: 12 - - type: DeviceLinkSource - linkedPorts: - 10151: - - Pressed: Toggle - - uid: 4469 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -20.5,72.5 - parent: 12 - - type: DeviceLinkSource - linkedPorts: - 15655: - - Pressed: Toggle - 15695: - - Pressed: Toggle - 15693: - - Pressed: Toggle - 15694: - - Pressed: Toggle - uid: 5541 components: - type: Transform @@ -169516,6 +184051,40 @@ entities: - Pressed: Toggle 18857: - Pressed: Toggle + - uid: 22059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 11.5,-17.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 16869: + - Pressed: Toggle + 19861: + - Pressed: Toggle + 9645: + - Pressed: Toggle + 19852: + - Pressed: Toggle + 5476: + - Pressed: Toggle + - uid: 22062 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 10.5,-12.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 19823: + - Pressed: Toggle + 2721: + - Pressed: Toggle + 9613: + - Pressed: Toggle + 31873: + - Pressed: Toggle - uid: 23446 components: - type: Transform @@ -169600,8 +184169,8 @@ entities: parent: 12 - type: DeviceLinkSource linkedPorts: - 10150: - - Pressed: DoorBolt + 19017: + - Pressed: Toggle - uid: 28350 components: - type: Transform @@ -169609,8 +184178,42 @@ entities: parent: 12 - type: DeviceLinkSource linkedPorts: - 10151: + 19013: - Pressed: DoorBolt + - uid: 29314 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -53.5,58.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 27184: + - Pressed: Toggle + - uid: 29834 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,69.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 29667: + - Pressed: Toggle + 29825: + - Pressed: Toggle + 29828: + - Pressed: Toggle + 29829: + - Pressed: Toggle + 29832: + - Pressed: Toggle + 29833: + - Pressed: Toggle + 29831: + - Pressed: Toggle + 29830: + - Pressed: Toggle - uid: 31136 components: - type: Transform @@ -169625,6 +184228,48 @@ entities: - type: Transform pos: -2.5,-64.5 parent: 12 + - uid: 31374 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -7.5,-24.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 9763: + - Pressed: Toggle + 9764: + - Pressed: Toggle + - uid: 31383 + components: + - type: Transform + pos: 12.5,19.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 12674: + - Pressed: Toggle + 1850: + - Pressed: Toggle + 4384: + - Pressed: Toggle + 12675: + - Pressed: Toggle + - uid: 31385 + components: + - type: Transform + pos: 10.5,19.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 9407: + - Pressed: Toggle + 15681: + - Pressed: Toggle + 10993: + - Pressed: Toggle + 11326: + - Pressed: Toggle - proto: SignAnomaly entities: - uid: 32031 @@ -169649,10 +184294,10 @@ entities: parent: 12 - proto: SignArmory entities: - - uid: 106 + - uid: 20856 components: - type: Transform - pos: -35.5,61.5 + pos: -34.5,63.5 parent: 12 - proto: SignAtmos entities: @@ -169806,14 +184451,6 @@ entities: rot: 1.5707963267948966 rad pos: -35.5,-40.5 parent: 12 -- proto: SignCloning - entities: - - uid: 28738 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -4.5,-52.5 - parent: 12 - proto: SignCryo entities: - uid: 21647 @@ -169851,18 +184488,6 @@ entities: rot: 3.141592653589793 rad pos: -14.501035,26.381912 parent: 12 - - uid: 32334 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,29.5 - parent: 12 - - uid: 32335 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 - parent: 12 - proto: SignDirectionalBridge entities: - uid: 25881 @@ -169989,23 +184614,6 @@ entities: rot: 1.5707963267948966 rad pos: 10.547713,41.9563 parent: 12 - - uid: 30279 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-8.5 - parent: 12 - - uid: 31169 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 12.5,-36.5 - parent: 12 - - uid: 31170 - components: - - type: Transform - pos: 10.5,-36.5 - parent: 12 - proto: SignDirectionalMed entities: - uid: 25885 @@ -170054,6 +184662,12 @@ entities: parent: 12 - proto: SignDirectionalSolar entities: + - uid: 28224 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -2.5,-61.5 + parent: 12 - uid: 31019 components: - type: Transform @@ -170073,13 +184687,6 @@ entities: rot: 1.5707963267948966 rad pos: 19.50873,-29.295479 parent: 12 -- proto: SignDisposalSpace - entities: - - uid: 29012 - components: - - type: Transform - pos: 58.5,41.5 - parent: 12 - proto: SignElectrical entities: - uid: 31267 @@ -170094,12 +184701,6 @@ entities: parent: 12 - proto: SignElectricalMed entities: - - uid: 2261 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,75.5 - parent: 12 - uid: 7522 components: - type: Transform @@ -170131,31 +184732,14 @@ entities: - type: Transform pos: 63.5,1.5 parent: 12 - - uid: 25392 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,55.5 - parent: 12 - uid: 27155 components: - type: Transform rot: 1.5707963267948966 rad pos: 55.5,13.5 parent: 12 - - uid: 29451 - components: - - type: Transform - pos: -35.5,73.5 - parent: 12 - proto: SignEngine entities: - - uid: 18712 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 12 - uid: 27242 components: - type: Transform @@ -170183,16 +184767,10 @@ entities: parent: 12 - proto: SignEscapePods entities: - - uid: 6282 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 32.5,-42.5 - parent: 12 - - uid: 31266 + - uid: 29003 components: - type: Transform - pos: -17.5,-66.5 + pos: -17.5,-65.5 parent: 12 - proto: SignEVA entities: @@ -170320,19 +184898,6 @@ entities: - type: Transform pos: 8.5,-49.5 parent: 12 - - uid: 30298 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,15.5 - parent: 12 -- proto: SignKiddiePlaque - entities: - - uid: 26921 - components: - - type: Transform - pos: -31.5,61.5 - parent: 12 - proto: SignKitchen entities: - uid: 21311 @@ -170421,11 +184986,6 @@ entities: rot: -1.5707963267948966 rad pos: 2.5,-43.5 parent: 12 - - uid: 31191 - components: - - type: Transform - pos: 8.5,-38.5 - parent: 12 - proto: SignNews entities: - uid: 15797 @@ -170434,6 +184994,13 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,39.5 parent: 12 +- proto: SignPrison + entities: + - uid: 19301 + components: + - type: Transform + pos: -37.5,60.5 + parent: 12 - proto: SignPsychology entities: - uid: 2430 @@ -170448,45 +185015,29 @@ entities: - type: Transform pos: -18.5,-37.5 parent: 12 -- proto: SignRedFive - entities: - - uid: 32282 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,54.5 - parent: 12 -- proto: SignRedFour - entities: - - uid: 25435 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,60.5 - parent: 12 - proto: SignRedOne entities: - - uid: 11839 + - uid: 29247 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,60.5 + rot: -1.5707963267948966 rad + pos: -42.5,60.5 parent: 12 - proto: SignRedThree entities: - - uid: 25440 + - uid: 29284 components: - type: Transform - rot: 3.141592653589793 rad - pos: -45.5,60.5 + rot: -1.5707963267948966 rad + pos: -48.5,60.5 parent: 12 - proto: SignRedTwo entities: - - uid: 25430 + - uid: 29283 components: - type: Transform - rot: 3.141592653589793 rad - pos: -42.5,60.5 + rot: -1.5707963267948966 rad + pos: -45.5,60.5 parent: 12 - proto: SignRestroom entities: @@ -170611,6 +185162,11 @@ entities: rot: 3.141592653589793 rad pos: -9.5,-20.5 parent: 12 + - uid: 30002 + components: + - type: Transform + pos: -37.5,73.5 + parent: 12 - proto: SignSmoking entities: - uid: 2047 @@ -170634,22 +185190,10 @@ entities: parent: 12 - proto: SignSpace entities: - - uid: 11975 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,-49.5 - parent: 12 - - uid: 25419 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,0.5 - parent: 12 - - uid: 28868 + - uid: 29292 components: - type: Transform - pos: -23.5,71.5 + pos: -24.5,62.5 parent: 12 - proto: SignSurgery entities: @@ -170694,19 +185238,6 @@ entities: - type: Transform pos: -14.5,-57.5 parent: 12 -- proto: SignVox - entities: - - uid: 5163 - components: - - type: Transform - pos: 7.5,70.5 - parent: 12 - - uid: 27054 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,69.5 - parent: 12 - proto: Sink entities: - uid: 19874 @@ -170715,11 +185246,11 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,50.5 parent: 12 - - uid: 32027 + - uid: 26738 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,69.5 + rot: 3.141592653589793 rad + pos: 37.5,-32.5 parent: 12 - proto: SinkEmpty entities: @@ -170735,37 +185266,8 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-29.5 parent: 12 - - uid: 8428 - components: - - type: Transform - pos: 37.5,-30.5 - parent: 12 -- proto: SinkStemlessWater - entities: - - uid: 20879 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,54.5 - parent: 12 - - uid: 31274 - components: - - type: Transform - pos: 7.5,-39.5 - parent: 12 - - uid: 32271 - components: - - type: Transform - pos: -45.5,52.5 - parent: 12 - proto: SinkWide entities: - - uid: 288 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 4.5,-60.5 - parent: 12 - uid: 936 components: - type: Transform @@ -170853,26 +185355,19 @@ entities: rot: 3.141592653589793 rad pos: 7.5,-52.5 parent: 12 -- proto: Sledgehammer +- proto: Skub entities: - - uid: 30305 + - uid: 26065 components: - type: Transform - pos: -42.396366,-50.495323 + pos: 54.49004,14.54105 parent: 12 -- proto: SmallLight +- proto: Sledgehammer entities: - - uid: 25412 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -41.5,65.5 - parent: 12 - - uid: 28439 + - uid: 32284 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,60.5 + pos: -43.28667,-50.4015 parent: 12 - proto: SmartFridge entities: @@ -170881,77 +185376,110 @@ entities: - type: Transform pos: -34.5,-45.5 parent: 12 -- proto: SMESBasic +- proto: SMESAdvanced entities: - - uid: 2127 + - uid: 2682 components: - type: Transform - pos: 2.5,-2.5 + pos: 13.5,-14.5 parent: 12 - - uid: 2147 + - uid: 4521 components: - type: Transform - pos: 2.5,-5.5 + pos: 14.5,-14.5 parent: 12 -- proto: SMESExtended - entities: - - uid: 11952 + - uid: 4522 + components: + - type: Transform + pos: 12.5,-14.5 + parent: 12 + - uid: 4667 components: - type: Transform pos: 12.5,-17.5 parent: 12 - - uid: 12080 + - uid: 5020 components: - type: Transform pos: 13.5,-17.5 parent: 12 - - uid: 12251 + - uid: 8972 components: - type: Transform - pos: 62.5,0.5 + pos: 14.5,-17.5 parent: 12 - - uid: 14279 + - uid: 25094 components: - type: Transform - pos: 50.5,-44.5 + pos: 15.5,-17.5 parent: 12 - - uid: 14920 + - uid: 25567 components: - type: Transform - pos: 36.5,67.5 + pos: 15.5,-14.5 parent: 12 - - uid: 15446 +- proto: SMESBasic + entities: + - uid: 7889 components: - type: Transform - pos: -52.5,45.5 + pos: 62.5,-3.5 + parent: 12 + - uid: 14279 + components: + - type: Transform + pos: 36.5,67.5 parent: 12 - uid: 17837 components: - type: Transform - pos: 36.5,-15.5 + pos: -52.5,45.5 parent: 12 - - uid: 19437 +- proto: SMESExtended + entities: + - uid: 27071 components: - type: Transform - pos: -19.5,-66.5 + pos: 2.5,-2.5 parent: 12 - - uid: 21642 + - uid: 27232 components: - type: Transform - pos: -53.5,-46.5 + pos: 2.5,-5.5 parent: 12 - - uid: 27314 + - uid: 27354 components: - type: Transform pos: 38.5,-6.5 parent: 12 - - uid: 27353 + - uid: 27383 components: - type: Transform - pos: 14.5,-17.5 + pos: 36.5,-15.5 + parent: 12 + - uid: 27394 + components: + - type: Transform + pos: 50.5,-44.5 + parent: 12 + - uid: 28520 + components: + - type: Transform + pos: -19.5,-66.5 + parent: 12 + - uid: 28528 + components: + - type: Transform + pos: -53.5,-46.5 parent: 12 - proto: SmokingPipe entities: + - uid: 5235 + components: + - type: Transform + rot: -18.84955592153876 rad + pos: -39.62392,-16.257439 + parent: 12 - uid: 17417 components: - type: Transform @@ -170969,13 +185497,6 @@ entities: - type: Transform pos: 50.53882,20.213259 parent: 12 -- proto: SmokingPipeFilledCannabisRainbow - entities: - - uid: 30179 - components: - - type: Transform - pos: 30.463552,29.68633 - parent: 12 - proto: SnowBattlemap entities: - uid: 30320 @@ -170997,12 +185518,6 @@ entities: parent: 12 - proto: SodaDispenser entities: - - uid: 8983 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-14.5 - parent: 12 - uid: 15086 components: - type: Transform @@ -171014,20 +185529,25 @@ entities: rot: -1.5707963267948966 rad pos: 27.5,47.5 parent: 12 -- proto: SodaDispenserEmpty - entities: - - uid: 23451 + - uid: 16339 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 38.5,-32.5 + parent: 12 + - uid: 27007 components: - type: Transform rot: 1.5707963267948966 rad - pos: 29.5,49.5 + pos: -57.5,-15.5 parent: 12 -- proto: SolarAssembly +- proto: SodaDispenserEmpty entities: - - uid: 31075 + - uid: 23451 components: - type: Transform - pos: -54.5,-53.5 + rot: 1.5707963267948966 rad + pos: 29.5,49.5 parent: 12 - proto: SolarControlComputerCircuitboard entities: @@ -171038,6 +185558,12 @@ entities: parent: 12 - proto: SolarPanel entities: + - uid: 948 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,-66.5 + parent: 12 - uid: 6353 components: - type: Transform @@ -171650,11 +186176,17 @@ entities: rot: -1.5707963267948966 rad pos: 48.5,-59.5 parent: 12 - - uid: 10823 + - uid: 10816 components: - type: Transform rot: 1.5707963267948966 rad - pos: -55.5,-58.5 + pos: -28.5,-68.5 + parent: 12 + - uid: 10953 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -40.5,-68.5 parent: 12 - uid: 13967 components: @@ -172236,233 +186768,203 @@ entities: - type: Transform pos: -67.5,54.5 parent: 12 - - uid: 27075 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-68.5 - parent: 12 - - uid: 27076 + - uid: 18629 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-68.5 + rot: 1.5707963267948966 rad + pos: -36.5,-66.5 parent: 12 - - uid: 27077 + - uid: 24456 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-68.5 + rot: 1.5707963267948966 rad + pos: -39.5,-68.5 parent: 12 - - uid: 27078 + - uid: 24642 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-68.5 + rot: 1.5707963267948966 rad + pos: -39.5,-62.5 parent: 12 - - uid: 27091 + - uid: 25581 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-68.5 + rot: -1.5707963267948966 rad + pos: -56.5,-52.5 parent: 12 - - uid: 27097 + - uid: 27495 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-66.5 + rot: 1.5707963267948966 rad + pos: -30.5,-64.5 parent: 12 - - uid: 27100 + - uid: 27496 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-66.5 + rot: 1.5707963267948966 rad + pos: -31.5,-68.5 parent: 12 - - uid: 27103 + - uid: 27497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-66.5 + rot: 1.5707963267948966 rad + pos: -31.5,-64.5 parent: 12 - - uid: 27106 + - uid: 27500 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-66.5 + rot: 1.5707963267948966 rad + pos: -32.5,-64.5 parent: 12 - - uid: 27117 + - uid: 27503 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-66.5 + rot: 1.5707963267948966 rad + pos: -30.5,-66.5 parent: 12 - - uid: 27118 + - uid: 27705 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-64.5 + rot: 1.5707963267948966 rad + pos: -28.5,-64.5 parent: 12 - - uid: 27119 + - uid: 27710 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-64.5 + rot: 1.5707963267948966 rad + pos: -37.5,-68.5 parent: 12 - - uid: 27120 + - uid: 27717 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-64.5 + rot: 1.5707963267948966 rad + pos: -37.5,-66.5 parent: 12 - - uid: 27121 + - uid: 27719 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-64.5 + rot: 1.5707963267948966 rad + pos: -38.5,-68.5 parent: 12 - - uid: 27122 + - uid: 27722 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,-62.5 + rot: 1.5707963267948966 rad + pos: -29.5,-66.5 parent: 12 - - uid: 27123 + - uid: 27723 components: - type: Transform - rot: 3.141592653589793 rad - pos: -35.5,-62.5 + rot: 1.5707963267948966 rad + pos: -39.5,-64.5 parent: 12 - - uid: 27124 + - uid: 27725 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-62.5 + rot: 1.5707963267948966 rad + pos: -36.5,-64.5 parent: 12 - - uid: 27125 + - uid: 27726 components: - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,-62.5 + rot: 1.5707963267948966 rad + pos: -37.5,-64.5 parent: 12 - - uid: 27126 + - uid: 27811 components: - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,-62.5 + rot: 1.5707963267948966 rad + pos: -38.5,-64.5 parent: 12 - - uid: 27127 + - uid: 27812 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-62.5 + rot: 1.5707963267948966 rad + pos: -40.5,-66.5 parent: 12 - - uid: 27128 + - uid: 27813 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-62.5 + rot: 1.5707963267948966 rad + pos: -28.5,-62.5 parent: 12 - - uid: 27156 + - uid: 27814 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: -29.5,-62.5 parent: 12 - - uid: 27161 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-62.5 - parent: 12 - - uid: 27203 + - uid: 27815 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: -30.5,-62.5 parent: 12 - - uid: 27209 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-64.5 - parent: 12 - - uid: 27210 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-64.5 - parent: 12 - - uid: 27216 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-64.5 - parent: 12 - - uid: 27218 + - uid: 27821 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-64.5 + rot: 1.5707963267948966 rad + pos: -31.5,-62.5 parent: 12 - - uid: 27219 + - uid: 27822 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-64.5 + rot: 1.5707963267948966 rad + pos: -32.5,-62.5 parent: 12 - - uid: 27220 + - uid: 27823 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-66.5 + rot: 1.5707963267948966 rad + pos: -39.5,-66.5 parent: 12 - - uid: 27221 + - uid: 27826 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-66.5 + rot: 1.5707963267948966 rad + pos: -36.5,-62.5 parent: 12 - - uid: 27222 + - uid: 27837 components: - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,-66.5 + rot: 1.5707963267948966 rad + pos: -37.5,-62.5 parent: 12 - - uid: 27223 + - uid: 27839 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-66.5 + rot: 1.5707963267948966 rad + pos: -38.5,-62.5 parent: 12 - - uid: 27224 + - uid: 28245 components: - type: Transform - rot: 3.141592653589793 rad + rot: 1.5707963267948966 rad pos: -31.5,-66.5 parent: 12 - - uid: 27225 + - uid: 28246 components: - type: Transform - rot: 3.141592653589793 rad - pos: -32.5,-68.5 + rot: 1.5707963267948966 rad + pos: -32.5,-66.5 parent: 12 - - uid: 27227 + - uid: 28306 components: - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,-68.5 + rot: 1.5707963267948966 rad + pos: -32.5,-68.5 parent: 12 - - uid: 27232 + - uid: 29001 components: - type: Transform - rot: 3.141592653589793 rad - pos: -31.5,-68.5 + rot: 1.5707963267948966 rad + pos: -40.5,-62.5 parent: 12 - - uid: 27234 + - uid: 30181 components: - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,-68.5 + rot: -1.5707963267948966 rad + pos: -56.5,-54.5 parent: 12 - uid: 31009 components: @@ -172494,70 +186996,61 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,-43.5 parent: 12 - - uid: 31016 + - uid: 31040 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-52.5 + pos: -56.5,-43.5 parent: 12 - - uid: 32148 +- proto: SolarPanelBroken + entities: + - uid: 2401 components: - type: Transform - pos: -65.5,-57.5 + pos: -38.5,-66.5 parent: 12 - - uid: 32150 + - uid: 10821 components: - type: Transform - pos: -65.5,-54.5 + rot: -1.5707963267948966 rad + pos: -56.5,-53.5 parent: 12 - - uid: 32151 + - uid: 24256 components: - type: Transform - pos: -65.5,-56.5 + pos: -40.5,-64.5 parent: 12 - - uid: 32183 + - uid: 27704 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-58.5 + pos: -29.5,-64.5 parent: 12 -- proto: SolarPanelBroken - entities: - - uid: 27073 + - uid: 27825 components: - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,-64.5 + pos: -36.5,-68.5 parent: 12 - - uid: 27074 + - uid: 28247 components: - type: Transform - rot: 3.141592653589793 rad pos: -29.5,-68.5 parent: 12 - - uid: 30875 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-56.5 - parent: 12 - - uid: 31000 + - uid: 28248 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -56.5,-54.5 + pos: -30.5,-68.5 parent: 12 - - uid: 31001 + - uid: 30306 components: - type: Transform rot: -1.5707963267948966 rad - pos: -58.5,-53.5 + pos: -58.5,-44.5 parent: 12 - - uid: 31002 + - uid: 30437 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,-56.5 + pos: -58.5,-54.5 parent: 12 - uid: 31003 components: @@ -172589,22 +187082,11 @@ entities: rot: -1.5707963267948966 rad pos: -58.5,-46.5 parent: 12 - - uid: 31008 + - uid: 31037 components: - type: Transform rot: -1.5707963267948966 rad - pos: -56.5,-43.5 - parent: 12 - - uid: 32149 - components: - - type: Transform - pos: -65.5,-55.5 - parent: 12 - - uid: 32184 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-58.5 + pos: -58.5,-52.5 parent: 12 - proto: SolarTracker entities: @@ -172623,23 +187105,30 @@ entities: - type: Transform pos: -71.5,48.5 parent: 12 - - uid: 27235 + - uid: 28242 components: - type: Transform - pos: -26.5,-68.5 + pos: -25.5,-69.5 parent: 12 - - uid: 31017 +- proto: SolarTrackerElectronics + entities: + - uid: 13308 components: - type: Transform - pos: -61.5,-50.5 + pos: -53.441116,-47.48533 parent: 12 - proto: SolidSecretDoor entities: - - uid: 26920 + - uid: 3147 + components: + - type: Transform + pos: -53.5,55.5 + parent: 12 + - uid: 7847 components: - type: Transform rot: -1.5707963267948966 rad - pos: -46.5,63.5 + pos: -17.5,65.5 parent: 12 - uid: 28266 components: @@ -172647,12 +187136,24 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,-12.5 parent: 12 + - uid: 30572 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,63.5 + parent: 12 - uid: 30884 components: - type: Transform rot: 3.141592653589793 rad pos: 39.5,61.5 parent: 12 + - uid: 32283 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -0.5,-19.5 + parent: 12 - proto: SpaceCash entities: - uid: 22668 @@ -172704,32 +187205,13 @@ entities: - type: Transform pos: 2.6893578,-65.50442 parent: 12 -- proto: SpaceCash1000 +- proto: SpaceCash100 entities: - - uid: 27397 + - uid: 31330 components: - type: Transform - pos: 2.6110897,-65.07329 + pos: 2.5752048,-65.120926 parent: 12 - - type: Stack - count: 2100 -- proto: SpaceCash10000 - entities: - - uid: 28171 - components: - - type: Transform - parent: 20813 - - type: Physics - canCollide: False - - type: InsideEntityStorage -- proto: SpaceCash20000 - entities: - - uid: 29527 - components: - - type: Transform - parent: 29526 - - type: Physics - canCollide: False - proto: SpacemenFigureSpawner entities: - uid: 30383 @@ -172737,13 +187219,6 @@ entities: - type: Transform pos: -13.5,72.5 parent: 12 -- proto: Spaceshroom - entities: - - uid: 29490 - components: - - type: Transform - pos: -31.5,73.5 - parent: 12 - proto: SpaceVillainArcadeFilled entities: - uid: 12223 @@ -172783,10 +187258,11 @@ entities: parent: 12 - proto: SpawnMechRipley entities: - - uid: 28236 + - uid: 30400 components: - type: Transform - pos: 62.5,-18.5 + rot: 3.141592653589793 rad + pos: 61.5,-21.5 parent: 12 - proto: SpawnMobAlexander entities: @@ -172995,11 +187471,6 @@ entities: - type: Transform pos: 49.5,-33.5 parent: 12 - - uid: 19015 - components: - - type: Transform - pos: -45.5,-13.5 - parent: 12 - uid: 23530 components: - type: Transform @@ -173020,6 +187491,16 @@ entities: - type: Transform pos: 30.5,11.5 parent: 12 + - uid: 28557 + components: + - type: Transform + pos: -44.5,-15.5 + parent: 12 + - uid: 31106 + components: + - type: Transform + pos: -14.5,-68.5 + parent: 12 - proto: SpawnMobParrot entities: - uid: 6237 @@ -173089,10 +187570,10 @@ entities: parent: 12 - proto: SpawnPointAdjutant entities: - - uid: 1759 + - uid: 32298 components: - type: Transform - pos: -56.5,28.5 + pos: -54.5,27.5 parent: 12 - proto: SpawnPointAtmos entities: @@ -173113,7 +187594,7 @@ entities: parent: 12 - proto: SpawnPointBarber entities: - - uid: 27245 + - uid: 973 components: - type: Transform pos: -14.5,49.5 @@ -173132,7 +187613,7 @@ entities: parent: 12 - proto: SpawnPointBlueShield entities: - - uid: 22312 + - uid: 32179 components: - type: Transform pos: -53.5,41.5 @@ -173144,20 +187625,16 @@ entities: - type: Transform pos: -23.5,-30.5 parent: 12 - - uid: 12138 - components: - - type: Transform - pos: -24.5,-30.5 - parent: 12 - - uid: 27845 + - uid: 12110 components: - type: Transform - pos: 25.5,78.5 + rot: 1.5707963267948966 rad + pos: -26.5,-28.5 parent: 12 - - uid: 27860 + - uid: 12138 components: - type: Transform - pos: 11.5,78.5 + pos: -24.5,-30.5 parent: 12 - proto: SpawnPointBotanist entities: @@ -173213,6 +187690,13 @@ entities: - type: Transform pos: 15.5,51.5 parent: 12 +- proto: SpawnPointBrigmedic + entities: + - uid: 23136 + components: + - type: Transform + pos: -47.5,55.5 + parent: 12 - proto: SpawnPointCaptain entities: - uid: 27323 @@ -173290,17 +187774,17 @@ entities: parent: 12 - proto: SpawnPointChiefEngineer entities: - - uid: 28051 + - uid: 5494 components: - type: Transform - pos: -52.5,30.5 + pos: 26.5,-22.5 parent: 12 - proto: SpawnPointChiefMedicalOfficer entities: - - uid: 28052 + - uid: 2578 components: - type: Transform - pos: -52.5,27.5 + pos: -11.5,-38.5 parent: 12 - proto: SpawnPointClown entities: @@ -173309,11 +187793,6 @@ entities: - type: Transform pos: 3.5,59.5 parent: 12 - - uid: 28976 - components: - - type: Transform - pos: -28.5,45.5 - parent: 12 - proto: SpawnPointDetective entities: - uid: 13646 @@ -173321,6 +187800,11 @@ entities: - type: Transform pos: 29.5,30.5 parent: 12 + - uid: 22815 + components: + - type: Transform + pos: 31.5,30.5 + parent: 12 - proto: SpawnPointHeadOfPersonnel entities: - uid: 27324 @@ -173328,17 +187812,12 @@ entities: - type: Transform pos: -43.5,22.5 parent: 12 - - uid: 28427 - components: - - type: Transform - pos: -51.5,27.5 - parent: 12 - proto: SpawnPointHeadOfSecurity entities: - - uid: 28442 + - uid: 20840 components: - type: Transform - pos: -51.5,30.5 + pos: -43.5,34.5 parent: 12 - proto: SpawnPointJanitor entities: @@ -173357,28 +187836,6 @@ entities: - type: Transform pos: 45.5,20.5 parent: 12 -- proto: SpawnPointLatejoin - entities: - - uid: 11954 - components: - - type: Transform - pos: 25.5,80.5 - parent: 12 - - uid: 27842 - components: - - type: Transform - pos: 11.5,80.5 - parent: 12 - - uid: 27885 - components: - - type: Transform - pos: 11.5,79.5 - parent: 12 - - uid: 27908 - components: - - type: Transform - pos: 25.5,79.5 - parent: 12 - proto: SpawnPointLawyer entities: - uid: 30266 @@ -173400,10 +187857,10 @@ entities: parent: 12 - proto: SpawnPointMagistrat entities: - - uid: 28443 + - uid: 3099 components: - type: Transform - pos: -21.5,2.5 + pos: -20.5,1.5 parent: 12 - proto: SpawnPointMedicalDoctor entities: @@ -173456,11 +187913,6 @@ entities: - type: Transform pos: 3.5,58.5 parent: 12 - - uid: 28977 - components: - - type: Transform - pos: -28.5,43.5 - parent: 12 - proto: SpawnPointMusician entities: - uid: 23902 @@ -173482,6 +187934,16 @@ entities: - type: Transform pos: -20.5,-46.5 parent: 12 + - uid: 32318 + components: + - type: Transform + pos: -22.5,-46.5 + parent: 12 + - uid: 32320 + components: + - type: Transform + pos: -21.5,-46.5 + parent: 12 - proto: SpawnPointPassenger entities: - uid: 21631 @@ -173533,10 +187995,10 @@ entities: parent: 12 - proto: SpawnPointQuartermaster entities: - - uid: 32300 + - uid: 8478 components: - type: Transform - pos: -53.5,27.5 + pos: 48.5,-7.5 parent: 12 - proto: SpawnPointReporter entities: @@ -173564,13 +188026,23 @@ entities: parent: 12 - proto: SpawnPointResearchDirector entities: - - uid: 32299 + - uid: 1759 components: - type: Transform - pos: -53.5,30.5 + pos: -37.5,-22.5 parent: 12 - proto: SpawnPointSalvageSpecialist entities: + - uid: 69 + components: + - type: Transform + pos: 79.5,-32.5 + parent: 12 + - uid: 6352 + components: + - type: Transform + pos: 78.5,-32.5 + parent: 12 - uid: 8418 components: - type: Transform @@ -173623,11 +188095,6 @@ entities: - type: Transform pos: -45.5,-34.5 parent: 12 - - uid: 2432 - components: - - type: Transform - pos: -32.5,-28.5 - parent: 12 - uid: 12353 components: - type: Transform @@ -173689,10 +188156,31 @@ entities: parent: 12 - proto: SpawnPointSeniorEngineer entities: - - uid: 29525 + - uid: 32301 components: - type: Transform - pos: 14.5,-21.5 + pos: 13.5,-21.5 + parent: 12 +- proto: SpawnPointSeniorOfficer + entities: + - uid: 32299 + components: + - type: Transform + pos: -38.5,42.5 + parent: 12 +- proto: SpawnPointSeniorPhysician + entities: + - uid: 32302 + components: + - type: Transform + pos: -26.5,-47.5 + parent: 12 +- proto: SpawnPointSeniorResearcher + entities: + - uid: 32300 + components: + - type: Transform + pos: -20.5,-20.5 parent: 12 - proto: SpawnPointServiceWorker entities: @@ -173718,16 +188206,6 @@ entities: parent: 12 - proto: SpawnPointStationEngineer entities: - - uid: 3469 - components: - - type: Transform - pos: 14.5,-15.5 - parent: 12 - - uid: 4629 - components: - - type: Transform - pos: 13.5,-15.5 - parent: 12 - uid: 5501 components: - type: Transform @@ -173748,10 +188226,10 @@ entities: - type: Transform pos: 31.5,-19.5 parent: 12 - - uid: 9174 + - uid: 19270 components: - type: Transform - pos: 12.5,-15.5 + pos: 13.5,-23.5 parent: 12 - proto: SpawnPointTechnicalAssistant entities: @@ -173804,95 +188282,25 @@ entities: rot: -12.566370614359172 rad pos: -8.433574,-66.54101 parent: 12 - - uid: 32143 - components: - - type: Transform - rot: -131.94689145077115 rad - pos: -62.016247,-54.02513 - parent: 12 -- proto: SpeedLoaderMagnum - entities: - - uid: 19218 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - - uid: 19570 - components: - - type: Transform - parent: 19430 - - type: Physics - canCollide: False - - uid: 30034 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - proto: SpiderWeb entities: - - uid: 4916 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -1.5,-53.5 - parent: 12 - - uid: 28638 - components: - - type: Transform - pos: 60.5,-15.5 - parent: 12 - - uid: 28639 - components: - - type: Transform - pos: 61.5,-15.5 - parent: 12 - - uid: 28640 - components: - - type: Transform - pos: 61.5,-16.5 - parent: 12 - - uid: 28672 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-14.5 - parent: 12 - - uid: 28674 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-13.5 - parent: 12 - - uid: 28677 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 64.5,-14.5 - parent: 12 - - uid: 28720 - components: - - type: Transform - pos: -19.5,-27.5 - parent: 12 - - uid: 29019 + - uid: 18847 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-45.5 + pos: 62.5,-16.5 parent: 12 - - uid: 29073 + - uid: 19016 components: - type: Transform rot: 1.5707963267948966 rad - pos: 55.5,-49.5 + pos: 61.5,-15.5 parent: 12 - - uid: 32352 + - uid: 19775 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-13.5 + pos: 61.5,-16.5 parent: 12 - proto: Spoon entities: @@ -173943,11 +188351,6 @@ entities: - type: Transform pos: 43.530247,16.3644 parent: 12 - - uid: 24705 - components: - - type: Transform - pos: 6.2046757,-38.502617 - parent: 12 - proto: SprayBottleWater entities: - uid: 13269 @@ -173983,7 +188386,7 @@ entities: - uid: 30003 components: - type: Transform - pos: 11.470346,-19.382376 + pos: 11.581013,-19.352137 parent: 12 - proto: StairDark entities: @@ -174028,6 +188431,16 @@ entities: rot: 3.141592653589793 rad pos: -36.5,62.5 parent: 12 + - uid: 11270 + components: + - type: Transform + pos: -35.5,45.5 + parent: 12 + - uid: 11521 + components: + - type: Transform + pos: -34.5,45.5 + parent: 12 - uid: 13050 components: - type: Transform @@ -174180,18 +188593,6 @@ entities: rot: 1.5707963267948966 rad pos: 52.5,-0.5 parent: 12 - - uid: 29347 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 39.5,1.5 - parent: 12 - - uid: 29348 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 40.5,1.5 - parent: 12 - proto: Stairs entities: - uid: 1785 @@ -174499,6 +188900,11 @@ entities: - type: Transform pos: 44.5,2.5 parent: 12 + - uid: 19783 + components: + - type: Transform + pos: 6.5,-50.5 + parent: 12 - uid: 26078 components: - type: Transform @@ -174554,30 +188960,6 @@ entities: - type: Transform pos: -3.517066,-12.428263 parent: 12 - - uid: 4959 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -38.5,75.5 - parent: 12 - - uid: 5618 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,75.5 - parent: 12 - - uid: 8896 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.383762,-40.24519 - parent: 12 - - uid: 8897 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 55.555637,-36.37019 - parent: 12 - uid: 9097 components: - type: Transform @@ -174898,35 +189280,47 @@ entities: rot: -1.5707963267948966 rad pos: 45.483803,51.68771 parent: 12 - - uid: 24254 + - uid: 24487 components: - type: Transform rot: 3.141592653589793 rad - pos: -38.5,76.5 + pos: 29.454576,67.71494 parent: 12 - - uid: 24487 + - uid: 25012 components: - type: Transform rot: 3.141592653589793 rad - pos: 29.454576,67.71494 + pos: 8.585284,67.665504 parent: 12 - - uid: 24565 + - uid: 25391 components: - type: Transform rot: 3.141592653589793 rad - pos: -34.5,76.5 + pos: -36.5,76.5 parent: 12 - - uid: 24663 + - uid: 25392 components: - type: Transform rot: 3.141592653589793 rad - pos: -35.5,75.5 + pos: -35.5,77.5 parent: 12 - - uid: 25012 + - uid: 25393 components: - type: Transform rot: 3.141592653589793 rad - pos: 8.585284,67.665504 + pos: -39.5,77.5 + parent: 12 + - uid: 25399 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,76.5 + parent: 12 + - uid: 25403 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,76.5 parent: 12 - uid: 26069 components: @@ -174951,22 +189345,22 @@ entities: rot: 1.5707963267948966 rad pos: 54.5,35.5 parent: 12 - - uid: 26131 + - uid: 29014 components: - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,75.5 + rot: 1.5707963267948966 rad + pos: -49.5,76.5 parent: 12 - - uid: 29178 + - uid: 29034 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.34376,76.70488 + pos: -54.5,62.5 parent: 12 - - uid: 29250 + - uid: 29319 components: - type: Transform - pos: -54.571026,62.530224 + rot: 3.141592653589793 rad + pos: -39.5,76.5 parent: 12 - uid: 31117 components: @@ -174988,6 +189382,12 @@ entities: parent: 12 - proto: StoolBar entities: + - uid: 6190 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,-15.5 + parent: 12 - uid: 14997 components: - type: Transform @@ -175048,15 +189448,16 @@ entities: rot: 1.5707963267948966 rad pos: 20.5,48.5 parent: 12 - - uid: 17835 + - uid: 24196 components: - type: Transform - pos: -44.5,72.5 + pos: -54.5,73.5 parent: 12 - - uid: 23709 + - uid: 26503 components: - type: Transform - pos: -53.5,73.5 + rot: -1.5707963267948966 rad + pos: -54.5,-12.5 parent: 12 - uid: 28188 components: @@ -175070,59 +189471,64 @@ entities: rot: -1.5707963267948966 rad pos: -54.5,-13.5 parent: 12 - - uid: 29179 + - uid: 29007 components: - type: Transform rot: 3.141592653589793 rad - pos: -53.5,71.5 + pos: -54.5,71.5 parent: 12 - - uid: 29260 + - uid: 29503 + components: + - type: Transform + pos: -45.5,72.5 + parent: 12 + - uid: 29504 components: - type: Transform rot: 3.141592653589793 rad - pos: -44.5,70.5 + pos: -45.5,70.5 parent: 12 - proto: StorageCanister entities: - - uid: 397 + - uid: 240 components: - type: Transform - pos: 24.5,-0.5 + pos: 13.5,-12.5 parent: 12 - - uid: 690 + - uid: 271 components: - type: Transform - pos: -50.5,-29.5 + pos: 12.5,-12.5 parent: 12 - - uid: 706 + - uid: 397 components: - type: Transform - pos: -49.5,-29.5 + pos: 24.5,-0.5 parent: 12 - uid: 4854 components: - type: Transform pos: 24.5,1.5 parent: 12 - - uid: 20776 + - uid: 17303 components: - type: Transform - pos: 10.5,-11.5 + pos: -52.5,-32.5 parent: 12 - - uid: 20782 + - uid: 26601 components: - type: Transform - pos: 11.5,-11.5 + pos: 3.5,-18.5 parent: 12 - - uid: 20876 + - uid: 26874 components: - type: Transform - pos: 12.5,-11.5 + pos: 14.5,-12.5 parent: 12 - - uid: 26601 + - uid: 27218 components: - type: Transform - pos: 3.5,-18.5 + pos: -51.5,-32.5 parent: 12 - uid: 31052 components: @@ -175152,15 +189558,13 @@ entities: - type: Transform pos: -26.393188,50.61937 parent: 12 -- proto: Stunprod +- proto: SubstationBasic entities: - - uid: 2032 + - uid: 1268 components: - type: Transform - pos: -35.5,75.5 + pos: 61.5,-3.5 parent: 12 -- proto: SubstationBasic - entities: - uid: 2121 components: - type: Transform @@ -175176,20 +189580,20 @@ entities: - type: Transform pos: -11.5,-31.5 parent: 12 - - uid: 4528 + - uid: 4267 components: - type: Transform - pos: 62.5,-0.5 + pos: 38.5,-15.5 parent: 12 - - uid: 4761 + - uid: 4720 components: - type: Transform - pos: 4.5,-16.5 + pos: -11.5,-19.5 parent: 12 - - uid: 4890 + - uid: 4761 components: - type: Transform - pos: 45.5,5.5 + pos: 4.5,-16.5 parent: 12 - uid: 7904 components: @@ -175246,6 +189650,11 @@ entities: - type: Transform pos: 17.5,7.5 parent: 12 + - uid: 21910 + components: + - type: Transform + pos: 39.5,-6.5 + parent: 12 - uid: 24704 components: - type: Transform @@ -175256,37 +189665,22 @@ entities: - type: Transform pos: -47.5,-43.5 parent: 12 - - uid: 32116 - components: - - type: Transform - pos: -62.5,-55.5 - parent: 12 -- proto: SubstationExtended - entities: - - uid: 17625 - components: - - type: Transform - pos: 39.5,-6.5 - parent: 12 - - uid: 21864 - components: - - type: Transform - pos: 3.5,-47.5 - parent: 12 - - uid: 21910 + - uid: 29430 components: - type: Transform - pos: 38.5,-15.5 + pos: 7.5,-54.5 parent: 12 - - uid: 25401 + - uid: 30495 components: - type: Transform - pos: -11.5,-19.5 + pos: -36.5,-50.5 parent: 12 - - uid: 27326 +- proto: SuitStorageBlueShield + entities: + - uid: 32176 components: - type: Transform - pos: -36.5,-50.5 + pos: -54.5,43.5 parent: 12 - proto: SuitStorageCaptain entities: @@ -175297,10 +189691,15 @@ entities: parent: 12 - proto: SuitStorageEngi entities: - - uid: 2287 + - uid: 214 components: - type: Transform - pos: 62.5,-3.5 + pos: 33.5,-15.5 + parent: 12 + - uid: 4525 + components: + - type: Transform + pos: 29.5,-6.5 parent: 12 - uid: 4553 components: @@ -175317,10 +189716,15 @@ entities: - type: Transform pos: 29.5,-13.5 parent: 12 - - uid: 9173 + - uid: 4708 components: - type: Transform - pos: 60.5,-3.5 + pos: 29.5,-7.5 + parent: 12 + - uid: 26851 + components: + - type: Transform + pos: 32.5,-15.5 parent: 12 - proto: SuitStorageEVA entities: @@ -175395,32 +189799,42 @@ entities: - type: Transform pos: 58.5,-32.5 parent: 12 + - uid: 32263 + components: + - type: Transform + pos: 77.5,-29.5 + parent: 12 + - uid: 32264 + components: + - type: Transform + pos: 77.5,-28.5 + parent: 12 - proto: SuitStorageSec entities: - - uid: 32253 + - uid: 3973 components: - type: Transform - pos: -25.5,66.5 + pos: -43.5,50.5 parent: 12 - - uid: 32254 + - uid: 3981 components: - type: Transform - pos: -25.5,67.5 + pos: -45.5,50.5 parent: 12 - - uid: 32255 + - uid: 7351 components: - type: Transform - pos: -26.5,63.5 + pos: -46.5,50.5 parent: 12 - - uid: 32256 + - uid: 10395 components: - type: Transform - pos: -25.5,63.5 + pos: -42.5,50.5 parent: 12 - - uid: 32257 + - uid: 32194 components: - type: Transform - pos: -25.5,65.5 + pos: -46.5,51.5 parent: 12 - proto: SuitStorageWarden entities: @@ -175429,14 +189843,14 @@ entities: - type: MetaData name: warden's suit storage unit - type: Transform - pos: -38.5,51.5 + pos: -46.5,52.5 parent: 12 - proto: SuperSynthesizerInstrument entities: - - uid: 29524 + - uid: 32316 components: - type: Transform - pos: 21.612312,26.893078 + pos: 21.596786,28.635702 parent: 12 - proto: SurveillanceCameraCommand entities: @@ -175461,17 +189875,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: HOP front desk - - uid: 3974 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -35.5,-22.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraCommand - nameSet: True - id: RD's room - uid: 4765 components: - type: Transform @@ -175503,6 +189906,16 @@ entities: - SurveillanceCameraCommand nameSet: True id: Bridge east + - uid: 6301 + components: + - type: Transform + pos: 36.5,-39.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: Tech vault - uid: 9660 components: - type: Transform @@ -175589,12 +190002,6 @@ entities: - SurveillanceCameraCommand nameSet: True id: Captain's room - - uid: 20874 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -43.5,-20.5 - parent: 12 - uid: 21289 components: - type: Transform @@ -175660,33 +190067,38 @@ entities: - SurveillanceCameraCommand nameSet: True id: AI exterior - - uid: 28865 + - uid: 31447 components: - type: Transform - pos: -0.5,-15.5 + rot: 3.141592653589793 rad + pos: -51.5,38.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraCommand nameSet: True - id: AI upload 2 - - uid: 29519 - components: - - type: Transform - pos: -53.5,40.5 - parent: 12 - - uid: 29520 + id: Command camera room + - uid: 31512 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,36.5 + pos: -42.5,-20.5 parent: 12 - - uid: 29521 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: RD server room + - uid: 31519 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,54.5 + rot: 3.141592653589793 rad + pos: -36.5,-19.5 parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraCommand + nameSet: True + id: RD's room - uid: 31748 components: - type: Transform @@ -175725,39 +190137,27 @@ entities: id: AI core power room - proto: SurveillanceCameraEngineering entities: - - uid: 4667 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-1.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Atmos lockers/engi hallway - - uid: 7157 + - uid: 7716 components: - type: Transform rot: -1.5707963267948966 rad - pos: 1.5,17.5 + pos: 1.5,18.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: TEG West - - uid: 8416 + id: TEG North + - uid: 9766 components: - type: Transform - rot: 3.141592653589793 rad - pos: 41.5,-37.5 + pos: 56.5,66.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: Southeast tech vault + id: Northeast airlock exterior - uid: 9821 components: - type: Transform @@ -175832,17 +190232,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Break room - - uid: 26133 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 48.5,1.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Containment entrance - uid: 26139 components: - type: Transform @@ -175865,38 +190254,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Station anchor - - uid: 26535 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 64.5,0.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Tesla South - - uid: 26549 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 58.5,-3.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Containment control room - - uid: 26551 - components: - - type: Transform - pos: 61.5,-3.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: Containment airlock - uid: 26553 components: - type: Transform @@ -175908,16 +190265,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: TEG East - - uid: 26646 - components: - - type: Transform - pos: 39.5,-2.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraEngineering - nameSet: True - id: AME hallway - uid: 27001 components: - type: Transform @@ -175929,12 +190276,6 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Atmos entrance - - uid: 28789 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-39.5 - parent: 12 - uid: 28795 components: - type: Transform @@ -176032,67 +190373,93 @@ entities: - SurveillanceCameraEngineering nameSet: True id: Southeast solars 2 - - uid: 28825 + - uid: 31448 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,-47.5 + pos: -56.5,47.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: Southwest solars - - uid: 31882 + id: Northwest solars + - uid: 31471 components: - type: Transform rot: 3.141592653589793 rad - pos: 36.5,4.5 + pos: 11.5,28.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraEngineering nameSet: True - id: AME -- proto: SurveillanceCameraGeneral - entities: - - uid: 3 + id: TEG exterior + - uid: 31511 components: - type: Transform - pos: -8.5,58.5 + pos: -36.5,-10.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - - SurveillanceCameraGeneral + - SurveillanceCameraEngineering nameSet: True - id: Dorms - - uid: 113 + id: Shuttle constuction dock + - uid: 31529 components: - type: Transform rot: 1.5707963267948966 rad - pos: 12.5,82.5 + pos: -55.5,-51.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - - SurveillanceCameraGeneral + - SurveillanceCameraEngineering nameSet: True - id: Arrivals west - - uid: 385 + id: Southwest Solars 1 + - uid: 31530 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,31.5 + pos: -23.5,-68.5 parent: 12 - - uid: 2897 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Southwest Solars 2 + - uid: 31865 components: - type: Transform - pos: 35.5,22.5 + pos: 58.5,-3.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraEngineering + nameSet: True + id: Tesla control +- proto: SurveillanceCameraGeneral + entities: + - uid: 3 + components: + - type: Transform + pos: -8.5,58.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Hallway east + id: Dorms + - uid: 113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 12.5,82.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals west - uid: 2901 components: - type: Transform @@ -176169,17 +190536,39 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Hallway Northeast - - uid: 9632 + - uid: 7059 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-37.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Evac 2 + - uid: 7270 components: - type: Transform rot: 1.5707963267948966 rad - pos: 31.5,-46.5 + pos: 31.5,-51.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Evac east + id: South evac A + - uid: 8442 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,-43.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Southeast dock - uid: 9836 components: - type: Transform @@ -176201,6 +190590,17 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Evac north + - uid: 12400 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,34.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Pool south - uid: 12672 components: - type: Transform @@ -176308,17 +190708,6 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Toolshed - - uid: 24193 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,58.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraGeneral - nameSet: True - id: Hallway NE 1 - uid: 24200 components: - type: Transform @@ -176341,39 +190730,38 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Ship construction tool room - - uid: 25396 + - uid: 26895 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,18.5 + pos: 49.5,62.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Disposals - - uid: 28802 + id: Northeast evac pod + - uid: 28427 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-26.5 + rot: -1.5707963267948966 rad + pos: -30.5,31.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Tri-department hallway - - uid: 28813 + id: Court + - uid: 28802 components: - type: Transform rot: 3.141592653589793 rad - pos: 30.5,-37.5 + pos: -9.5,-26.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Northeast evac + id: Tri-department hallway - uid: 28815 components: - type: Transform @@ -176396,94 +190784,113 @@ entities: - SurveillanceCameraGeneral nameSet: True id: Cryosleep - - uid: 31500 + - uid: 28927 components: - type: Transform - pos: -41.5,1.5 + rot: -1.5707963267948966 rad + pos: 12.5,-51.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Docking arm port - - uid: 31501 + id: South Evac B + - uid: 31047 + components: + - type: Transform + pos: 18.5,70.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Arrivals shuttle dock + - uid: 31394 + components: + - type: Transform + pos: 44.5,43.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraGeneral + nameSet: True + id: Tools exterior + - uid: 31449 components: - type: Transform rot: 1.5707963267948966 rad - pos: -15.5,24.5 + pos: 2.5,28.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Crossroad - - uid: 31746 + id: Bee room + - uid: 31473 components: - type: Transform - pos: -36.5,-10.5 + pos: 21.5,26.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Ship construction bay - - uid: 31749 + id: Observitory + - uid: 31500 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -17.5,-0.5 + pos: -41.5,1.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Law office exterior - - uid: 31750 + id: Docking arm port + - uid: 31501 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,-12.5 + rot: 1.5707963267948966 rad + pos: -15.5,24.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Gorilla and penguin enclosures - - uid: 31762 + id: Crossroad + - uid: 31557 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -62.5,-24.5 + pos: 41.5,-32.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Southwest maint dock - - uid: 32105 + id: Vending machine room + - uid: 31749 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,64.5 + rot: -1.5707963267948966 rad + pos: -17.5,-0.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraGeneral nameSet: True - id: Project room -- proto: SurveillanceCameraMedical - entities: - - uid: 2983 + id: Law office exterior + - uid: 31750 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 1.5,-51.5 + rot: -1.5707963267948966 rad + pos: -16.5,-12.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - - SurveillanceCameraMedical + - SurveillanceCameraGeneral nameSet: True - id: Gene lab + id: Gorilla and penguin enclosures +- proto: SurveillanceCameraMedical + entities: - uid: 3961 components: - type: Transform @@ -176601,6 +191008,28 @@ entities: - SurveillanceCameraMedical nameSet: True id: Surgery + - uid: 31531 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -3.5,-53.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Genetics + - uid: 31556 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-43.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraMedical + nameSet: True + id: Morgue and Surgery entrance - uid: 31761 components: - type: Transform @@ -176617,7 +191046,8 @@ entities: - uid: 21948 components: - type: Transform - pos: -50.491573,38.521393 + rot: -18.84955592153876 rad + pos: -49.832508,36.850792 parent: 12 - proto: SurveillanceCameraRouterCommand entities: @@ -176656,7 +191086,7 @@ entities: parent: 12 - proto: SurveillanceCameraRouterScience entities: - - uid: 21917 + - uid: 3077 components: - type: Transform pos: -39.5,-21.5 @@ -176725,17 +191155,6 @@ entities: - SurveillanceCameraScience nameSet: True id: Science front desk - - uid: 3977 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-21.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraScience - nameSet: True - id: Artifact room north - uid: 4129 components: - type: Transform @@ -176757,6 +191176,17 @@ entities: - SurveillanceCameraScience nameSet: True id: Robotics + - uid: 26799 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 48.5,59.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraScience + nameSet: True + id: Science checkpoint - uid: 28803 components: - type: Transform @@ -176770,6 +191200,17 @@ entities: id: Science entrance and robotics - proto: SurveillanceCameraSecurity entities: + - uid: 2165 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,62.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Armory entrance - uid: 8717 components: - type: Transform @@ -176781,12 +191222,6 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Cargo checkpoint - - uid: 11665 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -32.5,62.5 - parent: 12 - uid: 21286 components: - type: Transform @@ -176917,34 +191352,39 @@ entities: - SurveillanceCameraSecurity nameSet: True id: Detective's office - - uid: 26691 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -22.5,62.5 - parent: 12 - - uid: 29288 + - uid: 28790 components: - type: Transform - pos: -26.5,58.5 + rot: -1.5707963267948966 rad + pos: -48.5,58.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSecurity nameSet: True - id: Prisoner EVA storage - - uid: 29834 + id: Brig 2 + - uid: 29287 components: - type: Transform rot: -1.5707963267948966 rad - pos: -23.5,66.5 + pos: -29.5,66.5 parent: 12 - - uid: 31870 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Shooting range + - uid: 29289 components: - type: Transform rot: -1.5707963267948966 rad - pos: -30.5,68.5 + pos: -23.5,64.5 parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSecurity + nameSet: True + id: Security evac pod and airlock - proto: SurveillanceCameraService entities: - uid: 10 @@ -176956,6 +191396,17 @@ entities: - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService + - uid: 2154 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 44.5,21.5 + parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraService + nameSet: True + id: Janitor closet - uid: 5161 components: - type: Transform @@ -176978,26 +191429,17 @@ entities: - SurveillanceCameraService nameSet: True id: Botany north - - uid: 5235 - components: - - type: Transform - pos: 7.5,-52.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Janitor's room south - uid: 12287 components: - type: Transform - pos: 46.5,16.5 + rot: 1.5707963267948966 rad + pos: 41.5,18.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraService nameSet: True - id: Janitor's closet + id: Disposals - uid: 12904 components: - type: Transform @@ -177189,17 +191631,6 @@ entities: - SurveillanceCameraService nameSet: True id: Zookeeper's room - - uid: 28817 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -11.5,-12.5 - parent: 12 - - type: SurveillanceCamera - setupAvailableNetworks: - - SurveillanceCameraService - nameSet: True - id: Penguin zoo - uid: 28818 components: - type: Transform @@ -177232,29 +191663,29 @@ entities: - SurveillanceCameraService nameSet: True id: Lizard zoo -- proto: SurveillanceCameraSupply - entities: - - uid: 90 + - uid: 30394 components: - type: Transform - pos: 78.5,-32.5 + rot: 3.141592653589793 rad + pos: -9.5,78.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - - SurveillanceCameraSupply + - SurveillanceCameraService nameSet: True - id: Salvaging platform - - uid: 9828 + id: Library +- proto: SurveillanceCameraSupply + entities: + - uid: 90 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 55.5,-43.5 + pos: 78.5,-32.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True - id: Salvage station dock + id: Salvaging platform - uid: 9829 components: - type: Transform @@ -177299,29 +191730,27 @@ entities: - SurveillanceCameraSupply nameSet: True id: Cargo front - - uid: 28824 + - uid: 12009 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,-36.5 + rot: 1.5707963267948966 rad + pos: 63.5,-14.5 parent: 12 - type: SurveillanceCamera setupAvailableNetworks: - SurveillanceCameraSupply nameSet: True - id: Salvage airlock - - uid: 29507 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-19.5 - parent: 12 - - uid: 29508 + id: Cargo dock + - uid: 12642 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-7.5 + pos: 61.5,-26.5 parent: 12 + - type: SurveillanceCamera + setupAvailableNetworks: + - SurveillanceCameraSupply + nameSet: True + id: Cargo break room - proto: SurveillanceCameraWirelessRouterEntertainment entities: - uid: 21981 @@ -177373,28 +191802,20 @@ entities: rot: 1.5707963267948966 rad pos: 11.5,-33.5 parent: 12 -- proto: SyndicateBusinessCard - entities: - - uid: 19326 - components: - - type: Transform - parent: 28254 - - type: Physics - canCollide: False - - type: InsideEntityStorage - proto: SyndieHandyFlag entities: - uid: 28263 components: - type: Transform - pos: -48.41559,-13.235104 + pos: -50.643856,-12.445543 parent: 12 - proto: SynthesizerInstrument entities: - - uid: 29218 + - uid: 29598 components: - type: Transform - pos: -49.296886,76.470505 + rot: -6.283185307179586 rad + pos: -50.39034,76.4461 parent: 12 - proto: Syringe entities: @@ -177426,8 +191847,21 @@ entities: rot: -12.566370614359172 rad pos: 41.515606,-12.499336 parent: 12 +- proto: SyringeInaprovaline + entities: + - uid: 1842 + components: + - type: Transform + pos: -46.519814,-47.346844 + parent: 12 - proto: Table entities: + - uid: 219 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 36.5,-29.5 + parent: 12 - uid: 508 components: - type: Transform @@ -177574,15 +192008,21 @@ entities: rot: 3.141592653589793 rad pos: 31.5,22.5 parent: 12 - - uid: 2472 + - uid: 2399 components: - type: Transform - pos: -23.5,-39.5 + rot: 3.141592653589793 rad + pos: -59.5,-24.5 parent: 12 - - uid: 2495 + - uid: 2418 components: - type: Transform - pos: -19.5,-46.5 + pos: 40.5,3.5 + parent: 12 + - uid: 2472 + components: + - type: Transform + pos: -23.5,-39.5 parent: 12 - uid: 2496 components: @@ -177668,6 +192108,11 @@ entities: - type: Transform pos: -23.5,-51.5 parent: 12 + - uid: 3945 + components: + - type: Transform + pos: 5.5,69.5 + parent: 12 - uid: 3946 components: - type: Transform @@ -177722,6 +192167,12 @@ entities: rot: 1.5707963267948966 rad pos: 13.5,-24.5 parent: 12 + - uid: 4540 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-9.5 + parent: 12 - uid: 4556 components: - type: Transform @@ -177758,16 +192209,6 @@ entities: - type: Transform pos: 8.5,-11.5 parent: 12 - - uid: 4851 - components: - - type: Transform - pos: 29.5,-8.5 - parent: 12 - - uid: 4913 - components: - - type: Transform - pos: 16.5,-15.5 - parent: 12 - uid: 4935 components: - type: Transform @@ -177798,6 +192239,11 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-2.5 parent: 12 + - uid: 5333 + components: + - type: Transform + pos: -38.5,51.5 + parent: 12 - uid: 5470 components: - type: Transform @@ -177813,11 +192259,6 @@ entities: - type: Transform pos: 12.5,-19.5 parent: 12 - - uid: 5513 - components: - - type: Transform - pos: 28.5,-15.5 - parent: 12 - uid: 5515 components: - type: Transform @@ -177838,6 +192279,17 @@ entities: - type: Transform pos: 21.5,-23.5 parent: 12 + - uid: 5865 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -23.5,52.5 + parent: 12 + - uid: 5870 + components: + - type: Transform + pos: 2.5,68.5 + parent: 12 - uid: 5897 components: - type: Transform @@ -177873,6 +192325,12 @@ entities: - type: Transform pos: 35.5,-17.5 parent: 12 + - uid: 6247 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -60.5,-24.5 + parent: 12 - uid: 6279 components: - type: Transform @@ -177894,6 +192352,12 @@ entities: - type: Transform pos: -0.5,-15.5 parent: 12 + - uid: 7717 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,53.5 + parent: 12 - uid: 8224 components: - type: Transform @@ -177910,11 +192374,6 @@ entities: - type: Transform pos: 58.5,-29.5 parent: 12 - - uid: 8500 - components: - - type: Transform - pos: 55.5,-32.5 - parent: 12 - uid: 8501 components: - type: Transform @@ -177940,10 +192399,15 @@ entities: - type: Transform pos: 2.5,11.5 parent: 12 - - uid: 9077 + - uid: 9079 components: - type: Transform - pos: 38.5,-31.5 + pos: 41.5,-38.5 + parent: 12 + - uid: 9087 + components: + - type: Transform + pos: 5.5,70.5 parent: 12 - uid: 9405 components: @@ -178036,6 +192500,12 @@ entities: - type: Transform pos: 52.5,46.5 parent: 12 + - uid: 10726 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,52.5 + parent: 12 - uid: 10888 components: - type: Transform @@ -178224,11 +192694,6 @@ entities: - type: Transform pos: 2.5,-66.5 parent: 12 - - uid: 14954 - components: - - type: Transform - pos: 43.5,-39.5 - parent: 12 - uid: 15090 components: - type: Transform @@ -178416,6 +192881,12 @@ entities: rot: 3.141592653589793 rad pos: -48.5,36.5 parent: 12 + - uid: 18643 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 37.5,-29.5 + parent: 12 - uid: 18868 components: - type: Transform @@ -178573,10 +193044,17 @@ entities: rot: 1.5707963267948966 rad pos: -19.5,47.5 parent: 12 - - uid: 20605 + - uid: 20876 components: - type: Transform - pos: -42.5,56.5 + rot: 3.141592653589793 rad + pos: 38.5,-30.5 + parent: 12 + - uid: 20879 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,64.5 parent: 12 - uid: 21226 components: @@ -178621,16 +193099,6 @@ entities: - type: Transform pos: -29.5,21.5 parent: 12 - - uid: 21673 - components: - - type: Transform - pos: 43.5,-37.5 - parent: 12 - - uid: 21674 - components: - - type: Transform - pos: 42.5,-37.5 - parent: 12 - uid: 21675 components: - type: Transform @@ -178719,6 +193187,12 @@ entities: - type: Transform pos: 1.5,-0.5 parent: 12 + - uid: 22096 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -38.5,56.5 + parent: 12 - uid: 22166 components: - type: Transform @@ -178809,6 +193283,11 @@ entities: - type: Transform pos: 3.5,57.5 parent: 12 + - uid: 23092 + components: + - type: Transform + pos: 49.5,-30.5 + parent: 12 - uid: 23421 components: - type: Transform @@ -178839,11 +193318,6 @@ entities: - type: Transform pos: 48.5,51.5 parent: 12 - - uid: 23712 - components: - - type: Transform - pos: -44.5,73.5 - parent: 12 - uid: 23761 components: - type: Transform @@ -179160,6 +193634,24 @@ entities: - type: Transform pos: -22.5,-9.5 parent: 12 + - uid: 26732 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-32.5 + parent: 12 + - uid: 26748 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 38.5,-31.5 + parent: 12 + - uid: 26831 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -22.5,52.5 + parent: 12 - uid: 27252 components: - type: Transform @@ -179182,16 +193674,6 @@ entities: - type: Transform pos: 44.5,52.5 parent: 12 - - uid: 28235 - components: - - type: Transform - pos: 53.5,-33.5 - parent: 12 - - uid: 28244 - components: - - type: Transform - pos: -43.5,-22.5 - parent: 12 - uid: 28389 components: - type: Transform @@ -179218,21 +193700,40 @@ entities: - type: Transform pos: -2.5,-0.5 parent: 12 + - uid: 29015 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -54.5,72.5 + parent: 12 + - uid: 29023 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -51.5,67.5 + parent: 12 - uid: 29180 components: - type: Transform pos: 54.5,60.5 parent: 12 - - uid: 29186 + - uid: 29425 components: - type: Transform - pos: -49.5,76.5 + rot: 3.141592653589793 rad + pos: -50.5,67.5 parent: 12 - - uid: 29967 + - uid: 29505 components: - type: Transform rot: 3.141592653589793 rad - pos: 17.5,-13.5 + pos: -45.5,71.5 + parent: 12 + - uid: 29506 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,76.5 parent: 12 - uid: 29968 components: @@ -179316,30 +193817,24 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-0.5 parent: 12 - - uid: 31674 - components: - - type: Transform - pos: -62.5,-24.5 - parent: 12 - uid: 31813 components: - type: Transform rot: -1.5707963267948966 rad pos: -10.5,71.5 parent: 12 - - uid: 32275 + - uid: 32193 components: - type: Transform - pos: -43.5,50.5 + pos: -42.5,53.5 parent: 12 - - uid: 32285 +- proto: TableCarpet + entities: + - uid: 19680 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,50.5 + pos: 36.5,-46.5 parent: 12 -- proto: TableCarpet - entities: - uid: 22653 components: - type: Transform @@ -179387,16 +193882,15 @@ entities: - type: Transform pos: -46.5,-48.5 parent: 12 - - uid: 11041 + - uid: 1729 components: - type: Transform - pos: -31.5,-57.5 + pos: -46.5,-47.5 parent: 12 - - uid: 19014 + - uid: 11041 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-47.5 + pos: -31.5,-57.5 parent: 12 - uid: 20927 components: @@ -179408,12 +193902,6 @@ entities: - type: Transform pos: -32.5,-57.5 parent: 12 - - uid: 25399 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,71.5 - parent: 12 - uid: 25987 components: - type: Transform @@ -179424,11 +193912,6 @@ entities: - type: Transform pos: -30.5,-58.5 parent: 12 - - uid: 26757 - components: - - type: Transform - pos: -53.5,72.5 - parent: 12 - uid: 30583 components: - type: Transform @@ -179502,11 +193985,6 @@ entities: rot: -1.5707963267948966 rad pos: 23.5,44.5 parent: 12 - - uid: 27980 - components: - - type: Transform - pos: -54.5,64.5 - parent: 12 - proto: TableFancyBlue entities: - uid: 30213 @@ -179523,10 +194001,10 @@ entities: parent: 12 - proto: TableFrame entities: - - uid: 17599 + - uid: 27003 components: - type: Transform - pos: 38.5,-32.5 + pos: -55.5,-13.5 parent: 12 - uid: 30485 components: @@ -179662,13 +194140,13 @@ entities: rot: -1.5707963267948966 rad pos: 18.5,68.5 parent: 12 - - uid: 32025 +- proto: TableReinforced + entities: + - uid: 67 components: - type: Transform - pos: 6.5,68.5 + pos: -36.5,68.5 parent: 12 -- proto: TableReinforced - entities: - uid: 88 components: - type: Transform @@ -179679,11 +194157,22 @@ entities: - type: Transform pos: -37.5,53.5 parent: 12 + - uid: 106 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -27.5,65.5 + parent: 12 - uid: 398 components: - type: Transform pos: 63.5,-25.5 parent: 12 + - uid: 645 + components: + - type: Transform + pos: 58.5,-3.5 + parent: 12 - uid: 1071 components: - type: Transform @@ -179788,11 +194277,6 @@ entities: rot: 3.141592653589793 rad pos: 79.5,-38.5 parent: 12 - - uid: 8930 - components: - - type: Transform - pos: 49.5,-30.5 - parent: 12 - uid: 8938 components: - type: Transform @@ -179840,6 +194324,12 @@ entities: - type: Transform pos: -18.5,-21.5 parent: 12 + - uid: 11368 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,65.5 + parent: 12 - uid: 12114 components: - type: Transform @@ -180181,21 +194671,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,54.5 parent: 12 - - uid: 22887 - components: - - type: Transform - pos: -54.5,41.5 - parent: 12 - - uid: 22889 - components: - - type: Transform - pos: -54.5,40.5 - parent: 12 - - uid: 22952 - components: - - type: Transform - pos: -53.5,40.5 - parent: 12 - uid: 23577 components: - type: Transform @@ -180221,15 +194696,20 @@ entities: - type: Transform pos: -18.5,-19.5 parent: 12 - - uid: 28690 + - uid: 25370 components: - type: Transform - pos: -41.5,33.5 + pos: -37.5,68.5 parent: 12 - - uid: 28707 + - uid: 25547 components: - type: Transform - pos: -34.5,63.5 + pos: 57.5,-3.5 + parent: 12 + - uid: 28260 + components: + - type: Transform + pos: -50.5,-12.5 parent: 12 - uid: 29118 components: @@ -180237,15 +194717,22 @@ entities: rot: 3.141592653589793 rad pos: 46.5,-15.5 parent: 12 - - uid: 29830 + - uid: 29218 components: - type: Transform - pos: -21.5,65.5 + pos: -26.5,65.5 parent: 12 - - uid: 29831 + - uid: 29223 components: - type: Transform - pos: -22.5,65.5 + rot: 3.141592653589793 rad + pos: -25.5,65.5 + parent: 12 + - uid: 29281 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -25.5,64.5 parent: 12 - uid: 31999 components: @@ -180267,8 +194754,34 @@ entities: - type: Transform pos: -29.5,11.5 parent: 12 + - uid: 32140 + components: + - type: Transform + pos: -53.5,40.5 + parent: 12 + - uid: 32141 + components: + - type: Transform + pos: -54.5,40.5 + parent: 12 + - uid: 32142 + components: + - type: Transform + pos: -54.5,41.5 + parent: 12 + - uid: 32164 + components: + - type: Transform + pos: -51.5,40.5 + parent: 12 - proto: TableWood entities: + - uid: 1880 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -56.5,59.5 + parent: 12 - uid: 1995 components: - type: Transform @@ -180279,6 +194792,12 @@ entities: - type: Transform pos: -35.5,-20.5 parent: 12 + - uid: 2271 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,27.5 + parent: 12 - uid: 2373 components: - type: Transform @@ -180297,6 +194816,17 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,-60.5 parent: 12 + - uid: 2626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-24.5 + parent: 12 + - uid: 3064 + components: + - type: Transform + pos: -53.5,61.5 + parent: 12 - uid: 3792 components: - type: Transform @@ -180308,25 +194838,69 @@ entities: rot: 3.141592653589793 rad pos: 21.5,28.5 parent: 12 + - uid: 4151 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,28.5 + parent: 12 - uid: 4154 components: - type: Transform pos: 13.5,-35.5 parent: 12 + - uid: 4260 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,29.5 + parent: 12 + - uid: 4481 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,27.5 + parent: 12 + - uid: 4570 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 55.5,29.5 + parent: 12 - uid: 4891 components: - type: Transform pos: 17.5,49.5 parent: 12 - - uid: 6789 + - uid: 5042 components: - type: Transform - pos: -38.5,-23.5 + rot: -1.5707963267948966 rad + pos: 55.5,30.5 parent: 12 - - uid: 6790 + - uid: 5709 components: - type: Transform - pos: -38.5,-24.5 + rot: -1.5707963267948966 rad + pos: 55.5,28.5 + parent: 12 + - uid: 5911 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 54.5,30.5 + parent: 12 + - uid: 6189 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-15.5 + parent: 12 + - uid: 6191 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -57.5,-16.5 parent: 12 - uid: 6800 components: @@ -180338,10 +194912,10 @@ entities: - type: Transform pos: 11.5,-35.5 parent: 12 - - uid: 7840 + - uid: 7484 components: - type: Transform - pos: 6.5,70.5 + pos: -55.5,-15.5 parent: 12 - uid: 8448 components: @@ -180360,11 +194934,6 @@ entities: - type: Transform pos: 13.5,-34.5 parent: 12 - - uid: 10395 - components: - - type: Transform - pos: 40.5,31.5 - parent: 12 - uid: 10612 components: - type: Transform @@ -180401,54 +194970,6 @@ entities: rot: 1.5707963267948966 rad pos: 43.5,29.5 parent: 12 - - uid: 12400 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,27.5 - parent: 12 - - uid: 12401 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,28.5 - parent: 12 - - uid: 12402 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,29.5 - parent: 12 - - uid: 12403 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 54.5,30.5 - parent: 12 - - uid: 12404 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,27.5 - parent: 12 - - uid: 12405 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,28.5 - parent: 12 - - uid: 12406 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,29.5 - parent: 12 - - uid: 12407 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 55.5,30.5 - parent: 12 - uid: 12657 components: - type: Transform @@ -180667,6 +195188,11 @@ entities: - type: Transform pos: -25.5,0.5 parent: 12 + - uid: 17391 + components: + - type: Transform + pos: -55.5,24.5 + parent: 12 - uid: 17392 components: - type: Transform @@ -180809,6 +195335,12 @@ entities: - type: Transform pos: 7.5,57.5 parent: 12 + - uid: 23741 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -38.5,-23.5 + parent: 12 - uid: 24220 components: - type: Transform @@ -180843,11 +195375,10 @@ entities: - type: Transform pos: -23.5,-60.5 parent: 12 - - uid: 26763 + - uid: 27000 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,61.5 + pos: -57.5,-13.5 parent: 12 - uid: 27063 components: @@ -180855,29 +195386,27 @@ entities: rot: 1.5707963267948966 rad pos: 47.5,-11.5 parent: 12 - - uid: 27412 + - uid: 27115 components: - type: Transform rot: 1.5707963267948966 rad - pos: -52.5,-12.5 + pos: -52.5,-14.5 parent: 12 - - uid: 28194 + - uid: 27407 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-13.5 + pos: -55.5,-12.5 parent: 12 - - uid: 28195 + - uid: 27412 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,-13.5 + rot: 1.5707963267948966 rad + pos: -52.5,-12.5 parent: 12 - - uid: 28202 + - uid: 27502 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,-14.5 + pos: -54.5,61.5 parent: 12 - uid: 28203 components: @@ -180885,35 +195414,20 @@ entities: rot: -1.5707963267948966 rad pos: -55.5,-14.5 parent: 12 - - uid: 28983 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,42.5 - parent: 12 - - uid: 28984 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 52.5,42.5 - parent: 12 - - uid: 28985 + - uid: 29178 components: - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,42.5 + pos: -55.5,61.5 parent: 12 - - uid: 29229 + - uid: 29179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,61.5 + pos: -53.5,63.5 parent: 12 - - uid: 29297 + - uid: 30034 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,61.5 + pos: -53.5,54.5 parent: 12 - uid: 30285 components: @@ -180949,6 +195463,11 @@ entities: - type: Transform pos: -14.5,73.5 parent: 12 + - uid: 31686 + components: + - type: Transform + pos: 24.5,-28.5 + parent: 12 - proto: TargetClown entities: - uid: 22647 @@ -180956,11 +195475,6 @@ entities: - type: Transform pos: 7.5,55.5 parent: 12 - - uid: 31905 - components: - - type: Transform - pos: -27.5,67.5 - parent: 12 - proto: TargetDarts entities: - uid: 15015 @@ -180992,11 +195506,11 @@ entities: parent: 12 - proto: TargetSyndicate entities: - - uid: 29836 + - uid: 2327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,69.5 + rot: 3.141592653589793 rad + pos: -27.5,69.5 parent: 12 - proto: TearGasGrenade entities: @@ -181005,79 +195519,54 @@ entities: - type: Transform pos: -35.60724,36.500904 parent: 12 -- proto: TechnologyDisk - entities: - - uid: 17617 - components: - - type: Transform - pos: -53.092888,29.632576 - parent: 12 - - uid: 17779 + - uid: 23882 components: - type: Transform - pos: -49.732307,36.55419 + pos: -38.73839,51.40591 parent: 12 - - uid: 23743 + - uid: 29279 components: - type: Transform - pos: -49.59674,36.766853 + pos: -26.433537,65.77221 parent: 12 -- proto: TechnologyDiskRare +- proto: TechnologyDisk entities: - - uid: 7285 - components: - - type: Transform - parent: 10078 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 7431 + - uid: 17617 components: - type: Transform - parent: 10078 - - type: Physics - canCollide: False - - type: InsideEntityStorage - - uid: 9853 + pos: -53.092888,29.632576 + parent: 12 + - uid: 17779 components: - type: Transform - parent: 10078 - - type: Physics - canCollide: False - - type: InsideEntityStorage + rot: -18.84955592153876 rad + pos: -49.624176,36.475533 + parent: 12 - proto: TegCenter entities: - - uid: 12047 + - uid: 4969 components: - type: Transform - rot: -1.5707963267948966 rad + rot: 1.5707963267948966 rad pos: 11.5,15.5 parent: 12 - proto: TegCirculator entities: - - uid: 3132 + - uid: 23175 components: - type: Transform - rot: 3.141592653589793 rad - pos: 10.5,15.5 + pos: 12.5,15.5 parent: 12 - type: PointLight color: '#FF3300FF' - - uid: 11944 + - uid: 26652 components: - type: Transform - pos: 12.5,15.5 + rot: 3.141592653589793 rad + pos: 10.5,15.5 parent: 12 - type: PointLight color: '#FF3300FF' -- proto: Telebaton - entities: - - uid: 10041 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False - proto: TelecomServerCircuitboard entities: - uid: 15800 @@ -181088,7 +195577,7 @@ entities: - uid: 30021 components: - type: Transform - pos: 42.55103,-37.305542 + pos: 41.658985,-38.227173 parent: 12 - proto: TelecomServerFilledCargo entities: @@ -181139,6 +195628,21 @@ entities: - type: Transform pos: 38.5,-4.5 parent: 12 + - type: ContainerContainer + containers: + key_slots: !type:Container + showEnts: False + occludes: True + ents: + - 32162 + machine_board: !type:Container + showEnts: False + occludes: True + ents: [] + machine_parts: !type:Container + showEnts: False + occludes: True + ents: [] - proto: TelecomServerFilledService entities: - uid: 21892 @@ -181146,130 +195650,87 @@ entities: - type: Transform pos: 36.5,-7.5 parent: 12 -- proto: Telecrystal1 +- proto: TeslaCoilFlatpack entities: - - uid: 19289 + - uid: 24193 components: - type: Transform - parent: 28254 - - type: Stack - count: 5 + parent: 24085 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: TeslaCoil - entities: - - uid: 6741 - components: - - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 62.5,10.5 - parent: 12 - - type: Physics - bodyType: Dynamic - - uid: 7152 + - uid: 24218 components: - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 62.5,12.5 - parent: 12 + parent: 24085 - type: Physics - bodyType: Dynamic - - uid: 10923 + canCollide: False + - type: InsideEntityStorage + - uid: 24223 components: - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 61.5,11.5 - parent: 12 + parent: 24085 - type: Physics - bodyType: Dynamic - - uid: 11019 + canCollide: False + - type: InsideEntityStorage + - uid: 24224 components: - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 62.5,11.5 - parent: 12 + parent: 24085 - type: Physics - bodyType: Dynamic - - uid: 11039 + canCollide: False + - type: InsideEntityStorage + - uid: 24225 components: - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 61.5,10.5 - parent: 12 + parent: 24085 - type: Physics - bodyType: Dynamic - - uid: 11435 - components: - - type: Transform - anchored: False - rot: 1.5707963267948966 rad - pos: 61.5,12.5 - parent: 12 - - type: Physics - bodyType: Dynamic + canCollide: False + - type: InsideEntityStorage - proto: TeslaGenerator entities: - - uid: 26531 + - uid: 24322 components: - type: Transform - pos: 57.5,10.5 + pos: 60.5,12.5 parent: 12 -- proto: TeslaGroundingRod +- proto: TeslaGroundingRodFlatpack entities: - - uid: 5528 - components: - - type: Transform - anchored: False - pos: 59.5,12.5 - parent: 12 - - type: Physics - bodyType: Dynamic - - uid: 11304 + - uid: 25027 components: - type: Transform - anchored: False - pos: 59.5,11.5 - parent: 12 + parent: 24702 - type: Physics - bodyType: Dynamic - - uid: 15687 + canCollide: False + - type: InsideEntityStorage + - uid: 25038 components: - type: Transform - anchored: False - pos: 60.5,12.5 - parent: 12 + parent: 24702 - type: Physics - bodyType: Dynamic - - uid: 16349 + canCollide: False + - type: InsideEntityStorage + - uid: 25101 components: - type: Transform - anchored: False - pos: 60.5,11.5 - parent: 12 + parent: 24702 - type: Physics - bodyType: Dynamic - - uid: 26153 + canCollide: False + - type: InsideEntityStorage + - uid: 25104 components: - type: Transform - anchored: False - pos: 59.5,10.5 - parent: 12 + parent: 24702 - type: Physics - bodyType: Dynamic - - uid: 26530 + canCollide: False + - type: InsideEntityStorage + - uid: 25195 components: - type: Transform - anchored: False - pos: 60.5,10.5 - parent: 12 + parent: 24702 - type: Physics - bodyType: Dynamic + canCollide: False + - type: InsideEntityStorage - proto: ThermomachineFreezerMachineCircuitBoard entities: - uid: 11244 @@ -181332,14 +195793,6 @@ entities: - type: Transform pos: 40.402355,-39.235535 parent: 12 -- proto: TintedWindow - entities: - - uid: 16844 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 2.5,70.5 - parent: 12 - proto: TobaccoSeeds entities: - uid: 12309 @@ -181349,12 +195802,6 @@ entities: parent: 12 - proto: ToiletDirtyWater entities: - - uid: 2845 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-30.5 - parent: 12 - uid: 4218 components: - type: Transform @@ -181380,10 +195827,22 @@ entities: pos: -26.5,50.5 parent: 12 - type: DisposalUnit + nextFlush: 0 recentlyEjected: - 20881 - type: Toilet toggleSeat: True + - type: ContainerContainer + containers: + stash: !type:ContainerSlot + showEnts: False + occludes: True + ent: null + disposals: !type:Container + showEnts: False + occludes: True + ents: + - 20881 - uid: 22410 components: - type: Transform @@ -181401,12 +195860,6 @@ entities: - type: Transform pos: 33.5,-9.5 parent: 12 - - uid: 32268 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,52.5 - parent: 12 - proto: ToiletEmpty entities: - uid: 4220 @@ -181421,38 +195874,6 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,-31.5 parent: 12 - - uid: 28981 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,62.5 - parent: 12 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 28982 - disposals: !type:Container - showEnts: False - occludes: True - ents: [] - - uid: 32349 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,-13.5 - parent: 12 - - type: ContainerContainer - containers: - stash: !type:ContainerSlot - showEnts: False - occludes: True - ent: 32350 - disposals: !type:Container - showEnts: False - occludes: True - ents: [] - proto: ToiletGoldenDirtyWater entities: - uid: 24697 @@ -181502,15 +195923,10 @@ entities: - type: Transform pos: 33.354294,-17.272806 parent: 12 - - uid: 5911 - components: - - type: Transform - pos: 33.33867,-18.366556 - parent: 12 - uid: 8880 components: - type: Transform - pos: 60.595146,-18.256506 + pos: 61.307587,-18.115406 parent: 12 - uid: 9251 components: @@ -181570,7 +195986,8 @@ entities: - uid: 17620 components: - type: Transform - pos: -52.27989,29.802458 + rot: -6.283185307179586 rad + pos: -52.066868,29.698263 parent: 12 - uid: 23615 components: @@ -181587,10 +196004,15 @@ entities: - type: Transform pos: 9.344754,68.50202 parent: 12 - - uid: 28826 + - uid: 26804 + components: + - type: Transform + pos: -25.567787,56.37359 + parent: 12 + - uid: 29501 components: - type: Transform - pos: -43.513588,-30.52645 + pos: -39.568047,77.519104 parent: 12 - proto: ToolboxGoldFilled entities: @@ -181626,17 +196048,13 @@ entities: - uid: 5912 components: - type: Transform - pos: 33.30742,-20.257181 - parent: 12 - - uid: 5913 - components: - - type: Transform - pos: 33.24492,-19.304056 + rot: -43.98229715025713 rad + pos: 33.372475,-18.152294 parent: 12 - uid: 8875 components: - type: Transform - pos: 60.386814,-18.548174 + pos: 61.404808,-18.643183 parent: 12 - uid: 9252 components: @@ -181658,11 +196076,6 @@ entities: - type: Transform pos: -7.477878,11.357933 parent: 12 - - uid: 20859 - components: - - type: Transform - pos: -38.5,76.5 - parent: 12 - uid: 23673 components: - type: Transform @@ -181694,30 +196107,6 @@ entities: - type: Transform pos: -35.649364,-37.429424 parent: 12 - - uid: 32358 - components: - - type: Transform - pos: -40.66822,55.95158 - parent: 12 - - type: Storage - storedItems: - 32359: - position: 0,0 - _rotation: South - - type: ContainerContainer - containers: - storagebase: !type:Container - showEnts: False - occludes: True - ents: - - 32359 -- proto: ToolboxSyndicateFilled - entities: - - uid: 27457 - components: - - type: Transform - pos: -43.470722,-17.503029 - parent: 12 - proto: ToyAi entities: - uid: 2245 @@ -181728,19 +196117,10 @@ entities: parent: 12 - proto: ToyAmongPequeno entities: - - uid: 31361 - components: - - type: MetaData - name: among pequeña impostora - - type: Transform - rot: -12.566370614359172 rad - pos: -35.380093,-17.238117 - parent: 12 - - uid: 31362 + - uid: 21968 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -35.80602,-17.76935 + pos: -35.497643,-17.508585 parent: 12 - proto: ToyFigurineAtmosTech entities: @@ -181791,7 +196171,7 @@ entities: - uid: 12618 components: - type: Transform - pos: 57.698708,36.671814 + pos: 57.535824,36.64035 parent: 12 - uid: 23411 components: @@ -181846,25 +196226,15 @@ entities: - uid: 28262 components: - type: Transform - pos: -50.087444,-13.868298 + pos: -50.37458,-12.641233 parent: 12 - proto: ToyFigurineGreytider entities: - - uid: 3031 - components: - - type: Transform - pos: -34.5,75.5 - parent: 12 - uid: 23408 components: - type: Transform pos: 51.45895,20.528276 parent: 12 - - uid: 23719 - components: - - type: Transform - pos: -38.5,75.5 - parent: 12 - proto: ToyFigurineHeadOfPersonnel entities: - uid: 7 @@ -181923,17 +196293,12 @@ entities: rot: -18.84955592153876 rad pos: 30.535233,18.578392 parent: 12 - - uid: 31031 - components: - - type: Transform - pos: -29.615032,-49.09347 - parent: 12 - proto: ToyFigurineParamedic entities: - uid: 23413 components: - type: Transform - pos: -19.34429,-46.24264 + pos: -19.23817,-47.421093 parent: 12 - proto: ToyFigurineQuartermaster entities: @@ -182017,6 +196382,11 @@ entities: parent: 12 - proto: ToyRubberDuck entities: + - uid: 5249 + components: + - type: Transform + pos: -39.435356,-15.409752 + parent: 12 - uid: 22045 components: - type: Transform @@ -182044,27 +196414,15 @@ entities: - type: Transform pos: -10.5,77.5 parent: 12 -- proto: ToySwordDoubled +- proto: ToySword entities: - - uid: 19017 + - uid: 6295 components: - type: Transform parent: 28254 - type: Physics canCollide: False - type: InsideEntityStorage -- proto: TrackingImplanter - entities: - - uid: 22328 - components: - - type: Transform - pos: -54.307064,40.549194 - parent: 12 - - uid: 22337 - components: - - type: Transform - pos: -54.41644,40.455444 - parent: 12 - proto: TrashBag entities: - uid: 4162 @@ -182075,7 +196433,7 @@ entities: - uid: 21371 components: - type: Transform - pos: -26.505835,51.575905 + pos: -26.5,51.5 parent: 12 - proto: TrashBakedBananaPeel entities: @@ -182087,12 +196445,7 @@ entities: - uid: 31148 components: - type: Transform - pos: -29.544153,-55.516808 - parent: 12 - - uid: 32190 - components: - - type: Transform - pos: -60.494305,-59.53066 + pos: -29.534164,-55.470924 parent: 12 - proto: TrashBananaPeel entities: @@ -182102,8 +196455,7 @@ entities: desc: You have no idea what masochist would make such a thing. name: modern art - type: Transform - rot: 1.5113994777937734E-10 rad - pos: 46.501263,-40.49688 + pos: 46.452984,-40.49026 parent: 12 - uid: 9991 components: @@ -182115,26 +196467,6 @@ entities: - type: Transform pos: 4.289193,59.401295 parent: 12 - - uid: 27843 - components: - - type: Transform - pos: -51.45621,34.808132 - parent: 12 - - uid: 28258 - components: - - type: Transform - pos: -51.45621,24.221191 - parent: 12 - - uid: 28927 - components: - - type: Transform - pos: -39.48645,55.206738 - parent: 12 - - uid: 28934 - components: - - type: Transform - pos: -44.850468,34.48692 - parent: 12 - uid: 31502 components: - type: Transform @@ -182146,16 +196478,6 @@ entities: rot: -6.283185307179586 rad pos: -19.50675,-15.356455 parent: 12 - - uid: 32346 - components: - - type: Transform - pos: -27.818096,45.182945 - parent: 12 - - uid: 32347 - components: - - type: Transform - pos: -29.130596,44.089195 - parent: 12 - proto: trayScanner entities: - uid: 28715 @@ -182165,7 +196487,7 @@ entities: parent: 12 - proto: TripleGlassAirlock entities: - - uid: 1537 + - uid: 4683 components: - type: Transform rot: 3.141592653589793 rad @@ -182178,28 +196500,6 @@ entities: - type: Transform pos: -27.510485,56.533825 parent: 12 -- proto: Truncheon - entities: - - uid: 31886 - components: - - type: Transform - pos: -30.56275,64.430336 - parent: 12 - - uid: 31887 - components: - - type: Transform - pos: -30.478628,65.656136 - parent: 12 - - uid: 31892 - components: - - type: Transform - pos: -30.48219,65.47848 - parent: 12 - - uid: 32264 - components: - - type: Transform - pos: -30.412745,64.42292 - parent: 12 - proto: TwoWayLever entities: - uid: 7537 @@ -182207,16 +196507,142 @@ entities: - type: Transform pos: 57.5,-11.5 parent: 12 + - type: DeviceLinkSource + linkedPorts: + 7748: + - Left: Forward + - Right: Reverse + - Middle: Off + 7749: + - Left: Forward + - Right: Reverse + - Middle: Off + 7750: + - Left: Forward + - Right: Reverse + - Middle: Off + 7751: + - Left: Forward + - Right: Reverse + - Middle: Off + 7752: + - Left: Forward + - Right: Reverse + - Middle: Off + 7753: + - Left: Forward + - Right: Reverse + - Middle: Off + 7754: + - Left: Forward + - Right: Reverse + - Middle: Off + 7755: + - Left: Forward + - Right: Reverse + - Middle: Off + 7756: + - Left: Forward + - Right: Reverse + - Middle: Off + 7757: + - Left: Forward + - Right: Reverse + - Middle: Off + 7758: + - Left: Forward + - Right: Reverse + - Middle: Off + 7759: + - Left: Forward + - Right: Reverse + - Middle: Off - uid: 7760 components: - type: Transform pos: 56.5,-11.5 parent: 12 + - type: DeviceLinkSource + linkedPorts: + 7723: + - Left: Forward + - Right: Reverse + - Middle: Off + 7574: + - Left: Forward + - Right: Reverse + - Middle: Off + 7736: + - Left: Forward + - Right: Reverse + - Middle: Off + 7738: + - Left: Forward + - Right: Reverse + - Middle: Off + 7737: + - Left: Forward + - Right: Reverse + - Middle: Off + 7726: + - Left: Forward + - Right: Reverse + - Middle: Off + 7744: + - Left: Forward + - Right: Reverse + - Middle: Off + 7743: + - Left: Forward + - Right: Reverse + - Middle: Off + 7725: + - Left: Forward + - Right: Reverse + - Middle: Off + 7740: + - Left: Forward + - Right: Reverse + - Middle: Off + 7741: + - Left: Forward + - Right: Reverse + - Middle: Off + 7742: + - Left: Forward + - Right: Reverse + - Middle: Off - uid: 7798 components: - type: Transform pos: 48.5,-20.5 parent: 12 + - type: DeviceLinkSource + linkedPorts: + 7813: + - Left: Forward + - Right: Reverse + - Middle: Off + 7814: + - Left: Forward + - Right: Reverse + - Middle: Off + 12199: + - Left: Forward + - Right: Reverse + - Middle: Off + 7815: + - Left: Forward + - Right: Reverse + - Middle: Off + 7812: + - Left: Forward + - Right: Reverse + - Middle: Off + 12227: + - Left: Forward + - Right: Reverse + - Middle: Off - uid: 8015 components: - type: Transform @@ -182224,6 +196650,78 @@ entities: parent: 12 - type: DeviceLinkSource linkedPorts: + 7502: + - Left: Forward + - Right: Reverse + - Middle: Off + 7955: + - Left: Forward + - Right: Reverse + - Middle: Off + 6186: + - Left: Forward + - Right: Reverse + - Middle: Off + 7989: + - Left: Forward + - Right: Reverse + - Middle: Off + 8001: + - Left: Forward + - Right: Reverse + - Middle: Off + 8002: + - Left: Forward + - Right: Reverse + - Middle: Off + 8003: + - Left: Forward + - Right: Reverse + - Middle: Off + 8004: + - Left: Forward + - Right: Reverse + - Middle: Off + 8005: + - Left: Forward + - Right: Reverse + - Middle: Off + 8006: + - Left: Forward + - Right: Reverse + - Middle: Off + 8007: + - Left: Forward + - Right: Reverse + - Middle: Off + 8008: + - Left: Forward + - Right: Reverse + - Middle: Off + 8009: + - Left: Forward + - Right: Reverse + - Middle: Off + 8010: + - Left: Forward + - Right: Reverse + - Middle: Off + 8011: + - Left: Forward + - Right: Reverse + - Middle: Off + 8012: + - Left: Forward + - Right: Reverse + - Middle: Off + 8013: + - Left: Forward + - Right: Reverse + - Middle: Off + 8014: + - Left: Forward + - Right: Reverse + - Middle: Off 4231: - Left: Reverse - Right: Forward @@ -182235,6 +196733,78 @@ entities: parent: 12 - type: DeviceLinkSource linkedPorts: + 8014: + - Left: Forward + - Right: Reverse + - Middle: Off + 8013: + - Left: Forward + - Right: Reverse + - Middle: Off + 8012: + - Left: Forward + - Right: Reverse + - Middle: Off + 8011: + - Left: Forward + - Right: Reverse + - Middle: Off + 8010: + - Left: Forward + - Right: Reverse + - Middle: Off + 8009: + - Left: Forward + - Right: Reverse + - Middle: Off + 8008: + - Left: Forward + - Right: Reverse + - Middle: Off + 8007: + - Left: Forward + - Right: Reverse + - Middle: Off + 8006: + - Left: Forward + - Right: Reverse + - Middle: Off + 8005: + - Left: Forward + - Right: Reverse + - Middle: Off + 8004: + - Left: Forward + - Right: Reverse + - Middle: Off + 8002: + - Left: Forward + - Right: Reverse + - Middle: Off + 7989: + - Left: Forward + - Right: Reverse + - Middle: Off + 6186: + - Left: Forward + - Right: Reverse + - Middle: Off + 7955: + - Left: Forward + - Right: Reverse + - Middle: Off + 7502: + - Left: Forward + - Right: Reverse + - Middle: Off + 8003: + - Left: Forward + - Right: Reverse + - Middle: Off + 8001: + - Left: Forward + - Right: Reverse + - Middle: Off 4231: - Left: Reverse - Right: Forward @@ -182245,19 +196815,132 @@ entities: pos: 37.5,16.5 parent: 12 - type: TwoWayLever - nextSignalLeft: True - state: Left + state: Right - type: DeviceLinkSource linkedPorts: - 26796: + 11972: + - Left: Forward + - Middle: Off + - Right: Forward + 11973: + - Left: Forward + - Middle: Off + - Right: Forward + 11974: + - Left: Forward + - Middle: Off + - Right: Forward + 11975: + - Left: Forward + - Middle: Off + - Right: Forward + 11976: + - Left: Forward + - Middle: Off + - Right: Forward + 11959: + - Left: Forward + - Right: Reverse + - Middle: Off + 11960: + - Left: Forward + - Right: Reverse + - Middle: Off + 11977: + - Left: Forward + - Right: Reverse + - Middle: Off + 11518: + - Left: Forward + - Right: Reverse + - Middle: Off + 11519: + - Left: Forward + - Right: Reverse + - Middle: Off + 11531: + - Left: Forward + - Right: Reverse + - Middle: Off + 11529: + - Left: Forward + - Right: Reverse + - Middle: Off + 11532: + - Left: Forward + - Right: Reverse + - Middle: Off + 11533: + - Left: Forward + - Right: Reverse + - Middle: Off + 11534: + - Left: Forward + - Right: Reverse + - Middle: Off + 11497: + - Left: Forward + - Right: Reverse + - Middle: Off + 11958: + - Left: Forward + - Right: Reverse + - Middle: Off + 22312: + - Left: Forward + - Right: Reverse + - Middle: Off + 11507: + - Left: Forward + - Right: Reverse + - Middle: Off + 4241: + - Left: Reverse + - Right: Forward + - Middle: Off + 9556: + - Left: Forward + - Right: Reverse + - Middle: Off + 11528: + - Left: Forward + - Right: Reverse + - Middle: Off + 11499: - Left: Forward - Right: Reverse - Middle: Off + 12123: + - Left: Forward + - Right: Reverse + - Middle: Off + 2489: + - Left: Forward + - Middle: Off + - Right: Forward - uid: 12085 components: - type: Transform pos: 51.5,16.5 parent: 12 + - type: DeviceLinkSource + linkedPorts: + 12083: + - Left: Forward + - Right: Reverse + - Middle: Off + 12082: + - Left: Forward + - Right: Reverse + - Middle: Off + 12081: + - Left: Forward + - Right: Reverse + - Middle: Off + 12079: + - Left: Forward + - Right: Reverse + - Middle: Off - uid: 12127 components: - type: Transform @@ -182274,6 +196957,22 @@ entities: - Left: Open - Right: Open - Middle: Close + 12613: + - Left: Forward + - Right: Reverse + - Middle: Off + 12612: + - Left: Forward + - Right: Reverse + - Middle: Off + 12611: + - Left: Forward + - Right: Reverse + - Middle: Off + 12610: + - Left: Forward + - Right: Reverse + - Middle: Off - uid: 12924 components: - type: Transform @@ -182294,6 +196993,63 @@ entities: - type: Transform pos: 33.5,7.5 parent: 12 + - type: DeviceLinkSource + linkedPorts: + 12632: + - Left: Forward + - Right: Reverse + - Middle: Off + 12633: + - Left: Forward + - Right: Reverse + - Middle: Off + 12290: + - Left: Forward + - Right: Reverse + - Middle: Off + 22295: + - Left: Forward + - Right: Reverse + - Middle: Off + - uid: 29625 + components: + - type: Transform + pos: -26.5,77.5 + parent: 12 + - type: DeviceLinkSource + linkedPorts: + 27716: + - Left: Forward + - Right: Reverse + - Middle: Off + 23177: + - Left: Forward + - Right: Reverse + - Middle: Off + 27498: + - Left: Forward + - Right: Reverse + - Middle: Off + 27040: + - Left: Forward + - Right: Reverse + - Middle: Off + 23122: + - Left: Forward + - Right: Reverse + - Middle: Off + 23700: + - Left: Forward + - Right: Reverse + - Middle: Off + 22952: + - Left: Forward + - Right: Reverse + - Middle: Off + 27329: + - Left: Forward + - Right: Reverse + - Middle: Off - proto: UnfinishedMachineFrame entities: - uid: 2699 @@ -182373,14 +197129,6 @@ entities: - type: Transform pos: 10.5,49.5 parent: 12 -- proto: UplinkImplanter - entities: - - uid: 32350 - components: - - type: Transform - parent: 32349 - - type: Physics - canCollide: False - proto: UprightPianoInstrument entities: - uid: 12617 @@ -182444,13 +197192,6 @@ entities: - type: Transform pos: 29.5,6.5 parent: 12 -- proto: VendingMachineBarber - entities: - - uid: 19438 - components: - - type: Transform - pos: -16.5,51.5 - parent: 12 - proto: VendingMachineBooze entities: - uid: 14989 @@ -182458,6 +197199,11 @@ entities: - type: Transform pos: 27.5,46.5 parent: 12 + - uid: 27219 + components: + - type: Transform + pos: -57.5,-12.5 + parent: 12 - proto: VendingMachineCargoDrobe entities: - uid: 10660 @@ -182519,6 +197265,11 @@ entities: - type: Transform pos: 35.5,22.5 parent: 12 + - uid: 13146 + components: + - type: Transform + pos: 47.5,1.5 + parent: 12 - uid: 14992 components: - type: Transform @@ -182539,13 +197290,13 @@ entities: - type: Transform pos: 15.5,54.5 parent: 12 -- proto: VendingMachineClothing - entities: - - uid: 8014 + - uid: 31561 components: - type: Transform pos: 46.5,-32.5 parent: 12 +- proto: VendingMachineClothing + entities: - uid: 9091 components: - type: Transform @@ -182561,13 +197312,6 @@ entities: - type: Transform pos: -14.5,56.5 parent: 12 -- proto: VendingMachineClown - entities: - - uid: 26904 - components: - - type: Transform - pos: 5.5,59.5 - parent: 12 - proto: VendingMachineCoffee entities: - uid: 3802 @@ -182745,10 +197489,10 @@ entities: parent: 12 - proto: VendingMachineEngivend entities: - - uid: 5521 + - uid: 10144 components: - type: Transform - pos: 8.5,-16.5 + pos: 16.5,-19.5 parent: 12 - uid: 27006 components: @@ -182870,6 +197614,13 @@ entities: - type: Transform pos: -11.468703,-21.51239 parent: 12 +- proto: VendingMachineRestockHappyHonk + entities: + - uid: 4897 + components: + - type: Transform + pos: -41.49812,-15.516537 + parent: 12 - proto: VendingMachineRestockRobustSoftdrinks entities: - uid: 12279 @@ -182877,6 +197628,13 @@ entities: - type: Transform pos: 43.546677,16.572775 parent: 12 +- proto: VendingMachineRestockSalvageEquipment + entities: + - uid: 15695 + components: + - type: Transform + pos: 55.290928,-35.210033 + parent: 12 - proto: VendingMachineRoboDrobe entities: - uid: 12354 @@ -182912,15 +197670,10 @@ entities: parent: 12 - proto: VendingMachineSec entities: - - uid: 20873 - components: - - type: Transform - pos: -30.5,67.5 - parent: 12 - - uid: 22096 + - uid: 20883 components: - type: Transform - pos: -42.5,42.5 + pos: -44.5,40.5 parent: 12 - proto: VendingMachineSecDrobe entities: @@ -182948,6 +197701,11 @@ entities: - type: Transform pos: -28.5,50.5 parent: 12 + - uid: 29019 + components: + - type: Transform + pos: 3.5,-60.5 + parent: 12 - proto: VendingMachineSnack entities: - uid: 14990 @@ -183027,24 +197785,12 @@ entities: - type: Transform pos: -31.5,51.5 parent: 12 -- proto: VendingMachineSyndieDrobe - entities: - - uid: 25489 - components: - - type: Transform - pos: 54.5,14.5 - parent: 12 - proto: VendingMachineTankDispenserEngineering entities: - - uid: 26669 - components: - - type: Transform - pos: 11.5,-13.5 - parent: 12 - - uid: 27384 + - uid: 26870 components: - type: Transform - pos: 58.5,-4.5 + pos: 10.5,-13.5 parent: 12 - proto: VendingMachineTankDispenserEVA entities: @@ -183053,10 +197799,10 @@ entities: - type: Transform pos: 24.5,7.5 parent: 12 - - uid: 8720 + - uid: 8454 components: - type: Transform - pos: 46.5,-26.5 + pos: 59.5,-3.5 parent: 12 - uid: 12059 components: @@ -183068,32 +197814,27 @@ entities: - type: Transform pos: -8.5,12.5 parent: 12 - - uid: 17600 + - uid: 20554 components: - type: Transform - pos: -25.5,68.5 + pos: -44.5,50.5 parent: 12 - uid: 27024 components: - type: Transform pos: 8.5,-8.5 parent: 12 - - uid: 28144 - components: - - type: Transform - pos: -22.5,62.5 - parent: 12 - proto: VendingMachineTheater entities: - - uid: 7738 + - uid: 21770 components: - type: Transform - pos: 7.5,59.5 + pos: -8.5,56.5 parent: 12 - - uid: 21770 + - uid: 22721 components: - type: Transform - pos: -8.5,56.5 + pos: 5.5,59.5 parent: 12 - proto: VendingMachineVendomat entities: @@ -183112,11 +197853,6 @@ entities: - type: Transform pos: 46.5,-31.5 parent: 12 - - uid: 9223 - components: - - type: Transform - pos: 43.5,-38.5 - parent: 12 - uid: 12630 components: - type: Transform @@ -183141,11 +197877,6 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 12 - - uid: 18847 - components: - - type: Transform - pos: -48.5,57.5 - parent: 12 - proto: VendingMachineWinter entities: - uid: 21769 @@ -183175,14 +197906,6 @@ entities: - type: Transform pos: 55.5,1.5 parent: 12 -- proto: VestineChemistryVial - entities: - - uid: 28982 - components: - - type: Transform - parent: 28981 - - type: Physics - canCollide: False - proto: ViolaInstrument entities: - uid: 30418 @@ -183226,11 +197949,15 @@ entities: - type: Transform pos: -4.5,0.5 parent: 12 + - uid: 21 + components: + - type: Transform + pos: -20.5,-65.5 + parent: 12 - uid: 27 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,46.5 + pos: 52.5,67.5 parent: 12 - uid: 29 components: @@ -183287,6 +198014,21 @@ entities: - type: Transform pos: 1.5,5.5 parent: 12 + - uid: 40 + components: + - type: Transform + pos: 2.5,5.5 + parent: 12 + - uid: 41 + components: + - type: Transform + pos: 3.5,5.5 + parent: 12 + - uid: 42 + components: + - type: Transform + pos: 3.5,4.5 + parent: 12 - uid: 43 components: - type: Transform @@ -183307,6 +198049,16 @@ entities: - type: Transform pos: 3.5,0.5 parent: 12 + - uid: 48 + components: + - type: Transform + pos: -4.5,-2.5 + parent: 12 + - uid: 49 + components: + - type: Transform + pos: -4.5,-1.5 + parent: 12 - uid: 50 components: - type: Transform @@ -183322,6 +198074,12 @@ entities: - type: Transform pos: 3.5,-2.5 parent: 12 + - uid: 61 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,6.5 + parent: 12 - uid: 76 components: - type: Transform @@ -183332,16 +198090,22 @@ entities: - type: Transform pos: -31.5,12.5 parent: 12 - - uid: 80 + - uid: 95 components: - type: Transform - pos: -9.5,-16.5 + pos: 45.5,-9.5 parent: 12 - uid: 109 components: - type: Transform pos: 7.5,-5.5 parent: 12 + - uid: 116 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-4.5 + parent: 12 - uid: 117 components: - type: Transform @@ -183414,6 +198178,12 @@ entities: rot: 3.141592653589793 rad pos: 0.5,-4.5 parent: 12 + - uid: 133 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 4.5,-5.5 + parent: 12 - uid: 134 components: - type: Transform @@ -183510,24 +198280,12 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-9.5 parent: 12 - - uid: 159 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-8.5 - parent: 12 - uid: 160 components: - type: Transform rot: 1.5707963267948966 rad pos: 4.5,-9.5 parent: 12 - - uid: 161 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 4.5,-7.5 - parent: 12 - uid: 163 components: - type: Transform @@ -183612,6 +198370,12 @@ entities: rot: 1.5707963267948966 rad pos: 3.5,-16.5 parent: 12 + - uid: 186 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,-16.5 + parent: 12 - uid: 187 components: - type: Transform @@ -183666,12 +198430,6 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,-16.5 parent: 12 - - uid: 203 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,59.5 - parent: 12 - uid: 204 components: - type: Transform @@ -183689,23 +198447,6 @@ entities: - type: Transform pos: 7.5,27.5 parent: 12 - - uid: 211 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -52.5,65.5 - parent: 12 - - uid: 214 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -1.5,-18.5 - parent: 12 - - uid: 218 - components: - - type: Transform - pos: -57.5,60.5 - parent: 12 - uid: 227 components: - type: Transform @@ -183721,6 +198462,11 @@ entities: - type: Transform pos: 56.5,12.5 parent: 12 + - uid: 263 + components: + - type: Transform + pos: 62.5,-0.5 + parent: 12 - uid: 282 components: - type: Transform @@ -183732,6 +198478,11 @@ entities: - type: Transform pos: 39.5,-9.5 parent: 12 + - uid: 369 + components: + - type: Transform + pos: -20.5,-66.5 + parent: 12 - uid: 376 components: - type: Transform @@ -183905,29 +198656,23 @@ entities: rot: -1.5707963267948966 rad pos: -4.5,6.5 parent: 12 - - uid: 571 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,6.5 - parent: 12 - uid: 572 components: - type: Transform rot: -1.5707963267948966 rad pos: -3.5,6.5 parent: 12 - - uid: 573 + - uid: 575 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,6.5 + pos: -1.5,6.5 parent: 12 - - uid: 575 + - uid: 576 components: - type: Transform rot: -1.5707963267948966 rad - pos: -1.5,6.5 + pos: 3.5,6.5 parent: 12 - uid: 580 components: @@ -184021,11 +198766,11 @@ entities: - type: Transform pos: -40.5,-18.5 parent: 12 - - uid: 630 + - uid: 615 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 59.5,1.5 + rot: 1.5707963267948966 rad + pos: -60.5,-33.5 parent: 12 - uid: 633 components: @@ -184074,11 +198819,6 @@ entities: - type: Transform pos: 39.5,-10.5 parent: 12 - - uid: 703 - components: - - type: Transform - pos: -15.5,-69.5 - parent: 12 - uid: 709 components: - type: Transform @@ -184124,10 +198864,11 @@ entities: - type: Transform pos: 39.5,-8.5 parent: 12 - - uid: 726 + - uid: 727 components: - type: Transform - pos: -56.5,-20.5 + rot: 1.5707963267948966 rad + pos: -55.5,42.5 parent: 12 - uid: 736 components: @@ -184169,29 +198910,29 @@ entities: - type: Transform pos: -56.5,22.5 parent: 12 - - uid: 745 + - uid: 747 components: - type: Transform rot: 1.5707963267948966 rad - pos: -36.5,-13.5 + pos: -60.5,-31.5 parent: 12 - - uid: 746 + - uid: 751 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -33.5,-13.5 + rot: 3.141592653589793 rad + pos: -47.5,-20.5 parent: 12 - - uid: 750 + - uid: 756 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-13.5 + pos: -55.5,40.5 parent: 12 - - uid: 751 + - uid: 775 components: - type: Transform - rot: 3.141592653589793 rad - pos: -47.5,-20.5 + rot: 1.5707963267948966 rad + pos: -44.5,-18.5 parent: 12 - uid: 776 components: @@ -184283,11 +199024,11 @@ entities: - type: Transform pos: -46.5,-54.5 parent: 12 - - uid: 948 + - uid: 949 components: - type: Transform rot: 1.5707963267948966 rad - pos: -54.5,-35.5 + pos: -44.5,-11.5 parent: 12 - uid: 1001 components: @@ -184383,57 +199124,27 @@ entities: rot: 1.5707963267948966 rad pos: -47.5,50.5 parent: 12 - - uid: 1165 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-17.5 - parent: 12 - - uid: 1166 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-17.5 - parent: 12 - uid: 1167 components: - type: Transform rot: 1.5707963267948966 rad pos: -47.5,-17.5 parent: 12 - - uid: 1169 - components: - - type: Transform - pos: -54.5,-37.5 - parent: 12 - - uid: 1316 + - uid: 1285 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,-36.5 + pos: 52.5,-38.5 parent: 12 - uid: 1356 components: - type: Transform pos: 25.5,-11.5 parent: 12 - - uid: 1357 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -57.5,-36.5 - parent: 12 - - uid: 1375 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -56.5,-36.5 - parent: 12 - - uid: 1484 + - uid: 1363 components: - type: Transform rot: 1.5707963267948966 rad - pos: -59.5,-31.5 + pos: 16.5,-13.5 parent: 12 - uid: 1501 components: @@ -184445,6 +199156,11 @@ entities: - type: Transform pos: 26.5,-6.5 parent: 12 + - uid: 1552 + components: + - type: Transform + pos: 15.5,12.5 + parent: 12 - uid: 1556 components: - type: Transform @@ -184456,22 +199172,31 @@ entities: rot: 3.141592653589793 rad pos: 25.5,0.5 parent: 12 - - uid: 1755 + - uid: 1612 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-32.5 + pos: -38.5,61.5 parent: 12 - uid: 1840 components: - type: Transform pos: -54.5,-41.5 parent: 12 + - uid: 1877 + components: + - type: Transform + pos: -57.5,62.5 + parent: 12 - uid: 1966 components: - type: Transform pos: 26.5,-11.5 parent: 12 + - uid: 1968 + components: + - type: Transform + pos: 51.5,-38.5 + parent: 12 - uid: 1991 components: - type: Transform @@ -184500,12 +199225,6 @@ entities: rot: -1.5707963267948966 rad pos: 3.5,-0.5 parent: 12 - - uid: 2154 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 0.5,6.5 - parent: 12 - uid: 2169 components: - type: Transform @@ -184533,22 +199252,21 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,0.5 parent: 12 - - uid: 2267 + - uid: 2261 components: - type: Transform - pos: 26.5,-9.5 + pos: -54.5,64.5 parent: 12 - - uid: 2271 + - uid: 2267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,-0.5 + pos: 26.5,-9.5 parent: 12 - - uid: 2274 + - uid: 2273 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,2.5 + pos: -5.5,-1.5 parent: 12 - uid: 2275 components: @@ -184567,6 +199285,18 @@ entities: - type: Transform pos: 39.5,-11.5 parent: 12 + - uid: 2397 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,-18.5 + parent: 12 + - uid: 2412 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 40.5,0.5 + parent: 12 - uid: 2451 components: - type: Transform @@ -184658,11 +199388,6 @@ entities: - type: Transform pos: 26.5,0.5 parent: 12 - - uid: 2865 - components: - - type: Transform - pos: 5.5,-53.5 - parent: 12 - uid: 2875 components: - type: Transform @@ -184680,6 +199405,11 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,11.5 parent: 12 + - uid: 2891 + components: + - type: Transform + pos: -55.5,64.5 + parent: 12 - uid: 2935 components: - type: Transform @@ -184752,11 +199482,33 @@ entities: - type: Transform pos: -49.5,-52.5 parent: 12 + - uid: 3122 + components: + - type: Transform + pos: -57.5,58.5 + parent: 12 + - uid: 3148 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,56.5 + parent: 12 - uid: 3158 components: - type: Transform pos: -10.5,3.5 parent: 12 + - uid: 3199 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,57.5 + parent: 12 + - uid: 3469 + components: + - type: Transform + pos: 15.5,13.5 + parent: 12 - uid: 3516 components: - type: Transform @@ -184791,26 +199543,11 @@ entities: rot: -1.5707963267948966 rad pos: 6.5,-2.5 parent: 12 - - uid: 4013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,11.5 - parent: 12 - - uid: 4103 - components: - - type: Transform - pos: 9.5,-50.5 - parent: 12 - - uid: 4105 - components: - - type: Transform - pos: 7.5,-53.5 - parent: 12 - - uid: 4151 + - uid: 4109 components: - type: Transform - pos: -24.5,62.5 + rot: 1.5707963267948966 rad + pos: -37.5,-18.5 parent: 12 - uid: 4386 components: @@ -184827,12 +199564,6 @@ entities: - type: Transform pos: -50.5,-51.5 parent: 12 - - uid: 4399 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -0.5,-17.5 - parent: 12 - uid: 4403 components: - type: Transform @@ -184861,16 +199592,15 @@ entities: - type: Transform pos: -41.5,-54.5 parent: 12 - - uid: 4474 + - uid: 4423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -39.5,64.5 + pos: -49.5,56.5 parent: 12 - uid: 4478 components: - type: Transform - pos: 14.5,-13.5 + pos: 7.5,-16.5 parent: 12 - uid: 4526 components: @@ -184883,12 +199613,6 @@ entities: - type: Transform pos: -47.5,-54.5 parent: 12 - - uid: 4531 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-15.5 - parent: 12 - uid: 4533 components: - type: Transform @@ -184909,11 +199633,6 @@ entities: - type: Transform pos: 10.5,-12.5 parent: 12 - - uid: 4538 - components: - - type: Transform - pos: 15.5,-13.5 - parent: 12 - uid: 4573 components: - type: Transform @@ -185047,6 +199766,12 @@ entities: - type: Transform pos: 26.5,-3.5 parent: 12 + - uid: 4913 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 16.5,-17.5 + parent: 12 - uid: 4930 components: - type: Transform @@ -185064,6 +199789,11 @@ entities: rot: 3.141592653589793 rad pos: 23.5,8.5 parent: 12 + - uid: 4959 + components: + - type: Transform + pos: -55.5,70.5 + parent: 12 - uid: 4960 components: - type: Transform @@ -185175,12 +199905,6 @@ entities: rot: 3.141592653589793 rad pos: 38.5,-0.5 parent: 12 - - uid: 5078 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,1.5 - parent: 12 - uid: 5099 components: - type: Transform @@ -185211,6 +199935,18 @@ entities: - type: Transform pos: -45.5,-54.5 parent: 12 + - uid: 5163 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-7.5 + parent: 12 + - uid: 5164 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 37.5,-8.5 + parent: 12 - uid: 5167 components: - type: Transform @@ -185229,11 +199965,6 @@ entities: rot: 3.141592653589793 rad pos: 23.5,-5.5 parent: 12 - - uid: 5190 - components: - - type: Transform - pos: 12.5,-12.5 - parent: 12 - uid: 5220 components: - type: Transform @@ -185292,17 +200023,6 @@ entities: rot: 1.5707963267948966 rad pos: 34.5,-16.5 parent: 12 - - uid: 5313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 11.5,-50.5 - parent: 12 - - uid: 5365 - components: - - type: Transform - pos: 13.5,-13.5 - parent: 12 - uid: 5391 components: - type: Transform @@ -185438,11 +200158,6 @@ entities: - type: Transform pos: 35.5,-16.5 parent: 12 - - uid: 5620 - components: - - type: Transform - pos: -51.5,77.5 - parent: 12 - uid: 5628 components: - type: Transform @@ -185477,26 +200192,11 @@ entities: - type: Transform pos: 13.5,6.5 parent: 12 - - uid: 5820 - components: - - type: Transform - pos: 12.5,-13.5 - parent: 12 - - uid: 5829 - components: - - type: Transform - pos: -47.5,77.5 - parent: 12 - uid: 5830 components: - type: Transform pos: 25.5,-13.5 parent: 12 - - uid: 5834 - components: - - type: Transform - pos: -46.5,77.5 - parent: 12 - uid: 5838 components: - type: Transform @@ -185526,6 +200226,24 @@ entities: rot: 1.5707963267948966 rad pos: 60.5,-47.5 parent: 12 + - uid: 5916 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,11.5 + parent: 12 + - uid: 5927 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-32.5 + parent: 12 + - uid: 5950 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -41.5,64.5 + parent: 12 - uid: 5971 components: - type: Transform @@ -185575,11 +200293,6 @@ entities: - type: Transform pos: 8.5,-4.5 parent: 12 - - uid: 6080 - components: - - type: Transform - pos: -33.5,-14.5 - parent: 12 - uid: 6081 components: - type: Transform @@ -185600,39 +200313,17 @@ entities: - type: Transform pos: 26.5,2.5 parent: 12 - - uid: 6273 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-40.5 - parent: 12 - - uid: 6277 - components: - - type: Transform - pos: 36.5,-40.5 - parent: 12 - - uid: 6278 - components: - - type: Transform - pos: 36.5,-41.5 - parent: 12 - - uid: 6298 + - uid: 6252 components: - type: Transform rot: -1.5707963267948966 rad - pos: 45.5,-41.5 + pos: 29.5,-55.5 parent: 12 - - uid: 6299 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-40.5 - parent: 12 - - uid: 6317 + - uid: 6273 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-40.5 + rot: 1.5707963267948966 rad + pos: -61.5,-16.5 parent: 12 - uid: 6327 components: @@ -185640,12 +200331,6 @@ entities: rot: -1.5707963267948966 rad pos: 45.5,-43.5 parent: 12 - - uid: 6328 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,-42.5 - parent: 12 - uid: 6329 components: - type: Transform @@ -185676,10 +200361,11 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-41.5 parent: 12 - - uid: 6678 + - uid: 6338 components: - type: Transform - pos: 32.5,-44.5 + rot: 1.5707963267948966 rad + pos: 54.5,-43.5 parent: 12 - uid: 6762 components: @@ -185687,16 +200373,21 @@ entities: rot: 1.5707963267948966 rad pos: 44.5,1.5 parent: 12 + - uid: 6763 + components: + - type: Transform + pos: 44.5,-9.5 + parent: 12 - uid: 6766 components: - type: Transform pos: 26.5,-0.5 parent: 12 - - uid: 6773 + - uid: 6810 components: - type: Transform rot: 1.5707963267948966 rad - pos: 15.5,-15.5 + pos: -55.5,43.5 parent: 12 - uid: 6889 components: @@ -185756,6 +200447,16 @@ entities: rot: -1.5707963267948966 rad pos: 16.5,8.5 parent: 12 + - uid: 7316 + components: + - type: Transform + pos: 38.5,-7.5 + parent: 12 + - uid: 7317 + components: + - type: Transform + pos: 39.5,-7.5 + parent: 12 - uid: 7318 components: - type: Transform @@ -185773,12 +200474,6 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,16.5 parent: 12 - - uid: 7338 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 27.5,18.5 - parent: 12 - uid: 7363 components: - type: Transform @@ -185839,30 +200534,6 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,-38.5 parent: 12 - - uid: 7423 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-39.5 - parent: 12 - - uid: 7424 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 51.5,-39.5 - parent: 12 - - uid: 7425 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 52.5,-39.5 - parent: 12 - - uid: 7426 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,-39.5 - parent: 12 - uid: 7427 components: - type: Transform @@ -185905,12 +200576,6 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-33.5 parent: 12 - - uid: 7435 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-32.5 - parent: 12 - uid: 7436 components: - type: Transform @@ -185941,18 +200606,6 @@ entities: rot: -1.5707963267948966 rad pos: 54.5,-41.5 parent: 12 - - uid: 7480 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 54.5,-43.5 - parent: 12 - - uid: 7485 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,63.5 - parent: 12 - uid: 7487 components: - type: Transform @@ -186013,12 +200666,6 @@ entities: rot: 1.5707963267948966 rad pos: 64.5,-11.5 parent: 12 - - uid: 7559 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -45.5,55.5 - parent: 12 - uid: 7565 components: - type: Transform @@ -186060,11 +200707,6 @@ entities: rot: -1.5707963267948966 rad pos: 61.5,-27.5 parent: 12 - - uid: 7584 - components: - - type: Transform - pos: -9.5,-3.5 - parent: 12 - uid: 7587 components: - type: Transform @@ -186166,11 +200808,6 @@ entities: rot: -1.5707963267948966 rad pos: 60.5,-39.5 parent: 12 - - uid: 7620 - components: - - type: Transform - pos: -7.5,-1.5 - parent: 12 - uid: 7667 components: - type: Transform @@ -186273,11 +200910,6 @@ entities: rot: -1.5707963267948966 rad pos: 82.5,-36.5 parent: 12 - - uid: 7716 - components: - - type: Transform - pos: -7.5,-0.5 - parent: 12 - uid: 7728 components: - type: Transform @@ -186340,48 +200972,53 @@ entities: rot: 1.5707963267948966 rad pos: 41.5,-8.5 parent: 12 + - uid: 7843 + components: + - type: Transform + pos: 60.5,1.5 + parent: 12 + - uid: 7844 + components: + - type: Transform + pos: 60.5,0.5 + parent: 12 - uid: 7845 components: - type: Transform pos: 39.5,-12.5 parent: 12 - - uid: 8005 + - uid: 8248 components: - type: Transform rot: -1.5707963267948966 rad - pos: -20.5,72.5 + pos: 29.5,-57.5 parent: 12 - - uid: 8438 + - uid: 8336 components: - type: Transform - pos: -9.5,-8.5 + rot: -1.5707963267948966 rad + pos: 44.5,-43.5 parent: 12 - - uid: 8442 + - uid: 8435 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,2.5 + pos: 60.5,-0.5 parent: 12 - - uid: 8450 + - uid: 8438 components: - type: Transform - pos: -7.5,-13.5 + pos: -9.5,-8.5 parent: 12 - - uid: 8454 + - uid: 8450 components: - type: Transform - pos: -7.5,-12.5 + pos: -7.5,-13.5 parent: 12 - uid: 8455 components: - type: Transform pos: -7.5,-11.5 parent: 12 - - uid: 8464 - components: - - type: Transform - pos: -2.5,42.5 - parent: 12 - uid: 8767 components: - type: Transform @@ -186418,16 +201055,44 @@ entities: rot: 1.5707963267948966 rad pos: 84.5,-38.5 parent: 12 + - uid: 8817 + components: + - type: Transform + pos: 44.5,-8.5 + parent: 12 + - uid: 8847 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 30.5,-54.5 + parent: 12 - uid: 8852 components: - type: Transform pos: 25.5,4.5 parent: 12 + - uid: 8896 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-54.5 + parent: 12 + - uid: 8897 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-54.5 + parent: 12 - uid: 8918 components: - type: Transform pos: 26.5,4.5 parent: 12 + - uid: 8930 + components: + - type: Transform + pos: 10.5,-17.5 + parent: 12 - uid: 8958 components: - type: Transform @@ -186439,6 +201104,24 @@ entities: - type: Transform pos: 31.5,1.5 parent: 12 + - uid: 8968 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 16.5,-15.5 + parent: 12 + - uid: 8979 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 29.5,-56.5 + parent: 12 + - uid: 8983 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-57.5 + parent: 12 - uid: 9013 components: - type: Transform @@ -186485,15 +201168,17 @@ entities: rot: -1.5707963267948966 rad pos: 59.5,-17.5 parent: 12 - - uid: 9081 + - uid: 9083 components: - type: Transform - pos: -2.5,46.5 + rot: 3.141592653589793 rad + pos: 52.5,-45.5 parent: 12 - - uid: 9120 + - uid: 9084 components: - type: Transform - pos: -9.5,-9.5 + rot: 3.141592653589793 rad + pos: 52.5,-44.5 parent: 12 - uid: 9121 components: @@ -186507,17 +201192,53 @@ entities: rot: 3.141592653589793 rad pos: 25.5,-3.5 parent: 12 + - uid: 9167 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 54.5,-45.5 + parent: 12 - uid: 9175 components: - type: Transform rot: 1.5707963267948966 rad pos: 14.5,6.5 parent: 12 + - uid: 9211 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 59.5,-50.5 + parent: 12 + - uid: 9214 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 56.5,-50.5 + parent: 12 - uid: 9230 components: - type: Transform pos: 37.5,-40.5 parent: 12 + - uid: 9237 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 25.5,29.5 + parent: 12 + - uid: 9239 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 57.5,-50.5 + parent: 12 + - uid: 9245 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,77.5 + parent: 12 - uid: 9297 components: - type: Transform @@ -186529,6 +201250,12 @@ entities: - type: Transform pos: 12.5,19.5 parent: 12 + - uid: 9378 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,79.5 + parent: 12 - uid: 9379 components: - type: Transform @@ -186556,17 +201283,22 @@ entities: rot: 1.5707963267948966 rad pos: 7.5,0.5 parent: 12 + - uid: 9433 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-53.5 + parent: 12 - uid: 9443 components: - type: Transform rot: 3.141592653589793 rad pos: 64.5,-26.5 parent: 12 - - uid: 9504 + - uid: 9506 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,62.5 + pos: -47.5,0.5 parent: 12 - uid: 9508 components: @@ -186580,29 +201312,11 @@ entities: rot: 3.141592653589793 rad pos: 17.5,19.5 parent: 12 - - uid: 9514 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,63.5 - parent: 12 - - uid: 9525 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,56.5 - parent: 12 - uid: 9533 components: - type: Transform pos: 62.5,8.5 parent: 12 - - uid: 9545 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,50.5 - parent: 12 - uid: 9552 components: - type: Transform @@ -186613,54 +201327,18 @@ entities: - type: Transform pos: 56.5,10.5 parent: 12 - - uid: 9589 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -51.5,54.5 - parent: 12 - - uid: 9590 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,12.5 - parent: 12 - - uid: 9613 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,13.5 - parent: 12 - - uid: 9622 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 16.5,13.5 - parent: 12 - uid: 9638 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,13.5 parent: 12 - - uid: 9640 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 17.5,23.5 - parent: 12 - uid: 9642 components: - type: Transform rot: -1.5707963267948966 rad pos: 17.5,12.5 parent: 12 - - uid: 9645 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 14.5,11.5 - parent: 12 - uid: 9669 components: - type: Transform @@ -186695,12 +201373,6 @@ entities: rot: 3.141592653589793 rad pos: 47.5,-6.5 parent: 12 - - uid: 9766 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-1.5 - parent: 12 - uid: 9767 components: - type: Transform @@ -186713,21 +201385,36 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,3.5 parent: 12 + - uid: 9820 + components: + - type: Transform + pos: 14.5,-56.5 + parent: 12 - uid: 9825 components: - type: Transform pos: -0.5,-16.5 parent: 12 + - uid: 9828 + components: + - type: Transform + pos: 14.5,-54.5 + parent: 12 + - uid: 9840 + components: + - type: Transform + pos: 13.5,-54.5 + parent: 12 - uid: 10040 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,4.5 + pos: -12.5,-70.5 parent: 12 - - uid: 10042 + - uid: 10041 components: - type: Transform - pos: -6.5,-0.5 + rot: -1.5707963267948966 rad + pos: 4.5,5.5 parent: 12 - uid: 10119 components: @@ -186830,10 +201517,11 @@ entities: - type: Transform pos: -47.5,-44.5 parent: 12 - - uid: 10313 + - uid: 10316 components: - type: Transform - pos: -54.5,-36.5 + rot: 1.5707963267948966 rad + pos: -43.5,-11.5 parent: 12 - uid: 10318 components: @@ -186993,6 +201681,12 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,14.5 parent: 12 + - uid: 10602 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-51.5 + parent: 12 - uid: 10608 components: - type: Transform @@ -187011,6 +201705,12 @@ entities: rot: 1.5707963267948966 rad pos: 0.5,19.5 parent: 12 + - uid: 10626 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -3.5,77.5 + parent: 12 - uid: 10632 components: - type: Transform @@ -187159,6 +201859,12 @@ entities: - type: Transform pos: -11.5,26.5 parent: 12 + - uid: 10706 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,62.5 + parent: 12 - uid: 10716 components: - type: Transform @@ -187177,18 +201883,6 @@ entities: rot: 1.5707963267948966 rad pos: -12.5,26.5 parent: 12 - - uid: 10724 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,26.5 - parent: 12 - - uid: 10726 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -13.5,24.5 - parent: 12 - uid: 10729 components: - type: Transform @@ -187230,29 +201924,32 @@ entities: rot: 1.5707963267948966 rad pos: -9.5,22.5 parent: 12 - - uid: 10736 + - uid: 10781 components: - type: Transform rot: 1.5707963267948966 rad - pos: -14.5,26.5 + pos: -40.5,33.5 parent: 12 - - uid: 10737 + - uid: 10812 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,25.5 + rot: -1.5707963267948966 rad + pos: -2.5,74.5 parent: 12 - - uid: 10738 + - uid: 10814 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -14.5,24.5 + pos: 7.5,-57.5 parent: 12 - - uid: 10781 + - uid: 10815 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,33.5 + pos: 11.5,-56.5 + parent: 12 + - uid: 10817 + components: + - type: Transform + pos: -20.5,-64.5 parent: 12 - uid: 10841 components: @@ -187278,6 +201975,12 @@ entities: rot: 3.141592653589793 rad pos: 49.5,-6.5 parent: 12 + - uid: 10908 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -62.5,-18.5 + parent: 12 - uid: 10909 components: - type: Transform @@ -187288,28 +201991,12 @@ entities: - type: Transform pos: 38.5,5.5 parent: 12 - - uid: 10911 - components: - - type: Transform - pos: 38.5,4.5 - parent: 12 - - uid: 10939 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 25.5,13.5 - parent: 12 - uid: 10951 components: - type: Transform rot: 1.5707963267948966 rad pos: 7.5,4.5 parent: 12 - - uid: 10954 - components: - - type: Transform - pos: -51.5,76.5 - parent: 12 - uid: 10980 components: - type: Transform @@ -187322,18 +202009,6 @@ entities: rot: 1.5707963267948966 rad pos: 5.5,22.5 parent: 12 - - uid: 11000 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,47.5 - parent: 12 - - uid: 11001 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,47.5 - parent: 12 - uid: 11017 components: - type: Transform @@ -187350,11 +202025,6 @@ entities: rot: 1.5707963267948966 rad pos: 62.5,-4.5 parent: 12 - - uid: 11128 - components: - - type: Transform - pos: -36.5,-17.5 - parent: 12 - uid: 11132 components: - type: Transform @@ -187547,18 +202217,6 @@ entities: rot: -1.5707963267948966 rad pos: 8.5,29.5 parent: 12 - - uid: 11220 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,29.5 - parent: 12 - - uid: 11221 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,29.5 - parent: 12 - uid: 11222 components: - type: Transform @@ -187589,17 +202247,23 @@ entities: rot: -1.5707963267948966 rad pos: 17.5,27.5 parent: 12 - - uid: 11260 + - uid: 11250 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,77.5 + parent: 12 + - uid: 11259 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,23.5 + pos: 37.5,-49.5 parent: 12 - - uid: 11261 + - uid: 11260 components: - type: Transform rot: -1.5707963267948966 rad - pos: 19.5,24.5 + pos: 19.5,23.5 parent: 12 - uid: 11262 components: @@ -187643,24 +202307,12 @@ entities: rot: -1.5707963267948966 rad pos: 19.5,22.5 parent: 12 - - uid: 11270 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 20.5,22.5 - parent: 12 - uid: 11272 components: - type: Transform rot: -1.5707963267948966 rad pos: 23.5,22.5 parent: 12 - - uid: 11274 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 62.5,1.5 - parent: 12 - uid: 11296 components: - type: Transform @@ -187756,11 +202408,6 @@ entities: - type: Transform pos: 50.5,7.5 parent: 12 - - uid: 11521 - components: - - type: Transform - pos: 42.5,15.5 - parent: 12 - uid: 11522 components: - type: Transform @@ -187794,7 +202441,7 @@ entities: - uid: 11593 components: - type: Transform - pos: -26.5,62.5 + pos: 30.5,26.5 parent: 12 - uid: 11594 components: @@ -187836,6 +202483,11 @@ entities: - type: Transform pos: 1.5,-35.5 parent: 12 + - uid: 11613 + components: + - type: Transform + pos: 30.5,27.5 + parent: 12 - uid: 11634 components: - type: Transform @@ -187851,6 +202503,21 @@ entities: - type: Transform pos: 27.5,27.5 parent: 12 + - uid: 11703 + components: + - type: Transform + pos: 26.5,29.5 + parent: 12 + - uid: 11704 + components: + - type: Transform + pos: 27.5,29.5 + parent: 12 + - uid: 11705 + components: + - type: Transform + pos: 27.5,30.5 + parent: 12 - uid: 11706 components: - type: Transform @@ -187896,11 +202563,6 @@ entities: - type: Transform pos: 20.5,38.5 parent: 12 - - uid: 11796 - components: - - type: Transform - pos: 11.5,30.5 - parent: 12 - uid: 11797 components: - type: Transform @@ -187916,11 +202578,6 @@ entities: - type: Transform pos: 11.5,33.5 parent: 12 - - uid: 11802 - components: - - type: Transform - pos: 15.5,34.5 - parent: 12 - uid: 11803 components: - type: Transform @@ -187961,12 +202618,6 @@ entities: - type: Transform pos: 14.5,34.5 parent: 12 - - uid: 11853 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,51.5 - parent: 12 - uid: 11856 components: - type: Transform @@ -188035,33 +202686,16 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,13.5 parent: 12 - - uid: 12009 - components: - - type: Transform - pos: 42.5,14.5 - parent: 12 - uid: 12011 components: - type: Transform rot: 3.141592653589793 rad pos: 48.5,-6.5 parent: 12 - - uid: 12057 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -55.5,65.5 - parent: 12 - - uid: 12070 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,62.5 - parent: 12 - uid: 12100 components: - type: Transform - pos: 43.5,13.5 + pos: -47.5,3.5 parent: 12 - uid: 12217 components: @@ -188153,6 +202787,11 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,-40.5 parent: 12 + - uid: 12640 + components: + - type: Transform + pos: -48.5,77.5 + parent: 12 - uid: 12641 components: - type: Transform @@ -188168,17 +202807,33 @@ entities: - type: Transform pos: 32.5,26.5 parent: 12 + - uid: 12811 + components: + - type: Transform + pos: 31.5,26.5 + parent: 12 - uid: 12887 components: - type: Transform pos: -35.5,-51.5 parent: 12 + - uid: 13161 + components: + - type: Transform + pos: -17.5,-69.5 + parent: 12 - uid: 13197 components: - type: Transform rot: 3.141592653589793 rad pos: 58.5,41.5 parent: 12 + - uid: 13630 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -55.5,41.5 + parent: 12 - uid: 14020 components: - type: Transform @@ -188235,35 +202890,29 @@ entities: rot: -1.5707963267948966 rad pos: 53.5,65.5 parent: 12 - - uid: 14179 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,66.5 - parent: 12 - - uid: 14180 + - uid: 14187 components: - type: Transform rot: -1.5707963267948966 rad - pos: 53.5,67.5 + pos: 46.5,65.5 parent: 12 - - uid: 14182 + - uid: 14193 components: - type: Transform rot: -1.5707963267948966 rad - pos: 51.5,67.5 + pos: 47.5,65.5 parent: 12 - - uid: 14187 + - uid: 14210 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 46.5,65.5 + rot: 1.5707963267948966 rad + pos: -60.5,-34.5 parent: 12 - - uid: 14193 + - uid: 14231 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,65.5 + rot: 1.5707963267948966 rad + pos: -57.5,-37.5 parent: 12 - uid: 14232 components: @@ -188399,6 +203048,11 @@ entities: rot: 1.5707963267948966 rad pos: 25.5,69.5 parent: 12 + - uid: 14555 + components: + - type: Transform + pos: -54.5,74.5 + parent: 12 - uid: 14639 components: - type: Transform @@ -188555,6 +203209,18 @@ entities: rot: 1.5707963267948966 rad pos: 27.5,76.5 parent: 12 + - uid: 14903 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,42.5 + parent: 12 + - uid: 14906 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -2.5,46.5 + parent: 12 - uid: 15016 components: - type: Transform @@ -188714,30 +203380,12 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,35.5 parent: 12 - - uid: 15549 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,29.5 - parent: 12 - - uid: 15550 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -14.5,30.5 - parent: 12 - uid: 15551 components: - type: Transform rot: -1.5707963267948966 rad pos: -14.5,31.5 parent: 12 - - uid: 15552 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,29.5 - parent: 12 - uid: 15554 components: - type: Transform @@ -188827,11 +203475,6 @@ entities: - type: Transform pos: -8.5,25.5 parent: 12 - - uid: 15703 - components: - - type: Transform - pos: -21.5,30.5 - parent: 12 - uid: 15708 components: - type: Transform @@ -188947,18 +203590,6 @@ entities: - type: Transform pos: -60.5,23.5 parent: 12 - - uid: 15902 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -22.5,-66.5 - parent: 12 - - uid: 15905 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-69.5 - parent: 12 - uid: 15955 components: - type: Transform @@ -188995,17 +203626,11 @@ entities: - type: Transform pos: -30.5,12.5 parent: 12 - - uid: 16799 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -4.5,47.5 - parent: 12 - - uid: 16800 + - uid: 17199 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,46.5 + pos: 43.5,-43.5 parent: 12 - uid: 17270 components: @@ -189178,12 +203803,6 @@ entities: - type: Transform pos: -27.5,11.5 parent: 12 - - uid: 17541 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,66.5 - parent: 12 - uid: 17755 components: - type: Transform @@ -189208,23 +203827,11 @@ entities: rot: -1.5707963267948966 rad pos: -53.5,39.5 parent: 12 - - uid: 17760 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,39.5 - parent: 12 - - uid: 17762 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,39.5 - parent: 12 - - uid: 17763 + - uid: 17761 components: - type: Transform rot: -1.5707963267948966 rad - pos: -49.5,39.5 + pos: -51.5,39.5 parent: 12 - uid: 17764 components: @@ -189314,12 +203921,6 @@ entities: rot: 3.141592653589793 rad pos: -43.5,48.5 parent: 12 - - uid: 17811 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,48.5 - parent: 12 - uid: 17812 components: - type: Transform @@ -189362,12 +203963,6 @@ entities: rot: 3.141592653589793 rad pos: -50.5,41.5 parent: 12 - - uid: 17822 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -50.5,40.5 - parent: 12 - uid: 17823 components: - type: Transform @@ -189422,49 +204017,22 @@ entities: rot: 3.141592653589793 rad pos: -43.5,47.5 parent: 12 - - uid: 17832 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-68.5 - parent: 12 - uid: 17836 components: - type: Transform rot: 1.5707963267948966 rad pos: -27.5,71.5 parent: 12 - - uid: 17842 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-66.5 - parent: 12 - - uid: 17917 + - uid: 17841 components: - type: Transform - pos: -33.5,75.5 + pos: -52.5,76.5 parent: 12 - - uid: 17972 + - uid: 18558 components: - type: Transform rot: -1.5707963267948966 rad - pos: -5.5,6.5 - parent: 12 - - uid: 18569 - components: - - type: Transform - pos: 59.5,65.5 - parent: 12 - - uid: 18572 - components: - - type: Transform - pos: 59.5,60.5 - parent: 12 - - uid: 18635 - components: - - type: Transform - pos: -17.5,-65.5 + pos: 42.5,-43.5 parent: 12 - uid: 18654 components: @@ -189775,12 +204343,6 @@ entities: rot: 1.5707963267948966 rad pos: 23.5,9.5 parent: 12 - - uid: 19179 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -49.5,53.5 - parent: 12 - uid: 19180 components: - type: Transform @@ -189798,6 +204360,12 @@ entities: - type: Transform pos: 51.5,0.5 parent: 12 + - uid: 19186 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,60.5 + parent: 12 - uid: 19187 components: - type: Transform @@ -189816,12 +204384,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,3.5 parent: 12 - - uid: 19199 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-0.5 - parent: 12 - uid: 19206 components: - type: Transform @@ -189834,6 +204396,18 @@ entities: rot: 3.141592653589793 rad pos: -46.5,60.5 parent: 12 + - uid: 19225 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,60.5 + parent: 12 + - uid: 19226 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,60.5 + parent: 12 - uid: 19227 components: - type: Transform @@ -189846,6 +204420,24 @@ entities: rot: 3.141592653589793 rad pos: -49.5,62.5 parent: 12 + - uid: 19229 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,63.5 + parent: 12 + - uid: 19230 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -49.5,64.5 + parent: 12 + - uid: 19231 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,64.5 + parent: 12 - uid: 19233 components: - type: Transform @@ -189870,21 +204462,35 @@ entities: rot: 3.141592653589793 rad pos: -42.5,64.5 parent: 12 - - uid: 19242 + - uid: 19239 components: - type: Transform - pos: -24.5,68.5 + rot: 3.141592653589793 rad + pos: -40.5,64.5 parent: 12 - - uid: 19253 + - uid: 19240 components: - type: Transform - pos: -24.5,70.5 + rot: 3.141592653589793 rad + pos: -40.5,61.5 parent: 12 - - uid: 19256 + - uid: 19241 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -37.5,62.5 + rot: 3.141592653589793 rad + pos: -40.5,62.5 + parent: 12 + - uid: 19242 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,63.5 + parent: 12 + - uid: 19255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,61.5 parent: 12 - uid: 19257 components: @@ -189922,22 +204528,11 @@ entities: rot: 3.141592653589793 rad pos: -45.5,54.5 parent: 12 - - uid: 19268 - components: - - type: Transform - pos: -33.5,74.5 - parent: 12 - uid: 19272 components: - type: Transform pos: -45.5,53.5 parent: 12 - - uid: 19278 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -2.5,77.5 - parent: 12 - uid: 19298 components: - type: Transform @@ -190048,6 +204643,12 @@ entities: - type: Transform pos: 45.5,-6.5 parent: 12 + - uid: 19359 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -32.5,61.5 + parent: 12 - uid: 19361 components: - type: Transform @@ -190072,12 +204673,24 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,50.5 parent: 12 + - uid: 19507 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -20.5,73.5 + parent: 12 - uid: 19512 components: - type: Transform rot: -1.5707963267948966 rad pos: -35.5,63.5 parent: 12 + - uid: 19513 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -34.5,63.5 + parent: 12 - uid: 19521 components: - type: Transform @@ -190148,6 +204761,11 @@ entities: - type: Transform pos: -31.5,67.5 parent: 12 + - uid: 19535 + components: + - type: Transform + pos: -31.5,66.5 + parent: 12 - uid: 19536 components: - type: Transform @@ -190174,6 +204792,11 @@ entities: - type: Transform pos: -24.5,58.5 parent: 12 + - uid: 19570 + components: + - type: Transform + pos: -24.5,62.5 + parent: 12 - uid: 19579 components: - type: Transform @@ -190202,8 +204825,7 @@ entities: - uid: 19605 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,63.5 + pos: -21.5,64.5 parent: 12 - uid: 19606 components: @@ -190230,6 +204852,12 @@ entities: - type: Transform pos: -20.5,69.5 parent: 12 + - uid: 19635 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -61.5,-12.5 + parent: 12 - uid: 19646 components: - type: Transform @@ -190270,11 +204898,6 @@ entities: - type: Transform pos: 2.5,71.5 parent: 12 - - uid: 19791 - components: - - type: Transform - pos: 3.5,71.5 - parent: 12 - uid: 19804 components: - type: Transform @@ -190303,50 +204926,17 @@ entities: rot: 1.5707963267948966 rad pos: 46.5,1.5 parent: 12 - - uid: 19886 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,-0.5 - parent: 12 - - uid: 20097 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,75.5 - parent: 12 - uid: 20268 components: - type: Transform rot: 3.141592653589793 rad pos: 50.5,66.5 parent: 12 - - uid: 20523 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,58.5 - parent: 12 - uid: 20541 components: - type: Transform pos: -46.5,53.5 parent: 12 - - uid: 20841 - components: - - type: Transform - pos: -29.5,69.5 - parent: 12 - - uid: 20843 - components: - - type: Transform - pos: -35.5,61.5 - parent: 12 - - uid: 20871 - components: - - type: Transform - pos: 2.5,-4.5 - parent: 12 - uid: 21060 components: - type: Transform @@ -190359,10 +204949,16 @@ entities: rot: 3.141592653589793 rad pos: -1.5,10.5 parent: 12 - - uid: 21595 + - uid: 21671 components: - type: Transform - pos: -53.5,69.5 + pos: 38.5,-8.5 + parent: 12 + - uid: 21695 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 33.5,-56.5 parent: 12 - uid: 21876 components: @@ -190406,6 +205002,16 @@ entities: rot: 3.141592653589793 rad pos: -38.5,-25.5 parent: 12 + - uid: 21988 + components: + - type: Transform + pos: 2.5,-4.5 + parent: 12 + - uid: 21989 + components: + - type: Transform + pos: 3.5,-4.5 + parent: 12 - uid: 22002 components: - type: Transform @@ -190422,15 +205028,15 @@ entities: rot: 3.141592653589793 rad pos: 35.5,-8.5 parent: 12 - - uid: 22029 + - uid: 22032 components: - type: Transform - pos: -54.5,70.5 + pos: -30.5,69.5 parent: 12 - - uid: 22032 + - uid: 22033 components: - type: Transform - pos: -30.5,69.5 + pos: -45.5,74.5 parent: 12 - uid: 22035 components: @@ -190440,26 +205046,27 @@ entities: - uid: 22036 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-45.5 + pos: -30.5,68.5 parent: 12 - - uid: 22039 + - uid: 22037 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-48.5 + pos: -30.5,67.5 parent: 12 - - uid: 22040 + - uid: 22038 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-49.5 + pos: -30.5,65.5 parent: 12 - - uid: 22042 + - uid: 22039 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-50.5 + pos: -30.5,64.5 + parent: 12 + - uid: 22040 + components: + - type: Transform + pos: -30.5,66.5 parent: 12 - uid: 22081 components: @@ -190496,16 +205103,16 @@ entities: - type: Transform pos: 60.5,13.5 parent: 12 - - uid: 22164 + - uid: 22110 components: - type: Transform - pos: -30.5,62.5 + rot: -1.5707963267948966 rad + pos: 11.5,-54.5 parent: 12 - - uid: 22182 + - uid: 22164 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-1.5 + pos: -30.5,62.5 parent: 12 - uid: 22183 components: @@ -190519,28 +205126,21 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,-2.5 parent: 12 - - uid: 22185 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-9.5 - parent: 12 - uid: 22186 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-10.5 parent: 12 - - uid: 22187 + - uid: 22190 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -8.5,-11.5 + pos: -30.5,63.5 parent: 12 - - uid: 22190 + - uid: 22194 components: - type: Transform - pos: -30.5,63.5 + pos: -40.5,76.5 parent: 12 - uid: 22216 components: @@ -190578,22 +205178,27 @@ entities: - type: Transform pos: 35.5,-24.5 parent: 12 - - uid: 22290 + - uid: 22321 components: - type: Transform - pos: 42.5,13.5 + pos: -37.5,80.5 parent: 12 - - uid: 22324 + - uid: 22323 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -53.5,59.5 + pos: -34.5,76.5 parent: 12 - uid: 22327 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -52.5,55.5 + rot: 3.141592653589793 rad + pos: -32.5,76.5 + parent: 12 + - uid: 22338 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -26.5,75.5 parent: 12 - uid: 22532 components: @@ -190605,6 +205210,12 @@ entities: - type: Transform pos: 35.5,-40.5 parent: 12 + - uid: 22708 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 12.5,-57.5 + parent: 12 - uid: 22851 components: - type: Transform @@ -190664,12 +205275,6 @@ entities: rot: 3.141592653589793 rad pos: 52.5,-3.5 parent: 12 - - uid: 23177 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -57.5,63.5 - parent: 12 - uid: 23598 components: - type: Transform @@ -190678,65 +205283,51 @@ entities: - uid: 23701 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -54.5,59.5 - parent: 12 - - uid: 23745 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,40.5 + rot: 1.5707963267948966 rad + pos: -32.5,79.5 parent: 12 - - uid: 23746 + - uid: 23709 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,41.5 + pos: -52.5,77.5 parent: 12 - - uid: 23882 + - uid: 23745 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,-51.5 + rot: 3.141592653589793 rad + pos: -7.5,26.5 parent: 12 - - uid: 23883 + - uid: 23746 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-51.5 + rot: 3.141592653589793 rad + pos: -7.5,29.5 parent: 12 - uid: 23895 components: - type: Transform pos: 48.5,66.5 parent: 12 - - uid: 23906 - components: - - type: Transform - pos: -44.5,-16.5 - parent: 12 - - uid: 23907 + - uid: 23935 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,42.5 + rot: 1.5707963267948966 rad + pos: -55.5,44.5 parent: 12 - - uid: 24217 + - uid: 24226 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,43.5 + pos: 34.5,-39.5 parent: 12 - - uid: 24226 + - uid: 24241 components: - type: Transform - pos: 34.5,-39.5 + pos: -48.5,-11.5 parent: 12 - - uid: 24237 + - uid: 24242 components: - type: Transform - rot: 3.141592653589793 rad - pos: 47.5,66.5 + pos: -49.5,-11.5 parent: 12 - uid: 24259 components: @@ -190769,6 +205360,11 @@ entities: rot: 1.5707963267948966 rad pos: 56.5,1.5 parent: 12 + - uid: 24300 + components: + - type: Transform + pos: -47.5,77.5 + parent: 12 - uid: 24302 components: - type: Transform @@ -190779,12 +205375,6 @@ entities: - type: Transform pos: 35.5,-36.5 parent: 12 - - uid: 24325 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 38.5,2.5 - parent: 12 - uid: 24451 components: - type: Transform @@ -190796,17 +205386,21 @@ entities: rot: 1.5707963267948966 rad pos: -26.5,71.5 parent: 12 - - uid: 24667 + - uid: 24493 components: - type: Transform - rot: 3.141592653589793 rad - pos: -23.5,71.5 + rot: -1.5707963267948966 rad + pos: 14.5,-57.5 parent: 12 - - uid: 24668 + - uid: 24497 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,71.5 + pos: -39.5,62.5 + parent: 12 + - uid: 24654 + components: + - type: Transform + pos: -39.5,63.5 parent: 12 - uid: 25037 components: @@ -190824,12 +205418,6 @@ entities: - type: Transform pos: 63.5,7.5 parent: 12 - - uid: 25094 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-18.5 - parent: 12 - uid: 25095 components: - type: Transform @@ -190841,11 +205429,6 @@ entities: - type: Transform pos: 63.5,8.5 parent: 12 - - uid: 25136 - components: - - type: Transform - pos: 45.5,-40.5 - parent: 12 - uid: 25275 components: - type: Transform @@ -190869,16 +205452,11 @@ entities: rot: 3.141592653589793 rad pos: -23.5,56.5 parent: 12 - - uid: 25391 + - uid: 25418 components: - type: Transform rot: -1.5707963267948966 rad - pos: -53.5,55.5 - parent: 12 - - uid: 25393 - components: - - type: Transform - pos: -53.5,63.5 + pos: -24.5,65.5 parent: 12 - uid: 25420 components: @@ -190931,8 +205509,20 @@ entities: - uid: 25428 components: - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,71.5 + rot: -1.5707963267948966 rad + pos: -39.5,71.5 + parent: 12 + - uid: 25429 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,71.5 + parent: 12 + - uid: 25430 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,70.5 parent: 12 - uid: 25431 components: @@ -190958,6 +205548,12 @@ entities: rot: -1.5707963267948966 rad pos: -40.5,66.5 parent: 12 + - uid: 25435 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,65.5 + parent: 12 - uid: 25436 components: - type: Transform @@ -190969,11 +205565,11 @@ entities: - type: Transform pos: -50.5,45.5 parent: 12 - - uid: 25492 + - uid: 25454 components: - type: Transform rot: 3.141592653589793 rad - pos: 33.5,-36.5 + pos: -34.5,75.5 parent: 12 - uid: 25526 components: @@ -191007,6 +205603,12 @@ entities: - type: Transform pos: 33.5,64.5 parent: 12 + - uid: 25557 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-56.5 + parent: 12 - uid: 25564 components: - type: Transform @@ -191017,28 +205619,16 @@ entities: - type: Transform pos: -56.5,-40.5 parent: 12 - - uid: 25577 - components: - - type: Transform - pos: -55.5,-40.5 - parent: 12 - - uid: 25579 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-50.5 - parent: 12 - - uid: 25582 + - uid: 25572 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-34.5 + rot: -1.5707963267948966 rad + pos: 11.5,-57.5 parent: 12 - - uid: 25594 + - uid: 25577 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-49.5 + pos: -55.5,-40.5 parent: 12 - uid: 25597 components: @@ -191055,62 +205645,36 @@ entities: - type: Transform pos: 7.5,-17.5 parent: 12 - - uid: 25601 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-46.5 - parent: 12 - - uid: 25603 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,-44.5 - parent: 12 - - uid: 25604 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-46.5 - parent: 12 - - uid: 25605 + - uid: 25609 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-45.5 + rot: -1.5707963267948966 rad + pos: -24.5,66.5 parent: 12 - uid: 25870 components: - type: Transform pos: 5.5,-16.5 parent: 12 - - uid: 25902 - components: - - type: Transform - pos: -51.5,-34.5 - parent: 12 - - uid: 25949 + - uid: 25889 components: - type: Transform - pos: -49.5,58.5 + pos: 11.5,-13.5 parent: 12 - - uid: 26048 + - uid: 25902 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-44.5 + pos: -51.5,-34.5 parent: 12 - - uid: 26049 + - uid: 25948 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-45.5 + pos: -49.5,59.5 parent: 12 - - uid: 26050 + - uid: 25949 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,-49.5 + pos: -49.5,58.5 parent: 12 - uid: 26067 components: @@ -191123,6 +205687,12 @@ entities: rot: 3.141592653589793 rad pos: 63.5,-27.5 parent: 12 + - uid: 26152 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -60.5,-12.5 + parent: 12 - uid: 26167 components: - type: Transform @@ -191150,21 +205720,23 @@ entities: rot: 1.5707963267948966 rad pos: -57.5,-28.5 parent: 12 - - uid: 26254 + - uid: 26355 components: - type: Transform - pos: -25.5,69.5 + rot: 3.141592653589793 rad + pos: -28.5,-1.5 parent: 12 - - uid: 26293 + - uid: 26392 components: - type: Transform - pos: -26.5,69.5 + rot: 3.141592653589793 rad + pos: 25.5,27.5 parent: 12 - - uid: 26355 + - uid: 26394 components: - type: Transform rot: 3.141592653589793 rad - pos: -28.5,-1.5 + pos: -5.5,79.5 parent: 12 - uid: 26416 components: @@ -191184,23 +205756,17 @@ entities: rot: -1.5707963267948966 rad pos: 28.5,11.5 parent: 12 - - uid: 26448 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 16.5,6.5 - parent: 12 - - uid: 26472 + - uid: 26447 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -5.5,79.5 + rot: 1.5707963267948966 rad + pos: 55.5,-50.5 parent: 12 - - uid: 26473 + - uid: 26448 components: - type: Transform rot: -1.5707963267948966 rad - pos: -2.5,74.5 + pos: 16.5,6.5 parent: 12 - uid: 26475 components: @@ -191232,110 +205798,83 @@ entities: - type: Transform pos: 56.5,3.5 parent: 12 - - uid: 26492 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 24.5,13.5 - parent: 12 - uid: 26510 components: - type: Transform rot: 1.5707963267948966 rad pos: 13.5,5.5 parent: 12 - - uid: 26538 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 59.5,0.5 - parent: 12 - uid: 26611 components: - type: Transform rot: -1.5707963267948966 rad pos: 18.5,6.5 parent: 12 - - uid: 26625 + - uid: 26653 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -48.5,57.5 + rot: 1.5707963267948966 rad + pos: 58.5,-50.5 parent: 12 - - uid: 26632 + - uid: 26822 components: - type: Transform rot: -1.5707963267948966 rad - pos: -3.5,77.5 + pos: 13.5,7.5 parent: 12 - - uid: 26716 + - uid: 26823 components: - type: Transform - pos: -54.5,45.5 + rot: -1.5707963267948966 rad + pos: 28.5,13.5 parent: 12 - - uid: 26718 + - uid: 26854 components: - type: Transform - pos: -53.5,74.5 + rot: 1.5707963267948966 rad + pos: 38.5,-16.5 parent: 12 - - uid: 26738 + - uid: 26908 components: - type: Transform - pos: -54.5,73.5 + rot: -1.5707963267948966 rad + pos: 9.5,-57.5 parent: 12 - - uid: 26782 + - uid: 26912 components: - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-64.5 + rot: 1.5707963267948966 rad + pos: -62.5,-17.5 parent: 12 - - uid: 26798 + - uid: 26919 components: - type: Transform rot: 3.141592653589793 rad - pos: -49.5,-11.5 + pos: -13.5,77.5 parent: 12 - - uid: 26822 + - uid: 26956 components: - type: Transform rot: -1.5707963267948966 rad - pos: 13.5,7.5 + pos: 32.5,-56.5 parent: 12 - - uid: 26823 + - uid: 26983 components: - type: Transform rot: -1.5707963267948966 rad - pos: 28.5,13.5 - parent: 12 - - uid: 26854 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 38.5,-16.5 - parent: 12 - - uid: 26883 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -20.5,-65.5 - parent: 12 - - uid: 26892 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -17.5,-68.5 + pos: 41.5,-43.5 parent: 12 - - uid: 26911 + - uid: 26995 components: - type: Transform rot: -1.5707963267948966 rad - pos: -25.5,72.5 + pos: 38.5,-43.5 parent: 12 - - uid: 26948 + - uid: 26998 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -55.5,44.5 + rot: 1.5707963267948966 rad + pos: -39.5,-18.5 parent: 12 - uid: 27050 components: @@ -191343,6 +205882,11 @@ entities: rot: 3.141592653589793 rad pos: 27.5,-13.5 parent: 12 + - uid: 27117 + components: + - type: Transform + pos: -17.5,-67.5 + parent: 12 - uid: 27147 components: - type: Transform @@ -191355,35 +205899,41 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,60.5 parent: 12 + - uid: 27230 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -29.5,61.5 + parent: 12 - uid: 27231 components: - type: Transform rot: 1.5707963267948966 rad pos: -31.5,61.5 parent: 12 - - uid: 27334 + - uid: 27318 components: - type: Transform rot: 1.5707963267948966 rad - pos: -49.5,-17.5 + pos: 51.5,64.5 parent: 12 - - uid: 27335 + - uid: 27331 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -48.5,-17.5 + rot: 3.141592653589793 rad + pos: 41.5,1.5 parent: 12 - - uid: 27336 + - uid: 27410 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -58.5,-35.5 + rot: -1.5707963267948966 rad + pos: 39.5,-43.5 parent: 12 - - uid: 27403 + - uid: 27411 components: - type: Transform rot: 1.5707963267948966 rad - pos: -42.5,-13.5 + pos: -45.5,-11.5 parent: 12 - uid: 27416 components: @@ -191423,31 +205973,25 @@ entities: rot: 1.5707963267948966 rad pos: -28.5,61.5 parent: 12 - - uid: 27952 - components: - - type: Transform - pos: 5.5,-9.5 - parent: 12 - - uid: 27981 + - uid: 27978 components: - type: Transform - pos: 5.5,-12.5 + pos: -22.5,-68.5 parent: 12 - - uid: 27982 + - uid: 27985 components: - type: Transform - pos: 5.5,-11.5 + pos: -20.5,-68.5 parent: 12 - - uid: 27983 + - uid: 28049 components: - type: Transform - pos: 5.5,-10.5 + pos: -19.5,-70.5 parent: 12 - - uid: 27993 + - uid: 28050 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-44.5 + pos: -20.5,-70.5 parent: 12 - uid: 28088 components: @@ -191475,40 +206019,40 @@ entities: - type: Transform pos: 30.5,34.5 parent: 12 - - uid: 28160 + - uid: 28158 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-11.5 + pos: -47.5,-11.5 parent: 12 - - uid: 28161 + - uid: 28159 components: - type: Transform rot: -1.5707963267948966 rad - pos: -57.5,-12.5 + pos: -46.5,-11.5 parent: 12 - - uid: 28162 + - uid: 28169 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-12.5 + pos: -50.5,-11.5 parent: 12 - - uid: 28163 + - uid: 28179 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-14.5 + rot: 3.141592653589793 rad + pos: -45.5,-45.5 parent: 12 - - uid: 28165 + - uid: 28180 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -58.5,-13.5 + rot: 3.141592653589793 rad + pos: -46.5,-46.5 parent: 12 - - uid: 28225 + - uid: 28201 components: - type: Transform - pos: -43.5,-16.5 + rot: 1.5707963267948966 rad + pos: -45.5,-17.5 parent: 12 - uid: 28237 components: @@ -191516,17 +206060,11 @@ entities: rot: 1.5707963267948966 rad pos: -22.5,60.5 parent: 12 - - uid: 28252 + - uid: 28286 components: - type: Transform rot: 1.5707963267948966 rad - pos: -29.5,-14.5 - parent: 12 - - uid: 28259 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 0.5,7.5 + pos: -44.5,-17.5 parent: 12 - uid: 28288 components: @@ -191534,34 +206072,28 @@ entities: rot: 1.5707963267948966 rad pos: -42.5,-17.5 parent: 12 - - uid: 28289 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,-16.5 - parent: 12 - - uid: 28327 + - uid: 28300 components: - type: Transform rot: 3.141592653589793 rad - pos: 27.5,-14.5 + pos: -46.5,-49.5 parent: 12 - - uid: 28390 + - uid: 28301 components: - type: Transform rot: 3.141592653589793 rad - pos: -1.5,7.5 + pos: -45.5,-50.5 parent: 12 - uid: 28422 components: - type: Transform pos: 44.5,6.5 parent: 12 - - uid: 28437 + - uid: 28436 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,79.5 + rot: 3.141592653589793 rad + pos: -43.5,-51.5 parent: 12 - uid: 28521 components: @@ -191573,10 +206105,23 @@ entities: - type: Transform pos: 6.5,-4.5 parent: 12 - - uid: 28691 + - uid: 28552 components: - type: Transform - pos: -31.5,62.5 + rot: 3.141592653589793 rad + pos: -42.5,-51.5 + parent: 12 + - uid: 28635 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-53.5 + parent: 12 + - uid: 28636 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-52.5 parent: 12 - uid: 28741 components: @@ -191619,45 +206164,47 @@ entities: - type: Transform pos: 32.5,2.5 parent: 12 - - uid: 28870 + - uid: 28943 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-49.5 + pos: 19.5,-13.5 parent: 12 - - uid: 28906 + - uid: 28974 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-50.5 + rot: 3.141592653589793 rad + pos: -33.5,75.5 parent: 12 - - uid: 28943 + - uid: 29009 components: - type: Transform - pos: 19.5,-13.5 + pos: 7.5,-55.5 parent: 12 - - uid: 29021 + - uid: 29012 components: - type: Transform - pos: -40.5,65.5 + pos: 6.5,-55.5 parent: 12 - - uid: 29039 + - uid: 29060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-50.5 + pos: -55.5,73.5 parent: 12 - - uid: 29040 + - uid: 29073 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -41.5,-51.5 + pos: -57.5,59.5 parent: 12 - - uid: 29153 + - uid: 29103 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,66.5 + rot: 3.141592653589793 rad + pos: -40.5,75.5 + parent: 12 + - uid: 29144 + components: + - type: Transform + pos: -35.5,80.5 parent: 12 - uid: 29163 components: @@ -191671,16 +206218,10 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,60.5 parent: 12 - - uid: 29187 - components: - - type: Transform - pos: -44.5,74.5 - parent: 12 - - uid: 29207 + - uid: 29165 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -12.5,77.5 + pos: -32.5,77.5 parent: 12 - uid: 29209 components: @@ -191688,134 +206229,102 @@ entities: rot: 3.141592653589793 rad pos: -19.5,74.5 parent: 12 - - uid: 29224 - components: - - type: Transform - pos: -52.5,58.5 - parent: 12 - - uid: 29225 - components: - - type: Transform - pos: -45.5,-11.5 - parent: 12 - - uid: 29226 - components: - - type: Transform - pos: -28.5,62.5 - parent: 12 - - uid: 29230 - components: - - type: Transform - pos: -6.5,-13.5 - parent: 12 - - uid: 29247 - components: - - type: Transform - pos: -47.5,-11.5 - parent: 12 - - uid: 29252 + - uid: 29213 components: - type: Transform - pos: -46.5,-11.5 + rot: 3.141592653589793 rad + pos: -41.5,-50.5 parent: 12 - - uid: 29259 + - uid: 29224 components: - type: Transform rot: -1.5707963267948966 rad - pos: -13.5,77.5 - parent: 12 - - uid: 29303 - components: - - type: Transform - pos: -38.5,79.5 + pos: -25.5,66.5 parent: 12 - - uid: 29309 + - uid: 29227 components: - type: Transform - pos: -36.5,79.5 + pos: -24.5,63.5 parent: 12 - - uid: 29310 + - uid: 29282 components: - type: Transform - pos: -39.5,75.5 + rot: -1.5707963267948966 rad + pos: -24.5,64.5 parent: 12 - - uid: 29311 + - uid: 29316 components: - type: Transform - pos: -39.5,78.5 + pos: -39.5,80.5 parent: 12 - - uid: 29345 + - uid: 29317 components: - type: Transform - pos: -39.5,76.5 + pos: -40.5,79.5 parent: 12 - - uid: 29373 + - uid: 29322 components: - type: Transform rot: 3.141592653589793 rad - pos: -52.5,60.5 - parent: 12 - - uid: 29421 - components: - - type: Transform - pos: -32.5,74.5 + pos: -43.5,74.5 parent: 12 - - uid: 29427 + - uid: 29347 components: - type: Transform - pos: -52.5,63.5 + pos: -54.5,69.5 parent: 12 - - uid: 29443 + - uid: 29371 components: - type: Transform - pos: -34.5,79.5 + pos: -52.5,66.5 parent: 12 - - uid: 29594 + - uid: 29423 components: - type: Transform - rot: 3.141592653589793 rad - pos: -48.5,-11.5 + pos: 8.5,-55.5 parent: 12 - - uid: 29657 + - uid: 29431 components: - type: Transform rot: 3.141592653589793 rad - pos: -17.5,74.5 + pos: -40.5,-49.5 parent: 12 - - uid: 29662 + - uid: 29488 components: - type: Transform - pos: -28.5,69.5 + pos: -53.5,49.5 parent: 12 - - uid: 29667 + - uid: 29491 components: - type: Transform - pos: -27.5,69.5 + pos: -54.5,51.5 parent: 12 - - uid: 29783 + - uid: 29492 components: - type: Transform - pos: -24.5,67.5 + pos: -54.5,52.5 parent: 12 - - uid: 29820 + - uid: 29494 components: - type: Transform - pos: -24.5,66.5 + pos: -54.5,54.5 parent: 12 - - uid: 29825 + - uid: 29597 components: - type: Transform - pos: -24.5,65.5 + pos: -25.5,80.5 parent: 12 - - uid: 29828 + - uid: 29657 components: - type: Transform - pos: -24.5,64.5 + rot: 3.141592653589793 rad + pos: -17.5,74.5 parent: 12 - - uid: 29829 + - uid: 29718 components: - type: Transform - pos: -24.5,69.5 + rot: 3.141592653589793 rad + pos: -40.5,-46.5 parent: 12 - uid: 29842 components: @@ -191828,10 +206337,17 @@ entities: rot: 1.5707963267948966 rad pos: -30.5,-40.5 parent: 12 - - uid: 29996 + - uid: 29871 components: - type: Transform - pos: -27.5,62.5 + rot: 3.141592653589793 rad + pos: -40.5,-45.5 + parent: 12 + - uid: 29964 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -45.5,-44.5 parent: 12 - uid: 30191 components: @@ -191850,20 +206366,17 @@ entities: - type: Transform pos: -27.5,-60.5 parent: 12 - - uid: 30540 - components: - - type: Transform - pos: -15.5,-68.5 - parent: 12 - - uid: 30542 + - uid: 30518 components: - type: Transform - pos: -15.5,-66.5 + rot: 3.141592653589793 rad + pos: -41.5,-45.5 parent: 12 - - uid: 30546 + - uid: 30549 components: - type: Transform - pos: -18.5,-69.5 + rot: 3.141592653589793 rad + pos: -41.5,-44.5 parent: 12 - uid: 30554 components: @@ -191900,26 +206413,89 @@ entities: - type: Transform pos: -36.5,-59.5 parent: 12 + - uid: 30966 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-45.5 + parent: 12 + - uid: 30968 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-46.5 + parent: 12 + - uid: 30969 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-49.5 + parent: 12 + - uid: 31001 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -46.5,-50.5 + parent: 12 + - uid: 31013 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,-50.5 + parent: 12 + - uid: 31016 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -41.5,-51.5 + parent: 12 - uid: 31066 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,-49.5 parent: 12 - - uid: 31171 + - uid: 31083 components: - type: Transform - pos: -9.5,-65.5 + rot: 1.5707963267948966 rad + pos: -16.5,-71.5 parent: 12 - - uid: 31172 + - uid: 31085 components: - type: Transform - pos: -9.5,-66.5 + rot: 1.5707963267948966 rad + pos: -14.5,-72.5 parent: 12 - - uid: 31174 + - uid: 31097 components: - type: Transform - pos: -8.5,-67.5 + rot: 1.5707963267948966 rad + pos: -12.5,-72.5 + parent: 12 + - uid: 31100 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -16.5,-70.5 + parent: 12 + - uid: 31101 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -10.5,-72.5 + parent: 12 + - uid: 31102 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -11.5,-72.5 + parent: 12 + - uid: 31104 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -9.5,-69.5 parent: 12 - uid: 31187 components: @@ -191958,27 +206534,6 @@ entities: rot: 3.141592653589793 rad pos: -7.5,-69.5 parent: 12 - - uid: 31238 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -8.5,-68.5 - parent: 12 - - uid: 31353 - components: - - type: Transform - pos: -36.5,-16.5 - parent: 12 - - uid: 31354 - components: - - type: Transform - pos: -36.5,-15.5 - parent: 12 - - uid: 31355 - components: - - type: Transform - pos: -36.5,-14.5 - parent: 12 - uid: 31376 components: - type: Transform @@ -192039,6 +206594,11 @@ entities: rot: 1.5707963267948966 rad pos: 17.5,22.5 parent: 12 + - uid: 32172 + components: + - type: Transform + pos: -54.5,44.5 + parent: 12 - proto: WallReinforcedRust entities: - uid: 191 @@ -192046,28 +206606,26 @@ entities: - type: Transform pos: 63.5,10.5 parent: 12 - - uid: 215 + - uid: 383 components: - type: Transform rot: 1.5707963267948966 rad - pos: -57.5,64.5 + pos: 56.5,-6.5 parent: 12 - - uid: 383 + - uid: 1061 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 56.5,-6.5 + pos: -56.5,63.5 parent: 12 - - uid: 564 + - uid: 1065 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -42.5,74.5 + pos: -56.5,64.5 parent: 12 - - uid: 566 + - uid: 1172 components: - type: Transform - pos: -54.5,74.5 + pos: -17.5,-70.5 parent: 12 - uid: 2498 components: @@ -192075,6 +206633,12 @@ entities: rot: -1.5707963267948966 rad pos: -8.5,30.5 parent: 12 + - uid: 3031 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -55.5,55.5 + parent: 12 - uid: 3624 components: - type: Transform @@ -192086,6 +206650,12 @@ entities: - type: Transform pos: -40.5,-55.5 parent: 12 + - uid: 4399 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -1.5,-18.5 + parent: 12 - uid: 4631 components: - type: Transform @@ -192104,7 +206674,7 @@ entities: - uid: 4956 components: - type: Transform - pos: -51.5,49.5 + pos: -55.5,69.5 parent: 12 - uid: 5048 components: @@ -192118,20 +206688,26 @@ entities: rot: 3.141592653589793 rad pos: 51.5,1.5 parent: 12 - - uid: 5247 + - uid: 5214 components: - type: Transform - pos: 59.5,-5.5 + pos: 6.5,71.5 parent: 12 - uid: 5794 components: - type: Transform pos: 41.5,-3.5 parent: 12 - - uid: 6211 + - uid: 6254 components: - type: Transform - pos: -50.5,77.5 + rot: 1.5707963267948966 rad + pos: -41.5,-17.5 + parent: 12 + - uid: 6258 + components: + - type: Transform + pos: -17.5,-65.5 parent: 12 - uid: 7802 components: @@ -192139,35 +206715,41 @@ entities: rot: 1.5707963267948966 rad pos: 41.5,-9.5 parent: 12 - - uid: 8446 + - uid: 8044 components: - type: Transform - pos: -46.5,76.5 + rot: -1.5707963267948966 rad + pos: 34.5,-55.5 parent: 12 - - uid: 9378 + - uid: 8131 components: - type: Transform - pos: 44.5,-39.5 + rot: -1.5707963267948966 rad + pos: 31.5,-57.5 parent: 12 - - uid: 9537 + - uid: 8724 components: - type: Transform - pos: -51.5,61.5 + rot: -1.5707963267948966 rad + pos: 11.5,-55.5 parent: 12 - - uid: 9546 + - uid: 8890 components: - type: Transform - pos: -51.5,51.5 + rot: -1.5707963267948966 rad + pos: 29.5,-54.5 parent: 12 - - uid: 9555 + - uid: 9240 components: - type: Transform - pos: -51.5,52.5 + rot: -1.5707963267948966 rad + pos: 36.5,-53.5 parent: 12 - - uid: 9568 + - uid: 9243 components: - type: Transform - pos: -51.5,53.5 + rot: -1.5707963267948966 rad + pos: 32.5,-55.5 parent: 12 - uid: 9579 components: @@ -192181,10 +206763,11 @@ entities: rot: 1.5707963267948966 rad pos: 2.5,21.5 parent: 12 - - uid: 9644 + - uid: 9632 components: - type: Transform - pos: -51.5,55.5 + rot: -1.5707963267948966 rad + pos: 35.5,-54.5 parent: 12 - uid: 9672 components: @@ -192198,11 +206781,10 @@ entities: rot: -1.5707963267948966 rad pos: 49.5,7.5 parent: 12 - - uid: 10166 + - uid: 10042 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 10.5,-50.5 + pos: -12.5,-71.5 parent: 12 - uid: 10279 components: @@ -192216,12 +206798,6 @@ entities: rot: -1.5707963267948966 rad pos: 4.5,-32.5 parent: 12 - - uid: 10626 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 6.5,-53.5 - parent: 12 - uid: 10636 components: - type: Transform @@ -192274,17 +206850,23 @@ entities: rot: -1.5707963267948966 rad pos: 5.5,29.5 parent: 12 - - uid: 11275 + - uid: 11361 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 41.5,-7.5 + parent: 12 + - uid: 11377 components: - type: Transform rot: -1.5707963267948966 rad - pos: 59.5,-3.5 + pos: 37.5,-44.5 parent: 12 - - uid: 11361 + - uid: 11378 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,-7.5 + rot: -1.5707963267948966 rad + pos: 37.5,-45.5 parent: 12 - uid: 11381 components: @@ -192394,12 +206976,6 @@ entities: rot: -1.5707963267948966 rad pos: -51.5,44.5 parent: 12 - - uid: 11643 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -50.5,42.5 - parent: 12 - uid: 11649 components: - type: Transform @@ -192429,22 +207005,16 @@ entities: - type: Transform pos: -50.5,-28.5 parent: 12 - - uid: 11941 + - uid: 12113 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -16.5,69.5 + pos: -44.5,74.5 parent: 12 - uid: 12308 components: - type: Transform pos: 28.5,19.5 parent: 12 - - uid: 12645 - components: - - type: Transform - pos: -56.5,65.5 - parent: 12 - uid: 12953 components: - type: Transform @@ -192457,203 +207027,276 @@ entities: rot: 1.5707963267948966 rad pos: 41.5,-4.5 parent: 12 - - uid: 13859 + - uid: 13148 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,71.5 + rot: 1.5707963267948966 rad + pos: 4.5,-8.5 parent: 12 - - uid: 14555 + - uid: 13149 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-47.5 + rot: 1.5707963267948966 rad + pos: 4.5,-7.5 parent: 12 - - uid: 14625 + - uid: 13150 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -10.5,-31.5 + rot: 1.5707963267948966 rad + pos: 2.5,6.5 parent: 12 - - uid: 15582 + - uid: 13151 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-66.5 + rot: 1.5707963267948966 rad + pos: -2.5,6.5 parent: 12 - - uid: 17305 + - uid: 13153 components: - type: Transform - pos: -52.5,-24.5 + rot: 1.5707963267948966 rad + pos: -56.5,-20.5 parent: 12 - - uid: 17761 + - uid: 13154 components: - type: Transform - rot: 3.141592653589793 rad - pos: -22.5,-68.5 + rot: 1.5707963267948966 rad + pos: -46.5,-17.5 parent: 12 - - uid: 17839 + - uid: 13155 components: - type: Transform - rot: 3.141592653589793 rad - pos: -21.5,-68.5 + rot: 1.5707963267948966 rad + pos: 0.5,6.5 parent: 12 - - uid: 17858 + - uid: 13156 components: - type: Transform - pos: -51.5,67.5 + rot: 1.5707963267948966 rad + pos: -5.5,4.5 parent: 12 - - uid: 17920 + - uid: 13157 components: - type: Transform rot: 1.5707963267948966 rad - pos: -56.5,64.5 + pos: -5.5,-0.5 parent: 12 - - uid: 17922 + - uid: 13158 components: - type: Transform - pos: -53.5,65.5 + rot: 1.5707963267948966 rad + pos: -5.5,2.5 parent: 12 - - uid: 18709 + - uid: 13159 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 9.5,-49.5 + rot: 1.5707963267948966 rad + pos: -5.5,3.5 parent: 12 - - uid: 19229 + - uid: 13160 components: - type: Transform - pos: 2.5,5.5 + rot: 1.5707963267948966 rad + pos: -6.5,-13.5 parent: 12 - - uid: 19267 + - uid: 13162 components: - type: Transform - pos: -34.5,78.5 + pos: 27.5,18.5 parent: 12 - - uid: 19295 + - uid: 13163 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,-51.5 + rot: 1.5707963267948966 rad + pos: -9.5,-3.5 parent: 12 - - uid: 19301 + - uid: 13164 components: - type: Transform - pos: 3.5,5.5 + rot: 1.5707963267948966 rad + pos: -7.5,-1.5 parent: 12 - - uid: 19333 + - uid: 13859 components: - type: Transform - pos: -19.5,-65.5 + rot: -1.5707963267948966 rad + pos: 1.5,71.5 parent: 12 - - uid: 19535 + - uid: 14179 components: - type: Transform - pos: 3.5,4.5 + rot: 1.5707963267948966 rad + pos: -7.5,-0.5 parent: 12 - - uid: 19694 + - uid: 14180 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,2.5 + parent: 12 + - uid: 14182 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -7.5,-12.5 + parent: 12 + - uid: 14625 components: - type: Transform rot: -1.5707963267948966 rad - pos: 36.5,64.5 + pos: -10.5,-31.5 parent: 12 - - uid: 19783 + - uid: 15549 components: - type: Transform - pos: -33.5,78.5 + rot: 1.5707963267948966 rad + pos: -9.5,-9.5 parent: 12 - - uid: 19870 + - uid: 15550 components: - type: Transform - pos: -4.5,-2.5 + rot: 1.5707963267948966 rad + pos: -51.5,-11.5 parent: 12 - - uid: 20274 + - uid: 15552 components: - type: Transform - pos: -4.5,-1.5 + pos: 17.5,23.5 parent: 12 - - uid: 20554 + - uid: 15703 components: - type: Transform - pos: 4.5,6.5 + rot: 1.5707963267948966 rad + pos: 4.5,-1.5 parent: 12 - - uid: 20858 + - uid: 16797 components: - type: Transform - pos: -54.5,65.5 + rot: 1.5707963267948966 rad + pos: 4.5,4.5 parent: 12 - - uid: 20860 + - uid: 16799 components: - type: Transform - pos: 4.5,-4.5 + rot: 1.5707963267948966 rad + pos: -6.5,-0.5 parent: 12 - - uid: 20861 + - uid: 17305 components: - type: Transform - pos: 4.5,-5.5 + pos: -52.5,-24.5 parent: 12 - - uid: 20863 + - uid: 17835 components: - type: Transform - pos: 3.5,6.5 + pos: -47.5,76.5 parent: 12 - - uid: 20864 + - uid: 18572 components: - type: Transform - pos: -5.5,4.5 + rot: 1.5707963267948966 rad + pos: -61.5,-14.5 parent: 12 - - uid: 20865 + - uid: 18585 components: - type: Transform - pos: -5.5,-1.5 + pos: 25.5,13.5 parent: 12 - - uid: 20866 + - uid: 19199 components: - type: Transform - pos: -5.5,3.5 + pos: 9.5,29.5 parent: 12 - - uid: 20867 + - uid: 19295 components: - type: Transform - pos: 4.5,5.5 + rot: 3.141592653589793 rad + pos: -52.5,-51.5 parent: 12 - - uid: 20868 + - uid: 19355 components: - type: Transform - pos: 30.5,27.5 + pos: 10.5,29.5 parent: 12 - - uid: 20872 + - uid: 19357 components: - type: Transform - pos: 3.5,-4.5 + pos: 19.5,24.5 parent: 12 - - uid: 21594 + - uid: 19358 + components: + - type: Transform + pos: 20.5,22.5 + parent: 12 + - uid: 19455 + components: + - type: Transform + pos: -19.5,-65.5 + parent: 12 + - uid: 19694 components: - type: Transform rot: -1.5707963267948966 rad - pos: -54.5,69.5 + pos: 36.5,64.5 parent: 12 - - uid: 22037 + - uid: 19847 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -46.5,-46.5 + pos: 11.5,30.5 parent: 12 - - uid: 22038 + - uid: 19871 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-47.5 + pos: 15.5,34.5 + parent: 12 + - uid: 22034 + components: + - type: Transform + pos: -25.5,73.5 + parent: 12 + - uid: 22043 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-43.5 parent: 12 - uid: 22044 components: - type: Transform pos: -50.5,-20.5 parent: 12 - - uid: 22876 + - uid: 22185 components: - type: Transform - pos: -59.5,-33.5 + pos: 53.5,67.5 + parent: 12 + - uid: 22187 + components: + - type: Transform + pos: 51.5,67.5 + parent: 12 + - uid: 22277 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -40.5,77.5 + parent: 12 + - uid: 22322 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -34.5,77.5 + parent: 12 + - uid: 22325 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -31.5,79.5 + parent: 12 + - uid: 22714 + components: + - type: Transform + pos: 61.5,-0.5 parent: 12 - uid: 22878 components: @@ -192671,59 +207314,63 @@ entities: rot: 3.141592653589793 rad pos: 50.5,-6.5 parent: 12 - - uid: 23710 + - uid: 23703 components: - type: Transform - pos: -43.5,73.5 + pos: -32.5,75.5 parent: 12 - - uid: 23760 + - uid: 23710 components: - type: Transform - pos: -31.5,74.5 + pos: -51.5,77.5 parent: 12 - - uid: 23791 + - uid: 23719 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,-51.5 + pos: -55.5,58.5 parent: 12 - uid: 23898 components: - type: Transform pos: -57.5,-24.5 parent: 12 - - uid: 25332 + - uid: 24237 components: - type: Transform - pos: 5.5,-54.5 + rot: 1.5707963267948966 rad + pos: -60.5,-11.5 parent: 12 - - uid: 25403 + - uid: 24254 components: - type: Transform - pos: -51.5,64.5 + pos: -52.5,64.5 parent: 12 - - uid: 25596 + - uid: 25490 components: - type: Transform - pos: -5.5,-67.5 + pos: -26.5,73.5 parent: 12 - - uid: 25602 + - uid: 25555 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-45.5 + pos: 51.5,66.5 parent: 12 - - uid: 25606 + - uid: 25558 components: - type: Transform rot: 1.5707963267948966 rad - pos: -39.5,-45.5 + pos: -5.5,6.5 parent: 12 - - uid: 25608 + - uid: 25586 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -40.5,-44.5 + rot: -1.5707963267948966 rad + pos: 60.5,-3.5 + parent: 12 + - uid: 25596 + components: + - type: Transform + pos: -5.5,-67.5 parent: 12 - uid: 25671 components: @@ -192742,15 +207389,26 @@ entities: - type: Transform pos: -51.5,-35.5 parent: 12 - - uid: 26086 + - uid: 25935 components: - type: Transform - pos: -58.5,-36.5 + pos: -2.5,-17.5 parent: 12 - - uid: 26138 + - uid: 26133 components: - type: Transform - pos: -59.5,-35.5 + pos: 59.5,65.5 + parent: 12 + - uid: 26149 + components: + - type: Transform + pos: 59.5,60.5 + parent: 12 + - uid: 26150 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 4.5,-0.5 parent: 12 - uid: 26241 components: @@ -192769,510 +207427,607 @@ entities: rot: -1.5707963267948966 rad pos: -20.5,70.5 parent: 12 - - uid: 26748 + - uid: 26480 components: - type: Transform - rot: 3.141592653589793 rad - pos: -52.5,61.5 + pos: -5.5,-17.5 parent: 12 - - uid: 26786 + - uid: 26492 components: - type: Transform - pos: 45.5,-9.5 + rot: 1.5707963267948966 rad + pos: -8.5,-1.5 parent: 12 - - uid: 26825 + - uid: 26530 + components: + - type: Transform + pos: -5.5,-14.5 + parent: 12 + - uid: 26538 + components: + - type: Transform + pos: 63.5,-0.5 + parent: 12 + - uid: 26593 components: - type: Transform rot: 1.5707963267948966 rad - pos: -17.5,-67.5 + pos: -56.5,-37.5 parent: 12 - - uid: 26866 + - uid: 26599 components: - type: Transform - pos: -44.5,-18.5 + pos: 4.5,-17.5 parent: 12 - - uid: 26871 + - uid: 26619 components: - type: Transform - pos: -44.5,-11.5 + pos: -4.5,-17.5 parent: 12 - - uid: 26889 + - uid: 26632 components: - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,74.5 + pos: -5.5,-15.5 parent: 12 - - uid: 27035 + - uid: 26684 + components: + - type: Transform + pos: 5.5,-14.5 + parent: 12 + - uid: 26693 + components: + - type: Transform + pos: 3.5,-17.5 + parent: 12 + - uid: 26700 + components: + - type: Transform + pos: 1.5,-17.5 + parent: 12 + - uid: 26707 + components: + - type: Transform + pos: 5.5,-13.5 + parent: 12 + - uid: 26836 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -8.5,-9.5 + parent: 12 + - uid: 26907 components: - type: Transform rot: -1.5707963267948966 rad - pos: 38.5,-3.5 + pos: 10.5,-57.5 parent: 12 - - uid: 27044 + - uid: 26909 components: - type: Transform - rot: 3.141592653589793 rad - pos: 63.5,9.5 + rot: 1.5707963267948966 rad + pos: -8.5,-11.5 parent: 12 - - uid: 27157 + - uid: 26911 components: - type: Transform rot: -1.5707963267948966 rad - pos: 52.5,7.5 + pos: 8.5,-57.5 parent: 12 - - uid: 27184 + - uid: 26948 components: - type: Transform - pos: 37.5,-7.5 + rot: 1.5707963267948966 rad + pos: -61.5,-17.5 parent: 12 - - uid: 27228 + - uid: 26949 components: - type: Transform - pos: 37.5,-8.5 + pos: 47.5,66.5 parent: 12 - - uid: 27230 + - uid: 26978 components: - type: Transform - pos: -41.5,64.5 + rot: -1.5707963267948966 rad + pos: 14.5,-55.5 parent: 12 - - uid: 27233 + - uid: 27010 components: - type: Transform - pos: 44.5,-9.5 + rot: -1.5707963267948966 rad + pos: 40.5,-43.5 parent: 12 - - uid: 27322 + - uid: 27035 components: - type: Transform rot: -1.5707963267948966 rad - pos: 46.5,2.5 + pos: 38.5,-3.5 parent: 12 - - uid: 27329 + - uid: 27043 components: - type: Transform - pos: 38.5,-7.5 + pos: 24.5,13.5 parent: 12 - - uid: 27411 + - uid: 27044 components: - type: Transform - pos: 39.5,-7.5 + rot: 3.141592653589793 rad + pos: 63.5,9.5 parent: 12 - - uid: 27433 + - uid: 27056 components: - type: Transform - pos: -58.5,-16.5 + rot: -1.5707963267948966 rad + pos: 38.5,-40.5 parent: 12 - - uid: 27436 + - uid: 27058 components: - type: Transform - pos: -37.5,-52.5 + rot: -1.5707963267948966 rad + pos: 36.5,-40.5 parent: 12 - - uid: 27886 + - uid: 27060 components: - type: Transform rot: -1.5707963267948966 rad - pos: 26.5,15.5 + pos: 45.5,-42.5 parent: 12 - - uid: 27974 + - uid: 27116 + components: + - type: Transform + pos: -17.5,-68.5 + parent: 12 + - uid: 27119 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -43.5,-17.5 + parent: 12 + - uid: 27157 components: - type: Transform rot: -1.5707963267948966 rad - pos: 44.5,-6.5 + pos: 52.5,7.5 parent: 12 - - uid: 27977 + - uid: 27221 + components: + - type: Transform + pos: -21.5,-68.5 + parent: 12 + - uid: 27225 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,7.5 + pos: 39.5,5.5 parent: 12 - - uid: 28047 + - uid: 27240 components: - type: Transform - pos: -5.5,-18.5 + rot: 1.5707963267948966 rad + pos: -61.5,-15.5 parent: 12 - - uid: 28048 + - uid: 27243 components: - type: Transform rot: 3.141592653589793 rad - pos: 63.5,-4.5 + pos: 40.5,5.5 parent: 12 - - uid: 28053 + - uid: 27314 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,16.5 + pos: 41.5,0.5 parent: 12 - - uid: 28054 + - uid: 27322 components: - type: Transform - rot: 3.141592653589793 rad - pos: 53.5,18.5 + rot: -1.5707963267948966 rad + pos: 46.5,2.5 parent: 12 - - uid: 28056 + - uid: 27325 components: - type: Transform rot: 3.141592653589793 rad - pos: 54.5,21.5 + pos: 41.5,4.5 parent: 12 - - uid: 28057 + - uid: 27334 components: - type: Transform - rot: 3.141592653589793 rad - pos: 55.5,22.5 + rot: 1.5707963267948966 rad + pos: -61.5,-13.5 parent: 12 - - uid: 28058 + - uid: 27335 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-11.5 + parent: 12 + - uid: 27336 components: - type: Transform rot: 3.141592653589793 rad - pos: 55.5,25.5 + pos: 41.5,5.5 parent: 12 - - uid: 28063 + - uid: 27436 components: - type: Transform - pos: 44.5,-8.5 + pos: -37.5,-52.5 parent: 12 - - uid: 28064 + - uid: 27840 components: - type: Transform - pos: -51.5,-11.5 + pos: -50.5,39.5 parent: 12 - - uid: 28067 + - uid: 27841 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,5.5 + pos: -49.5,39.5 parent: 12 - - uid: 28070 + - uid: 27842 components: - type: Transform - rot: 3.141592653589793 rad - pos: 57.5,13.5 + pos: -50.5,40.5 parent: 12 - - uid: 28072 + - uid: 27886 components: - type: Transform - rot: 3.141592653589793 rad - pos: 56.5,7.5 + rot: -1.5707963267948966 rad + pos: 26.5,15.5 parent: 12 - - uid: 28132 + - uid: 27952 components: - type: Transform - pos: 33.5,30.5 + rot: 1.5707963267948966 rad + pos: -58.5,-11.5 parent: 12 - - uid: 28133 + - uid: 27973 components: - type: Transform - pos: 33.5,33.5 + pos: -39.5,-60.5 parent: 12 - - uid: 28142 + - uid: 27974 components: - type: Transform - pos: -43.5,-11.5 + rot: -1.5707963267948966 rad + pos: 44.5,-6.5 parent: 12 - - uid: 28158 + - uid: 27977 components: - type: Transform - pos: 30.5,26.5 + rot: 3.141592653589793 rad + pos: 47.5,7.5 parent: 12 - - uid: 28159 + - uid: 27981 components: - type: Transform - pos: 26.5,29.5 + rot: 1.5707963267948966 rad + pos: -49.5,-17.5 parent: 12 - - uid: 28169 + - uid: 27982 components: - type: Transform - pos: 27.5,29.5 + rot: 1.5707963267948966 rad + pos: -48.5,-17.5 parent: 12 - - uid: 28170 + - uid: 27983 components: - type: Transform - pos: 27.5,30.5 + rot: 1.5707963267948966 rad + pos: 5.5,-9.5 parent: 12 - - uid: 28180 + - uid: 28048 components: - type: Transform - pos: 31.5,26.5 + rot: 3.141592653589793 rad + pos: 63.5,-4.5 parent: 12 - - uid: 28183 + - uid: 28051 components: - type: Transform - pos: -49.5,60.5 + rot: 1.5707963267948966 rad + pos: 5.5,-12.5 parent: 12 - - uid: 28201 + - uid: 28052 components: - type: Transform - pos: -43.5,60.5 + pos: -18.5,-70.5 parent: 12 - - uid: 28226 + - uid: 28053 components: - type: Transform - pos: -40.5,60.5 + rot: 3.141592653589793 rad + pos: 55.5,16.5 parent: 12 - - uid: 28265 + - uid: 28054 components: - type: Transform - pos: -49.5,63.5 + rot: 3.141592653589793 rad + pos: 53.5,18.5 parent: 12 - - uid: 28267 + - uid: 28056 components: - type: Transform - pos: -49.5,64.5 + rot: 3.141592653589793 rad + pos: 54.5,21.5 parent: 12 - - uid: 28268 + - uid: 28057 components: - type: Transform - pos: -48.5,64.5 + rot: 3.141592653589793 rad + pos: 55.5,22.5 parent: 12 - - uid: 28283 + - uid: 28058 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,3.5 + rot: 3.141592653589793 rad + pos: 55.5,25.5 parent: 12 - - uid: 28286 + - uid: 28067 components: - type: Transform - pos: -40.5,64.5 + rot: -1.5707963267948966 rad + pos: 44.5,5.5 parent: 12 - - uid: 28310 + - uid: 28069 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-16.5 + pos: 5.5,-11.5 parent: 12 - - uid: 28387 + - uid: 28070 components: - type: Transform - pos: 41.5,64.5 + rot: 3.141592653589793 rad + pos: 57.5,13.5 parent: 12 - - uid: 28388 + - uid: 28072 components: - type: Transform - pos: 42.5,65.5 + rot: 3.141592653589793 rad + pos: 56.5,7.5 parent: 12 - - uid: 28811 + - uid: 28132 components: - type: Transform - pos: 36.5,5.5 + pos: 33.5,30.5 parent: 12 - - uid: 28812 + - uid: 28133 components: - type: Transform - pos: 32.5,5.5 + pos: 33.5,33.5 parent: 12 - - uid: 28845 + - uid: 28200 components: - type: Transform - pos: 29.5,7.5 + pos: -21.5,-66.5 parent: 12 - - uid: 28869 + - uid: 28252 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -47.5,-46.5 + pos: -22.5,-66.5 parent: 12 - - uid: 28903 + - uid: 28279 components: - type: Transform - pos: 38.5,-8.5 + rot: 3.141592653589793 rad + pos: -47.5,-47.5 parent: 12 - - uid: 28905 + - uid: 28280 components: - type: Transform - pos: -39.5,71.5 + rot: 3.141592653589793 rad + pos: -47.5,-48.5 parent: 12 - - uid: 28919 + - uid: 28283 components: - type: Transform - pos: 32.5,6.5 + rot: -1.5707963267948966 rad + pos: 44.5,3.5 parent: 12 - - uid: 28925 + - uid: 28303 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,-51.5 + pos: 5.5,-10.5 parent: 12 - - uid: 28926 + - uid: 28310 components: - type: Transform - pos: -40.5,71.5 + rot: 1.5707963267948966 rad + pos: 37.5,-16.5 parent: 12 - - uid: 28972 + - uid: 28387 components: - type: Transform - pos: -40.5,70.5 + pos: 41.5,64.5 parent: 12 - - uid: 29123 + - uid: 28388 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 46.5,6.5 + pos: 42.5,65.5 parent: 12 - - uid: 29152 + - uid: 28390 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -50.5,66.5 + rot: 3.141592653589793 rad + pos: -44.5,-51.5 parent: 12 - - uid: 29154 + - uid: 28637 components: - type: Transform - pos: -49.5,59.5 + rot: -1.5707963267948966 rad + pos: 37.5,-50.5 parent: 12 - - uid: 29253 + - uid: 28789 components: - type: Transform - pos: -50.5,-11.5 + pos: -55.5,74.5 parent: 12 - - uid: 29279 + - uid: 28793 components: - type: Transform - pos: -5.5,-16.5 + pos: 37.5,-48.5 parent: 12 - - uid: 29280 + - uid: 28811 components: - type: Transform - pos: -2.5,-17.5 + pos: 36.5,5.5 parent: 12 - - uid: 29283 + - uid: 28812 components: - type: Transform - pos: -45.5,-17.5 + pos: 32.5,5.5 parent: 12 - - uid: 29298 + - uid: 28845 components: - type: Transform - pos: -5.5,-17.5 + pos: 29.5,7.5 parent: 12 - - uid: 29301 + - uid: 28919 components: - type: Transform - pos: -5.5,-14.5 + pos: 32.5,6.5 parent: 12 - - uid: 29308 + - uid: 28999 components: - type: Transform - pos: -33.5,76.5 + pos: -53.5,64.5 parent: 12 - - uid: 29312 + - uid: 29011 components: - type: Transform - pos: 4.5,-17.5 + pos: 8.5,-54.5 parent: 12 - - uid: 29313 + - uid: 29028 components: - type: Transform - pos: -4.5,-17.5 + pos: -56.5,58.5 parent: 12 - - uid: 29314 + - uid: 29031 components: - type: Transform - pos: -5.5,-15.5 + pos: -52.5,65.5 parent: 12 - - uid: 29317 + - uid: 29032 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,58.5 + pos: -57.5,63.5 parent: 12 - - uid: 29319 + - uid: 29065 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -51.5,65.5 + pos: -26.5,76.5 parent: 12 - - uid: 29422 + - uid: 29074 components: - type: Transform - pos: -57.5,59.5 + pos: -25.5,76.5 parent: 12 - - uid: 29423 + - uid: 29123 components: - type: Transform - pos: -44.5,-17.5 + rot: 1.5707963267948966 rad + pos: 46.5,6.5 parent: 12 - - uid: 29424 + - uid: 29148 components: - type: Transform - pos: -55.5,59.5 + pos: -52.5,67.5 parent: 12 - - uid: 29425 + - uid: 29152 components: - type: Transform - pos: -56.5,59.5 + pos: -52.5,48.5 parent: 12 - - uid: 29426 + - uid: 29159 components: - type: Transform - pos: -42.5,-15.5 + pos: -49.5,53.5 parent: 12 - - uid: 29428 + - uid: 29312 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -53.5,64.5 + rot: 3.141592653589793 rad + pos: -39.5,79.5 parent: 12 - - uid: 29429 + - uid: 29321 components: - type: Transform - pos: 5.5,-14.5 + rot: 3.141592653589793 rad + pos: -40.5,74.5 parent: 12 - - uid: 29431 + - uid: 29375 components: - type: Transform - pos: 3.5,-17.5 + pos: 5.5,-55.5 parent: 12 - - uid: 29433 + - uid: 29395 components: - type: Transform - pos: 1.5,-17.5 + pos: -17.5,-66.5 parent: 12 - - uid: 29434 + - uid: 29487 components: - type: Transform - pos: -30.5,74.5 + pos: -54.5,55.5 parent: 12 - - uid: 29436 + - uid: 29489 components: - type: Transform - pos: -30.5,73.5 + pos: -53.5,50.5 parent: 12 - - uid: 29437 + - uid: 29490 components: - type: Transform - pos: 5.5,-13.5 + pos: -54.5,50.5 parent: 12 - - uid: 29442 + - uid: 29493 components: - type: Transform - pos: -38.5,78.5 + pos: -54.5,53.5 parent: 12 - - uid: 29448 + - uid: 29495 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -39.5,74.5 + rot: 3.141592653589793 rad + pos: -35.5,79.5 parent: 12 - - uid: 29450 + - uid: 29496 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,74.5 + rot: 3.141592653589793 rad + pos: -34.5,79.5 parent: 12 - - uid: 29506 + - uid: 29507 components: - type: Transform - pos: -42.5,-14.5 + pos: -30.5,79.5 parent: 12 - - uid: 29610 + - uid: 29508 components: - type: Transform - pos: -51.5,-17.5 + rot: 3.141592653589793 rad + pos: -32.5,78.5 parent: 12 - - uid: 29612 + - uid: 29511 components: - type: Transform - pos: 32.5,38.5 + pos: -30.5,80.5 + parent: 12 + - uid: 29595 + components: + - type: Transform + pos: -26.5,80.5 + parent: 12 + - uid: 29596 + components: + - type: Transform + pos: -25.5,79.5 + parent: 12 + - uid: 29656 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 58.5,-4.5 parent: 12 - uid: 30020 components: @@ -193295,11 +208050,6 @@ entities: - type: Transform pos: -35.5,-60.5 parent: 12 - - uid: 30545 - components: - - type: Transform - pos: -15.5,-65.5 - parent: 12 - uid: 30548 components: - type: Transform @@ -193310,26 +208060,28 @@ entities: - type: Transform pos: -39.5,-57.5 parent: 12 - - uid: 30582 + - uid: 30880 components: - type: Transform - pos: -17.5,-69.5 + pos: 6.5,-58.5 parent: 12 - - uid: 30700 + - uid: 31002 components: - type: Transform - pos: -10.5,-65.5 + rot: 3.141592653589793 rad + pos: -45.5,-51.5 parent: 12 - - uid: 30880 + - uid: 31082 components: - type: Transform - pos: 6.5,-58.5 + rot: 1.5707963267948966 rad + pos: -16.5,-72.5 parent: 12 - - uid: 31173 + - uid: 31084 components: - type: Transform - rot: 3.141592653589793 rad - pos: -9.5,-67.5 + rot: 1.5707963267948966 rad + pos: -9.5,-72.5 parent: 12 - uid: 31183 components: @@ -193406,6 +208158,12 @@ entities: rot: 1.5707963267948966 rad pos: -64.5,-18.5 parent: 12 + - uid: 32321 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -0.5,-17.5 + parent: 12 - proto: WallSolid entities: - uid: 47 @@ -193414,22 +208172,22 @@ entities: rot: 3.141592653589793 rad pos: -18.5,-6.5 parent: 12 - - uid: 240 + - uid: 216 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -43.5,69.5 + rot: -1.5707963267948966 rad + pos: 34.5,-33.5 parent: 12 - - uid: 287 + - uid: 217 components: - type: Transform - rot: 3.141592653589793 rad - pos: -18.5,-3.5 + pos: 34.5,-32.5 parent: 12 - - uid: 344 + - uid: 287 components: - type: Transform - pos: -0.5,-19.5 + rot: 3.141592653589793 rad + pos: -18.5,-3.5 parent: 12 - uid: 347 components: @@ -193701,11 +208459,6 @@ entities: - type: Transform pos: -6.5,-24.5 parent: 12 - - uid: 563 - components: - - type: Transform - pos: -7.5,-24.5 - parent: 12 - uid: 589 components: - type: Transform @@ -193753,12 +208506,6 @@ entities: - type: Transform pos: 42.5,49.5 parent: 12 - - uid: 747 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-18.5 - parent: 12 - uid: 760 components: - type: Transform @@ -193779,12 +208526,6 @@ entities: - type: Transform pos: -39.5,-32.5 parent: 12 - - uid: 772 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -53.5,-19.5 - parent: 12 - uid: 815 components: - type: Transform @@ -193999,6 +208740,24 @@ entities: rot: -1.5707963267948966 rad pos: -46.5,-42.5 parent: 12 + - uid: 969 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-46.5 + parent: 12 + - uid: 975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -39.5,-45.5 + parent: 12 + - uid: 976 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -40.5,-44.5 + parent: 12 - uid: 978 components: - type: Transform @@ -194058,16 +208817,34 @@ entities: - type: Transform pos: -52.5,-40.5 parent: 12 + - uid: 1314 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-12.5 + parent: 12 + - uid: 2031 + components: + - type: Transform + pos: 49.5,60.5 + parent: 12 + - uid: 2032 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,71.5 + parent: 12 - uid: 2040 components: - type: Transform rot: 1.5707963267948966 rad pos: -50.5,-15.5 parent: 12 - - uid: 2044 + - uid: 2112 components: - type: Transform - pos: -49.5,66.5 + rot: 3.141592653589793 rad + pos: -44.5,69.5 parent: 12 - uid: 2293 components: @@ -194081,12 +208858,6 @@ entities: rot: 3.141592653589793 rad pos: 39.5,12.5 parent: 12 - - uid: 2337 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,5.5 - parent: 12 - uid: 2363 components: - type: Transform @@ -194117,6 +208888,17 @@ entities: rot: -1.5707963267948966 rad pos: -18.5,-57.5 parent: 12 + - uid: 2376 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 53.5,63.5 + parent: 12 + - uid: 2383 + components: + - type: Transform + pos: -58.5,-17.5 + parent: 12 - uid: 2433 components: - type: Transform @@ -194189,11 +208971,10 @@ entities: rot: -1.5707963267948966 rad pos: 33.5,49.5 parent: 12 - - uid: 2467 + - uid: 2459 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,-48.5 + pos: 48.5,61.5 parent: 12 - uid: 2468 components: @@ -194207,6 +208988,12 @@ entities: rot: 3.141592653589793 rad pos: 42.5,10.5 parent: 12 + - uid: 2515 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 2.5,-21.5 + parent: 12 - uid: 2596 components: - type: Transform @@ -194312,6 +209099,12 @@ entities: - type: Transform pos: -7.5,-58.5 parent: 12 + - uid: 2704 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 1.5,-21.5 + parent: 12 - uid: 2710 components: - type: Transform @@ -194400,6 +209193,11 @@ entities: - type: Transform pos: 5.5,-37.5 parent: 12 + - uid: 2964 + components: + - type: Transform + pos: 14.5,-24.5 + parent: 12 - uid: 2965 components: - type: Transform @@ -194594,12 +209392,6 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,-22.5 parent: 12 - - uid: 3122 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 4.5,-48.5 - parent: 12 - uid: 3194 components: - type: Transform @@ -194670,12 +209462,6 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,-36.5 parent: 12 - - uid: 4174 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 15.5,-14.5 - parent: 12 - uid: 4177 components: - type: Transform @@ -194693,12 +209479,6 @@ entities: - type: Transform pos: 10.5,-35.5 parent: 12 - - uid: 4188 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 29.5,-15.5 - parent: 12 - uid: 4206 components: - type: Transform @@ -194828,11 +209608,20 @@ entities: rot: -1.5707963267948966 rad pos: 14.5,-35.5 parent: 12 - - uid: 4914 + - uid: 4694 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -13.5,17.5 + pos: -7.5,-19.5 + parent: 12 + - uid: 4696 + components: + - type: Transform + pos: 46.5,59.5 + parent: 12 + - uid: 4732 + components: + - type: Transform + pos: 46.5,60.5 parent: 12 - uid: 4981 components: @@ -194878,10 +209667,11 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-32.5 parent: 12 - - uid: 5385 + - uid: 5305 components: - type: Transform - pos: -9.5,-24.5 + rot: -1.5707963267948966 rad + pos: 34.5,-29.5 parent: 12 - uid: 5441 components: @@ -194899,7 +209689,7 @@ entities: components: - type: Transform rot: 3.141592653589793 rad - pos: 24.5,-18.5 + pos: 38.5,-29.5 parent: 12 - uid: 5447 components: @@ -195022,6 +209812,11 @@ entities: rot: -1.5707963267948966 rad pos: -9.5,-13.5 parent: 12 + - uid: 6194 + components: + - type: Transform + pos: -55.5,-17.5 + parent: 12 - uid: 6248 components: - type: Transform @@ -195087,24 +209882,6 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,-36.5 parent: 12 - - uid: 6313 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 43.5,-36.5 - parent: 12 - - uid: 6314 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-36.5 - parent: 12 - - uid: 6315 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 44.5,-37.5 - parent: 12 - uid: 6316 components: - type: Transform @@ -195135,12 +209912,6 @@ entities: rot: -1.5707963267948966 rad pos: 48.5,-38.5 parent: 12 - - uid: 6323 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 48.5,-37.5 - parent: 12 - uid: 6324 components: - type: Transform @@ -195165,11 +209936,6 @@ entities: rot: -1.5707963267948966 rad pos: 51.5,-41.5 parent: 12 - - uid: 6687 - components: - - type: Transform - pos: 6.5,76.5 - parent: 12 - uid: 6742 components: - type: Transform @@ -195198,11 +209964,10 @@ entities: - type: Transform pos: -17.5,69.5 parent: 12 - - uid: 7101 + - uid: 6790 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-33.5 + pos: -42.5,-14.5 parent: 12 - uid: 7105 components: @@ -195228,36 +209993,12 @@ entities: rot: 3.141592653589793 rad pos: 39.5,-25.5 parent: 12 - - uid: 7111 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.5,-31.5 - parent: 12 - uid: 7113 components: - type: Transform rot: -1.5707963267948966 rad pos: 33.5,-29.5 parent: 12 - - uid: 7114 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 34.5,-29.5 - parent: 12 - - uid: 7116 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-29.5 - parent: 12 - - uid: 7118 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 38.5,-29.5 - parent: 12 - uid: 7122 components: - type: Transform @@ -195550,18 +210291,6 @@ entities: - type: Transform pos: 45.5,-15.5 parent: 12 - - uid: 8035 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,26.5 - parent: 12 - - uid: 8036 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -7.5,29.5 - parent: 12 - uid: 8292 components: - type: Transform @@ -195583,8 +210312,7 @@ entities: - uid: 8333 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 53.5,62.5 + pos: 9.5,-49.5 parent: 12 - uid: 8462 components: @@ -195609,6 +210337,24 @@ entities: - type: Transform pos: -9.5,2.5 parent: 12 + - uid: 8719 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-49.5 + parent: 12 + - uid: 8723 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-48.5 + parent: 12 + - uid: 8799 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-50.5 + parent: 12 - uid: 8819 components: - type: Transform @@ -195630,11 +210376,43 @@ entities: - type: Transform pos: 35.5,10.5 parent: 12 + - uid: 8984 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-49.5 + parent: 12 + - uid: 9059 + components: + - type: Transform + pos: 17.5,-18.5 + parent: 12 + - uid: 9069 + components: + - type: Transform + pos: 41.5,-40.5 + parent: 12 + - uid: 9120 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -12.5,-67.5 + parent: 12 + - uid: 9133 + components: + - type: Transform + pos: -44.5,66.5 + parent: 12 - uid: 9180 components: - type: Transform pos: 54.5,-7.5 parent: 12 + - uid: 9224 + components: + - type: Transform + pos: 49.5,61.5 + parent: 12 - uid: 9366 components: - type: Transform @@ -195667,17 +210445,11 @@ entities: rot: -1.5707963267948966 rad pos: -25.5,24.5 parent: 12 - - uid: 9664 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 35.5,-29.5 - parent: 12 - - uid: 9666 + - uid: 9663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 37.5,-29.5 + rot: 1.5707963267948966 rad + pos: 4.5,-21.5 parent: 12 - uid: 9736 components: @@ -195867,12 +210639,6 @@ entities: rot: 1.5707963267948966 rad pos: -5.5,21.5 parent: 12 - - uid: 10620 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -0.5,14.5 - parent: 12 - uid: 10665 components: - type: Transform @@ -195914,16 +210680,22 @@ entities: rot: 1.5707963267948966 rad pos: -2.5,18.5 parent: 12 + - uid: 10712 + components: + - type: Transform + pos: 11.5,-38.5 + parent: 12 - uid: 10714 components: - type: Transform rot: -1.5707963267948966 rad pos: 36.5,22.5 parent: 12 - - uid: 10822 + - uid: 10826 components: - type: Transform - pos: -59.5,-58.5 + rot: 3.141592653589793 rad + pos: 32.5,-36.5 parent: 12 - uid: 10887 components: @@ -195965,6 +210737,12 @@ entities: rot: 1.5707963267948966 rad pos: -27.5,-17.5 parent: 12 + - uid: 11010 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-15.5 + parent: 12 - uid: 11025 components: - type: Transform @@ -196021,15 +210799,11 @@ entities: rot: -1.5707963267948966 rad pos: -29.5,24.5 parent: 12 - - uid: 11299 - components: - - type: Transform - pos: -46.5,66.5 - parent: 12 - - uid: 11300 + - uid: 11208 components: - type: Transform - pos: -47.5,66.5 + rot: -1.5707963267948966 rad + pos: 41.5,32.5 parent: 12 - uid: 11308 components: @@ -196061,11 +210835,22 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,-20.5 parent: 12 + - uid: 11363 + components: + - type: Transform + pos: 40.5,14.5 + parent: 12 - uid: 11393 components: - type: Transform pos: -35.5,-56.5 parent: 12 + - uid: 11400 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -48.5,66.5 + parent: 12 - uid: 11405 components: - type: Transform @@ -196366,6 +211151,11 @@ entities: - type: Transform pos: 46.5,29.5 parent: 12 + - uid: 11665 + components: + - type: Transform + pos: 45.5,26.5 + parent: 12 - uid: 11666 components: - type: Transform @@ -196396,6 +211186,11 @@ entities: - type: Transform pos: 41.5,30.5 parent: 12 + - uid: 11672 + components: + - type: Transform + pos: 41.5,31.5 + parent: 12 - uid: 11673 components: - type: Transform @@ -196416,6 +211211,11 @@ entities: - type: Transform pos: 48.5,32.5 parent: 12 + - uid: 11677 + components: + - type: Transform + pos: 40.5,32.5 + parent: 12 - uid: 11678 components: - type: Transform @@ -196493,6 +211293,11 @@ entities: - type: Transform pos: 32.5,36.5 parent: 12 + - uid: 11789 + components: + - type: Transform + pos: 32.5,37.5 + parent: 12 - uid: 11800 components: - type: Transform @@ -196538,6 +211343,11 @@ entities: - type: Transform pos: 16.5,40.5 parent: 12 + - uid: 11839 + components: + - type: Transform + pos: 5.5,33.5 + parent: 12 - uid: 11840 components: - type: Transform @@ -196548,10 +211358,11 @@ entities: - type: Transform pos: 3.5,30.5 parent: 12 - - uid: 11842 + - uid: 11843 components: - type: Transform - pos: 3.5,31.5 + rot: -1.5707963267948966 rad + pos: -0.5,32.5 parent: 12 - uid: 11844 components: @@ -196578,6 +211389,18 @@ entities: - type: Transform pos: -0.5,40.5 parent: 12 + - uid: 11853 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 0.5,32.5 + parent: 12 + - uid: 11854 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 1.5,32.5 + parent: 12 - uid: 11881 components: - type: Transform @@ -196633,6 +211456,12 @@ entities: - type: Transform pos: 40.5,15.5 parent: 12 + - uid: 12019 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -13.5,17.5 + parent: 12 - uid: 12030 components: - type: Transform @@ -196951,6 +211780,24 @@ entities: rot: -1.5707963267948966 rad pos: -11.5,-10.5 parent: 12 + - uid: 12999 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 35.5,-52.5 + parent: 12 + - uid: 13147 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,46.5 + parent: 12 + - uid: 13152 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -14.5,-67.5 + parent: 12 - uid: 13487 components: - type: Transform @@ -197402,6 +212249,11 @@ entities: rot: -1.5707963267948966 rad pos: 26.5,44.5 parent: 12 + - uid: 14184 + components: + - type: Transform + pos: -56.5,-35.5 + parent: 12 - uid: 14197 components: - type: Transform @@ -197431,18 +212283,6 @@ entities: rot: -1.5707963267948966 rad pos: 46.5,61.5 parent: 12 - - uid: 14210 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,59.5 - parent: 12 - - uid: 14211 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,58.5 - parent: 12 - uid: 14212 components: - type: Transform @@ -198162,6 +213002,12 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-2.5 parent: 12 + - uid: 16800 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,26.5 + parent: 12 - uid: 16872 components: - type: Transform @@ -198461,6 +213307,12 @@ entities: - type: Transform pos: -13.5,-8.5 parent: 12 + - uid: 17541 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -13.5,24.5 + parent: 12 - uid: 17542 components: - type: Transform @@ -198491,6 +213343,12 @@ entities: - type: Transform pos: -55.5,-31.5 parent: 12 + - uid: 17972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,26.5 + parent: 12 - uid: 17973 components: - type: Transform @@ -198511,6 +213369,12 @@ entities: - type: Transform pos: -4.5,-54.5 parent: 12 + - uid: 18560 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,25.5 + parent: 12 - uid: 18567 components: - type: Transform @@ -198521,6 +213385,12 @@ entities: - type: Transform pos: -17.5,-8.5 parent: 12 + - uid: 18569 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -14.5,24.5 + parent: 12 - uid: 18570 components: - type: Transform @@ -198576,11 +213446,6 @@ entities: - type: Transform pos: -12.5,-18.5 parent: 12 - - uid: 18585 - components: - - type: Transform - pos: -11.5,-17.5 - parent: 12 - uid: 18586 components: - type: Transform @@ -198750,6 +213615,12 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,43.5 parent: 12 + - uid: 19034 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -5.5,47.5 + parent: 12 - uid: 19061 components: - type: Transform @@ -198843,6 +213714,11 @@ entities: rot: 1.5707963267948966 rad pos: -23.5,42.5 parent: 12 + - uid: 19268 + components: + - type: Transform + pos: -5.5,-19.5 + parent: 12 - uid: 19269 components: - type: Transform @@ -198875,12 +213751,6 @@ entities: - type: Transform pos: -4.5,-59.5 parent: 12 - - uid: 19560 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,0.5 - parent: 12 - uid: 19567 components: - type: Transform @@ -199041,6 +213911,12 @@ entities: - type: Transform pos: -6.5,70.5 parent: 12 + - uid: 19649 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -57.5,-30.5 + parent: 12 - uid: 19658 components: - type: Transform @@ -199051,11 +213927,6 @@ entities: - type: Transform pos: 11.5,-46.5 parent: 12 - - uid: 19680 - components: - - type: Transform - pos: -35.5,74.5 - parent: 12 - uid: 19682 components: - type: Transform @@ -199111,11 +213982,6 @@ entities: - type: Transform pos: -5.5,65.5 parent: 12 - - uid: 19695 - components: - - type: Transform - pos: -17.5,65.5 - parent: 12 - uid: 19696 components: - type: Transform @@ -199401,11 +214267,6 @@ entities: - type: Transform pos: -1.5,62.5 parent: 12 - - uid: 19775 - components: - - type: Transform - pos: -1.5,63.5 - parent: 12 - uid: 19776 components: - type: Transform @@ -199502,11 +214363,6 @@ entities: rot: 1.5707963267948966 rad pos: 48.5,64.5 parent: 12 - - uid: 20049 - components: - - type: Transform - pos: -38.5,74.5 - parent: 12 - uid: 20141 components: - type: Transform @@ -199523,6 +214379,12 @@ entities: - type: Transform pos: -11.5,47.5 parent: 12 + - uid: 21479 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,14.5 + parent: 12 - uid: 21508 components: - type: Transform @@ -199713,10 +214575,11 @@ entities: - type: Transform pos: -0.5,-60.5 parent: 12 - - uid: 22277 + - uid: 22290 components: - type: Transform - pos: 2.5,-21.5 + rot: 1.5707963267948966 rad + pos: -14.5,29.5 parent: 12 - uid: 22304 components: @@ -199728,6 +214591,12 @@ entities: - type: Transform pos: -1.5,-60.5 parent: 12 + - uid: 22337 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -30.5,76.5 + parent: 12 - uid: 22391 components: - type: Transform @@ -199771,6 +214640,11 @@ entities: - type: Transform pos: 0.5,-59.5 parent: 12 + - uid: 22876 + components: + - type: Transform + pos: 9.5,-51.5 + parent: 12 - uid: 23087 components: - type: Transform @@ -199793,21 +214667,11 @@ entities: - type: Transform pos: -3.5,-48.5 parent: 12 - - uid: 23167 - components: - - type: Transform - pos: -59.5,-55.5 - parent: 12 - uid: 23174 components: - type: Transform pos: -10.5,-20.5 parent: 12 - - uid: 23175 - components: - - type: Transform - pos: 48.5,-4.5 - parent: 12 - uid: 23363 components: - type: Transform @@ -199833,12 +214697,6 @@ entities: - type: Transform pos: 19.5,-29.5 parent: 12 - - uid: 23515 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 47.5,60.5 - parent: 12 - uid: 23531 components: - type: Transform @@ -199875,18 +214733,37 @@ entities: - uid: 23681 components: - type: Transform - rot: 3.141592653589793 rad - pos: -5.5,-21.5 + rot: 1.5707963267948966 rad + pos: -14.5,30.5 parent: 12 - uid: 23682 components: - type: Transform pos: 2.5,-24.5 parent: 12 + - uid: 23712 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,66.5 + parent: 12 + - uid: 23743 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 15.5,61.5 + parent: 12 + - uid: 23744 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 21.5,61.5 + parent: 12 - uid: 23779 components: - type: Transform - pos: -1.5,12.5 + rot: 1.5707963267948966 rad + pos: -13.5,29.5 parent: 12 - uid: 23797 components: @@ -199913,10 +214790,17 @@ entities: - type: Transform pos: 10.5,-30.5 parent: 12 + - uid: 23896 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -44.5,70.5 + parent: 12 - uid: 23897 components: - type: Transform - pos: -1.5,13.5 + rot: 1.5707963267948966 rad + pos: -21.5,30.5 parent: 12 - uid: 23946 components: @@ -199959,6 +214843,12 @@ entities: rot: -1.5707963267948966 rad pos: 56.5,-9.5 parent: 12 + - uid: 24216 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -18.5,16.5 + parent: 12 - uid: 24227 components: - type: Transform @@ -200000,6 +214890,12 @@ entities: rot: 1.5707963267948966 rad pos: 55.5,59.5 parent: 12 + - uid: 24255 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -39.5,75.5 + parent: 12 - uid: 24371 components: - type: Transform @@ -200017,6 +214913,18 @@ entities: - type: Transform pos: -51.5,-41.5 parent: 12 + - uid: 24413 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-47.5 + parent: 12 + - uid: 24419 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -4.5,47.5 + parent: 12 - uid: 24428 components: - type: Transform @@ -200028,6 +214936,12 @@ entities: - type: Transform pos: 27.5,-29.5 parent: 12 + - uid: 24471 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-45.5 + parent: 12 - uid: 24495 components: - type: Transform @@ -200085,6 +214999,12 @@ entities: - type: Transform pos: -17.5,-59.5 parent: 12 + - uid: 24664 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -36.5,75.5 + parent: 12 - uid: 24698 components: - type: Transform @@ -200131,11 +215051,6 @@ entities: - type: Transform pos: -15.5,-59.5 parent: 12 - - uid: 25200 - components: - - type: Transform - pos: 46.5,-4.5 - parent: 12 - uid: 25243 components: - type: Transform @@ -200152,35 +215067,50 @@ entities: rot: 3.141592653589793 rad pos: -7.5,0.5 parent: 12 + - uid: 25332 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-51.5 + parent: 12 - uid: 25350 components: - type: Transform pos: -4.5,70.5 parent: 12 - - uid: 25467 + - uid: 25396 components: - type: Transform - pos: 50.5,9.5 + rot: 1.5707963267948966 rad + pos: -5.5,46.5 parent: 12 - - uid: 25468 + - uid: 25402 components: - type: Transform - pos: 52.5,9.5 + rot: 1.5707963267948966 rad + pos: -52.5,50.5 parent: 12 - - uid: 25547 + - uid: 25465 components: - type: Transform - pos: 21.5,61.5 + rot: -1.5707963267948966 rad + pos: 32.5,-53.5 parent: 12 - - uid: 25549 + - uid: 25467 components: - type: Transform - pos: 15.5,61.5 + pos: 50.5,9.5 parent: 12 - - uid: 25557 + - uid: 25468 + components: + - type: Transform + pos: 52.5,9.5 + parent: 12 + - uid: 25492 components: - type: Transform - pos: 61.5,67.5 + rot: 3.141592653589793 rad + pos: -46.5,63.5 parent: 12 - uid: 25566 components: @@ -200203,6 +215133,12 @@ entities: - type: Transform pos: 24.5,-29.5 parent: 12 + - uid: 25582 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-44.5 + parent: 12 - uid: 25583 components: - type: Transform @@ -200211,7 +215147,18 @@ entities: - uid: 25593 components: - type: Transform - pos: -59.5,-29.5 + rot: -1.5707963267948966 rad + pos: 35.5,-45.5 + parent: 12 + - uid: 25594 + components: + - type: Transform + pos: -39.5,-49.5 + parent: 12 + - uid: 25601 + components: + - type: Transform + pos: -46.5,-44.5 parent: 12 - uid: 25611 components: @@ -200224,12 +215171,6 @@ entities: rot: 3.141592653589793 rad pos: -49.5,-41.5 parent: 12 - - uid: 25662 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 40.5,5.5 - parent: 12 - uid: 25664 components: - type: Transform @@ -200242,6 +215183,11 @@ entities: rot: 1.5707963267948966 rad pos: 29.5,15.5 parent: 12 + - uid: 25679 + components: + - type: Transform + pos: 10.5,-50.5 + parent: 12 - uid: 25683 components: - type: Transform @@ -200252,6 +215198,11 @@ entities: - type: Transform pos: -5.5,70.5 parent: 12 + - uid: 25745 + components: + - type: Transform + pos: 47.5,15.5 + parent: 12 - uid: 25834 components: - type: Transform @@ -200274,11 +215225,22 @@ entities: - type: Transform pos: -2.5,70.5 parent: 12 + - uid: 25936 + components: + - type: Transform + pos: -1.5,-21.5 + parent: 12 - uid: 25937 components: - type: Transform pos: -26.5,-11.5 parent: 12 + - uid: 26077 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-46.5 + parent: 12 - uid: 26098 components: - type: Transform @@ -200319,6 +215281,11 @@ entities: - type: Transform pos: -21.5,-9.5 parent: 12 + - uid: 26131 + components: + - type: Transform + pos: -1.5,-20.5 + parent: 12 - uid: 26155 components: - type: Transform @@ -200359,21 +215326,45 @@ entities: - type: Transform pos: -22.5,-13.5 parent: 12 + - uid: 26254 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -43.5,61.5 + parent: 12 - uid: 26335 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,16.5 parent: 12 + - uid: 26393 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-43.5 + parent: 12 + - uid: 26418 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 0.5,-20.5 + parent: 12 - uid: 26449 components: - type: Transform pos: 11.5,90.5 parent: 12 - - uid: 26480 + - uid: 26472 components: - type: Transform - pos: 29.5,-29.5 + rot: 1.5707963267948966 rad + pos: 0.5,-21.5 + parent: 12 + - uid: 26549 + components: + - type: Transform + pos: 1.5,68.5 parent: 12 - uid: 26618 components: @@ -200381,10 +215372,11 @@ entities: rot: 3.141592653589793 rad pos: 32.5,9.5 parent: 12 - - uid: 26675 + - uid: 26691 components: - type: Transform - pos: 11.5,-38.5 + rot: 1.5707963267948966 rad + pos: 5.5,-20.5 parent: 12 - uid: 26698 components: @@ -200392,6 +215384,36 @@ entities: rot: 3.141592653589793 rad pos: 31.5,9.5 parent: 12 + - uid: 26718 + components: + - type: Transform + pos: 24.5,-18.5 + parent: 12 + - uid: 26759 + components: + - type: Transform + pos: 47.5,-4.5 + parent: 12 + - uid: 26782 + components: + - type: Transform + pos: 36.5,-33.5 + parent: 12 + - uid: 26785 + components: + - type: Transform + pos: 46.5,58.5 + parent: 12 + - uid: 26794 + components: + - type: Transform + pos: 34.5,-30.5 + parent: 12 + - uid: 26798 + components: + - type: Transform + pos: 16.5,-18.5 + parent: 12 - uid: 26830 components: - type: Transform @@ -200403,12 +215425,38 @@ entities: rot: 3.141592653589793 rad pos: 39.5,-16.5 parent: 12 + - uid: 26910 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 42.5,13.5 + parent: 12 - uid: 26926 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-16.5 parent: 12 + - uid: 26953 + components: + - type: Transform + pos: 39.5,-40.5 + parent: 12 + - uid: 26954 + components: + - type: Transform + pos: 40.5,-40.5 + parent: 12 + - uid: 27011 + components: + - type: Transform + pos: -36.5,-13.5 + parent: 12 + - uid: 27015 + components: + - type: Transform + pos: -54.5,-35.5 + parent: 12 - uid: 27025 components: - type: Transform @@ -200435,6 +215483,11 @@ entities: - type: Transform pos: 31.5,-30.5 parent: 12 + - uid: 27042 + components: + - type: Transform + pos: 9.5,-53.5 + parent: 12 - uid: 27049 components: - type: Transform @@ -200447,6 +215500,41 @@ entities: rot: 1.5707963267948966 rad pos: -13.5,-4.5 parent: 12 + - uid: 27061 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-39.5 + parent: 12 + - uid: 27068 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-49.5 + parent: 12 + - uid: 27069 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-40.5 + parent: 12 + - uid: 27070 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 32.5,-44.5 + parent: 12 + - uid: 27074 + components: + - type: Transform + pos: 53.5,-39.5 + parent: 12 + - uid: 27097 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 45.5,-41.5 + parent: 12 - uid: 27098 components: - type: Transform @@ -200458,10 +215546,41 @@ entities: rot: 1.5707963267948966 rad pos: -11.5,-5.5 parent: 12 - - uid: 27152 + - uid: 27120 components: - type: Transform - pos: -57.5,-18.5 + pos: -37.5,-13.5 + parent: 12 + - uid: 27121 + components: + - type: Transform + pos: -40.5,-13.5 + parent: 12 + - uid: 27122 + components: + - type: Transform + pos: -41.5,-13.5 + parent: 12 + - uid: 27127 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-17.5 + parent: 12 + - uid: 27128 + components: + - type: Transform + pos: -36.5,-15.5 + parent: 12 + - uid: 27148 + components: + - type: Transform + pos: -36.5,-14.5 + parent: 12 + - uid: 27156 + components: + - type: Transform + pos: 5.5,-52.5 parent: 12 - uid: 27189 components: @@ -200469,22 +215588,43 @@ entities: rot: 1.5707963267948966 rad pos: -10.5,-5.5 parent: 12 + - uid: 27210 + components: + - type: Transform + pos: 5.5,-53.5 + parent: 12 - uid: 27258 components: - type: Transform rot: 1.5707963267948966 rad pos: -10.5,-7.5 parent: 12 + - uid: 27313 + components: + - type: Transform + pos: -35.5,-16.5 + parent: 12 - uid: 27320 components: - type: Transform pos: -57.5,-19.5 parent: 12 - - uid: 27331 + - uid: 27326 components: - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-18.5 + rot: 1.5707963267948966 rad + pos: -51.5,58.5 + parent: 12 + - uid: 27353 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -52.5,53.5 + parent: 12 + - uid: 27398 + components: + - type: Transform + pos: 45.5,-36.5 parent: 12 - uid: 27432 components: @@ -200534,11 +215674,6 @@ entities: - type: Transform pos: -18.5,18.5 parent: 12 - - uid: 27914 - components: - - type: Transform - pos: 30.5,76.5 - parent: 12 - uid: 27925 components: - type: Transform @@ -200588,6 +215723,21 @@ entities: - type: Transform pos: 27.5,39.5 parent: 12 + - uid: 28062 + components: + - type: Transform + pos: 32.5,38.5 + parent: 12 + - uid: 28063 + components: + - type: Transform + pos: 33.5,38.5 + parent: 12 + - uid: 28064 + components: + - type: Transform + pos: 32.5,39.5 + parent: 12 - uid: 28065 components: - type: Transform @@ -200613,6 +215763,12 @@ entities: - type: Transform pos: -51.5,-14.5 parent: 12 + - uid: 28183 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -47.5,-13.5 + parent: 12 - uid: 28184 components: - type: Transform @@ -200629,16 +215785,10 @@ entities: - type: Transform pos: -51.5,-12.5 parent: 12 - - uid: 28228 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -18.5,16.5 - parent: 12 - - uid: 28249 + - uid: 28265 components: - type: Transform - pos: -44.5,-15.5 + pos: -46.5,-13.5 parent: 12 - uid: 28275 components: @@ -200646,17 +215796,6 @@ entities: rot: -1.5707963267948966 rad pos: -27.5,-13.5 parent: 12 - - uid: 28290 - components: - - type: Transform - pos: -40.5,62.5 - parent: 12 - - uid: 28297 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-17.5 - parent: 12 - uid: 28309 components: - type: Transform @@ -200683,17 +215822,33 @@ entities: - type: Transform pos: 6.5,83.5 parent: 12 - - uid: 28464 + - uid: 28437 components: - type: Transform rot: -1.5707963267948966 rad - pos: -60.5,-27.5 + pos: -42.5,-15.5 parent: 12 - uid: 28549 components: - type: Transform pos: -24.5,-1.5 parent: 12 + - uid: 28633 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-51.5 + parent: 12 + - uid: 28897 + components: + - type: Transform + pos: 46.5,-35.5 + parent: 12 + - uid: 28903 + components: + - type: Transform + pos: 47.5,-35.5 + parent: 12 - uid: 28924 components: - type: Transform @@ -200705,21 +215860,45 @@ entities: rot: 3.141592653589793 rad pos: 53.5,11.5 parent: 12 + - uid: 29022 + components: + - type: Transform + pos: 6.5,-53.5 + parent: 12 + - uid: 29025 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -50.5,66.5 + parent: 12 + - uid: 29037 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -51.5,52.5 + parent: 12 - uid: 29117 components: - type: Transform rot: -1.5707963267948966 rad pos: -20.5,-15.5 parent: 12 - - uid: 29147 + - uid: 29149 components: - type: Transform - pos: 4.5,-21.5 + rot: -1.5707963267948966 rad + pos: -52.5,60.5 parent: 12 - - uid: 29151 + - uid: 29182 components: - type: Transform - pos: 1.5,-21.5 + rot: 3.141592653589793 rad + pos: -11.5,-67.5 + parent: 12 + - uid: 29185 + components: + - type: Transform + pos: -9.5,-66.5 parent: 12 - uid: 29208 components: @@ -200727,50 +215906,54 @@ entities: rot: 3.141592653589793 rad pos: -47.5,48.5 parent: 12 - - uid: 29281 + - uid: 29303 components: - type: Transform - pos: -1.5,-21.5 + pos: -52.5,63.5 parent: 12 - - uid: 29282 + - uid: 29307 components: - type: Transform - pos: -1.5,-20.5 + pos: -9.5,-65.5 parent: 12 - - uid: 29289 + - uid: 29308 components: - type: Transform - pos: 0.5,-20.5 + rot: -1.5707963267948966 rad + pos: -52.5,58.5 parent: 12 - - uid: 29296 + - uid: 29320 components: - type: Transform - pos: 0.5,-21.5 + rot: -1.5707963267948966 rad + pos: -52.5,56.5 parent: 12 - - uid: 29430 + - uid: 29323 components: - type: Transform - pos: 5.5,-20.5 + rot: 3.141592653589793 rad + pos: -14.5,-66.5 parent: 12 - - uid: 29440 + - uid: 29340 components: - type: Transform - pos: -7.5,-19.5 + pos: -8.5,-67.5 parent: 12 - - uid: 29441 + - uid: 29351 components: - type: Transform - pos: -5.5,-19.5 + pos: 4.5,-47.5 parent: 12 - - uid: 29449 + - uid: 29355 components: - type: Transform - pos: -44.5,67.5 + pos: -51.5,66.5 parent: 12 - - uid: 29455 + - uid: 29376 components: - type: Transform - pos: -43.5,70.5 + rot: 3.141592653589793 rad + pos: -45.5,67.5 parent: 12 - uid: 30000 components: @@ -200778,28 +215961,11 @@ entities: rot: -1.5707963267948966 rad pos: -21.5,-15.5 parent: 12 - - uid: 30433 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 3.5,69.5 - parent: 12 - - uid: 30481 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 1.5,69.5 - parent: 12 - uid: 30516 components: - type: Transform pos: -26.5,-59.5 parent: 12 - - uid: 30537 - components: - - type: Transform - pos: -17.5,-66.5 - parent: 12 - uid: 30567 components: - type: Transform @@ -200821,21 +215987,6 @@ entities: rot: 3.141592653589793 rad pos: -27.5,-55.5 parent: 12 - - uid: 31028 - components: - - type: Transform - pos: -63.5,-55.5 - parent: 12 - - uid: 31030 - components: - - type: Transform - pos: -61.5,-56.5 - parent: 12 - - uid: 31050 - components: - - type: Transform - pos: -63.5,-53.5 - parent: 12 - uid: 31180 components: - type: Transform @@ -200861,21 +216012,11 @@ entities: - type: Transform pos: -5.5,-65.5 parent: 12 - - uid: 31356 - components: - - type: Transform - pos: -35.5,-16.5 - parent: 12 - uid: 31357 components: - type: Transform pos: -34.5,-13.5 parent: 12 - - uid: 31385 - components: - - type: Transform - pos: 4.5,-61.5 - parent: 12 - uid: 31387 components: - type: Transform @@ -200908,24 +216049,8 @@ entities: rot: -1.5707963267948966 rad pos: -13.5,-2.5 parent: 12 - - uid: 31889 - components: - - type: Transform - pos: 41.5,1.5 - parent: 12 - proto: WallSolidDiagonal entities: - - uid: 24234 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 51.5,64.5 - parent: 12 - - uid: 26905 - components: - - type: Transform - pos: -59.5,-16.5 - parent: 12 - uid: 27255 components: - type: Transform @@ -200951,6 +216076,16 @@ entities: parent: 12 - proto: WallSolidRust entities: + - uid: 750 + components: + - type: Transform + pos: -35.5,-13.5 + parent: 12 + - uid: 1359 + components: + - type: Transform + pos: 42.5,-40.5 + parent: 12 - uid: 1965 components: - type: Transform @@ -200967,11 +216102,32 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,13.5 parent: 12 + - uid: 2337 + components: + - type: Transform + pos: 42.5,-38.5 + parent: 12 - uid: 2361 components: - type: Transform pos: 41.5,-24.5 parent: 12 + - uid: 2382 + components: + - type: Transform + pos: -40.5,-17.5 + parent: 12 + - uid: 2398 + components: + - type: Transform + pos: -60.5,-28.5 + parent: 12 + - uid: 2408 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -59.5,-20.5 + parent: 12 - uid: 2572 components: - type: Transform @@ -200983,29 +216139,54 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,18.5 parent: 12 + - uid: 2739 + components: + - type: Transform + pos: 3.5,-21.5 + parent: 12 + - uid: 2858 + components: + - type: Transform + pos: -56.5,-36.5 + parent: 12 + - uid: 2862 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 36.5,-49.5 + parent: 12 - uid: 3465 components: - type: Transform rot: -1.5707963267948966 rad pos: -8.5,-32.5 parent: 12 - - uid: 5123 + - uid: 4167 components: - type: Transform rot: 1.5707963267948966 rad - pos: 41.5,4.5 + pos: -33.5,-13.5 parent: 12 - - uid: 6101 + - uid: 4701 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -60.5,-21.5 + pos: -6.5,-16.5 parent: 12 - - uid: 6775 + - uid: 5095 + components: + - type: Transform + pos: -44.5,73.5 + parent: 12 + - uid: 5829 components: - type: Transform rot: 3.141592653589793 rad - pos: 49.5,-2.5 + pos: -47.5,67.5 + parent: 12 + - uid: 6256 + components: + - type: Transform + pos: 47.5,-36.5 parent: 12 - uid: 7322 components: @@ -201013,53 +216194,59 @@ entities: rot: 1.5707963267948966 rad pos: -0.5,18.5 parent: 12 - - uid: 7717 + - uid: 7794 components: - type: Transform rot: 3.141592653589793 rad - pos: 47.5,-4.5 + pos: 50.5,-4.5 parent: 12 - - uid: 7794 + - uid: 8297 components: - type: Transform - rot: 3.141592653589793 rad - pos: 50.5,-4.5 + pos: 8.5,-53.5 parent: 12 - - uid: 7841 + - uid: 8725 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 2.5,69.5 + rot: -1.5707963267948966 rad + pos: 32.5,-46.5 parent: 12 - uid: 8832 components: - type: Transform pos: 47.5,-40.5 parent: 12 - - uid: 9631 + - uid: 9174 components: - type: Transform - pos: -60.5,-51.5 + pos: -5.5,-18.5 parent: 12 - - uid: 10717 + - uid: 9178 components: - type: Transform - pos: 46.5,-37.5 + pos: 47.5,-3.5 parent: 12 - - uid: 10820 + - uid: 9255 components: - type: Transform - pos: -59.5,-52.5 + pos: -54.5,-17.5 parent: 12 - - uid: 11027 + - uid: 9568 components: - type: Transform - pos: -59.5,-56.5 + rot: 3.141592653589793 rad + pos: -45.5,69.5 parent: 12 - - uid: 11297 + - uid: 9671 components: - type: Transform - pos: -48.5,66.5 + rot: -1.5707963267948966 rad + pos: 34.5,-47.5 + parent: 12 + - uid: 10717 + components: + - type: Transform + pos: 46.5,-37.5 parent: 12 - uid: 11332 components: @@ -201078,17 +216265,22 @@ entities: rot: -1.5707963267948966 rad pos: -19.5,34.5 parent: 12 + - uid: 11936 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -10.5,-67.5 + parent: 12 - uid: 12018 components: - type: Transform rot: 3.141592653589793 rad pos: 42.5,11.5 parent: 12 - - uid: 12994 + - uid: 12060 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-21.5 + pos: -56.5,-17.5 parent: 12 - uid: 13794 components: @@ -201275,12 +216467,24 @@ entities: rot: -1.5707963267948966 rad pos: 42.5,23.5 parent: 12 + - uid: 18627 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 34.5,-45.5 + parent: 12 - uid: 18674 components: - type: Transform rot: -1.5707963267948966 rad pos: -5.5,32.5 parent: 12 + - uid: 19051 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -3.5,47.5 + parent: 12 - uid: 19068 components: - type: Transform @@ -201293,10 +216497,10 @@ entities: rot: -1.5707963267948966 rad pos: 50.5,27.5 parent: 12 - - uid: 19203 + - uid: 19265 components: - type: Transform - pos: -6.5,-16.5 + pos: 45.5,-35.5 parent: 12 - uid: 19543 components: @@ -201350,16 +216554,17 @@ entities: rot: -1.5707963267948966 rad pos: 37.5,61.5 parent: 12 - - uid: 19632 + - uid: 19631 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 45.5,61.5 + rot: 1.5707963267948966 rad + pos: -57.5,-29.5 parent: 12 - - uid: 19645 + - uid: 19632 components: - type: Transform - pos: -34.5,74.5 + rot: -1.5707963267948966 rad + pos: 45.5,61.5 parent: 12 - uid: 19692 components: @@ -201397,15 +216602,16 @@ entities: rot: -1.5707963267948966 rad pos: 9.5,63.5 parent: 12 - - uid: 20527 + - uid: 19844 components: - type: Transform - pos: -37.5,74.5 + rot: 1.5707963267948966 rad + pos: 42.5,15.5 parent: 12 - - uid: 21307 + - uid: 20776 components: - type: Transform - pos: -2.5,-21.5 + pos: 34.5,-31.5 parent: 12 - uid: 21608 components: @@ -201413,21 +216619,17 @@ entities: rot: -1.5707963267948966 rad pos: 10.5,64.5 parent: 12 - - uid: 22141 + - uid: 21922 components: - type: Transform - pos: 47.5,0.5 + rot: 1.5707963267948966 rad + pos: 43.5,13.5 parent: 12 - uid: 22145 components: - type: Transform pos: 44.5,-4.5 parent: 12 - - uid: 22194 - components: - - type: Transform - pos: 3.5,-21.5 - parent: 12 - uid: 22285 components: - type: Transform @@ -201438,6 +216640,22 @@ entities: - type: Transform pos: 36.5,16.5 parent: 12 + - uid: 22328 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -28.5,76.5 + parent: 12 + - uid: 22715 + components: + - type: Transform + pos: 1.5,69.5 + parent: 12 + - uid: 22855 + components: + - type: Transform + pos: 9.5,-52.5 + parent: 12 - uid: 23536 components: - type: Transform @@ -201450,6 +216668,11 @@ entities: rot: -1.5707963267948966 rad pos: 52.5,-9.5 parent: 12 + - uid: 23713 + components: + - type: Transform + pos: -49.5,66.5 + parent: 12 - uid: 24333 components: - type: Transform @@ -201481,29 +216704,23 @@ entities: - type: Transform pos: 31.5,19.5 parent: 12 - - uid: 24701 + - uid: 24663 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,-33.5 + rot: 3.141592653589793 rad + pos: -38.5,75.5 parent: 12 - - uid: 24702 + - uid: 24701 components: - type: Transform rot: 1.5707963267948966 rad - pos: 37.5,-33.5 + pos: 39.5,-33.5 parent: 12 - uid: 24982 components: - type: Transform pos: -21.5,51.5 parent: 12 - - uid: 25027 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-33.5 - parent: 12 - uid: 25035 components: - type: Transform @@ -201515,18 +216732,6 @@ entities: rot: 1.5707963267948966 rad pos: 33.5,-33.5 parent: 12 - - uid: 25101 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-32.5 - parent: 12 - - uid: 25104 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 33.5,-30.5 - parent: 12 - uid: 25142 components: - type: Transform @@ -201552,17 +216757,11 @@ entities: - type: Transform pos: 2.5,-56.5 parent: 12 - - uid: 25490 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -44.5,69.5 - parent: 12 - - uid: 25572 + - uid: 25585 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 41.5,0.5 + rot: -1.5707963267948966 rad + pos: 36.5,-45.5 parent: 12 - uid: 25591 components: @@ -201575,11 +216774,10 @@ entities: rot: -1.5707963267948966 rad pos: -5.5,34.5 parent: 12 - - uid: 25663 + - uid: 25662 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 39.5,5.5 + pos: 42.5,-39.5 parent: 12 - uid: 25670 components: @@ -201641,31 +216839,31 @@ entities: rot: -1.5707963267948966 rad pos: 1.5,65.5 parent: 12 + - uid: 25934 + components: + - type: Transform + pos: -9.5,-16.5 + parent: 12 - uid: 26071 components: - type: Transform pos: 48.5,15.5 parent: 12 - - uid: 26244 + - uid: 26153 components: - type: Transform - pos: -25.5,-8.5 + pos: -1.5,-19.5 parent: 12 - - uid: 26246 + - uid: 26244 components: - type: Transform - pos: 5.5,-52.5 + pos: -25.5,-8.5 parent: 12 - uid: 26247 components: - type: Transform pos: -25.5,-7.5 parent: 12 - - uid: 26250 - components: - - type: Transform - pos: -59.5,-30.5 - parent: 12 - uid: 26313 components: - type: Transform @@ -201681,6 +216879,16 @@ entities: - type: Transform pos: -51.5,-47.5 parent: 12 + - uid: 26425 + components: + - type: Transform + pos: 0.5,-19.5 + parent: 12 + - uid: 26434 + components: + - type: Transform + pos: 0.5,-18.5 + parent: 12 - uid: 26567 components: - type: Transform @@ -201691,6 +216899,26 @@ entities: - type: Transform pos: -24.5,-13.5 parent: 12 + - uid: 26678 + components: + - type: Transform + pos: -7.5,-17.5 + parent: 12 + - uid: 26697 + components: + - type: Transform + pos: 5.5,-18.5 + parent: 12 + - uid: 26706 + components: + - type: Transform + pos: 5.5,-21.5 + parent: 12 + - uid: 26716 + components: + - type: Transform + pos: -0.5,-21.5 + parent: 12 - uid: 26725 components: - type: Transform @@ -201699,7 +216927,18 @@ entities: - uid: 26753 components: - type: Transform - pos: -45.5,67.5 + pos: 48.5,-4.5 + parent: 12 + - uid: 26781 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 37.5,-33.5 + parent: 12 + - uid: 26788 + components: + - type: Transform + pos: -2.5,-21.5 parent: 12 - uid: 26816 components: @@ -201717,15 +216956,16 @@ entities: - type: Transform pos: -26.5,-14.5 parent: 12 - - uid: 26850 + - uid: 26902 components: - type: Transform - pos: -46.5,67.5 + pos: -55.5,-35.5 parent: 12 - - uid: 26862 + - uid: 26920 components: - type: Transform - pos: -43.5,71.5 + rot: -1.5707963267948966 rad + pos: 35.5,-51.5 parent: 12 - uid: 26964 components: @@ -201738,34 +216978,112 @@ entities: - type: Transform pos: -20.5,54.5 parent: 12 + - uid: 26996 + components: + - type: Transform + pos: 42.5,-37.5 + parent: 12 + - uid: 27013 + components: + - type: Transform + pos: -29.5,-14.5 + parent: 12 + - uid: 27014 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-16.5 + parent: 12 + - uid: 27017 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-17.5 + parent: 12 - uid: 27023 components: - type: Transform rot: 3.141592653589793 rad pos: 46.5,-2.5 parent: 12 + - uid: 27041 + components: + - type: Transform + pos: 9.5,-50.5 + parent: 12 + - uid: 27047 + components: + - type: Transform + pos: 11.5,-51.5 + parent: 12 + - uid: 27083 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -36.5,-16.5 + parent: 12 + - uid: 27103 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -59.5,-31.5 + parent: 12 + - uid: 27113 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -58.5,-13.5 + parent: 12 + - uid: 27118 + components: + - type: Transform + pos: -29.5,-13.5 + parent: 12 + - uid: 27152 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 44.5,-40.5 + parent: 12 + - uid: 27154 + components: + - type: Transform + pos: 11.5,-50.5 + parent: 12 + - uid: 27161 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -35.5,75.5 + parent: 12 - uid: 27172 components: - type: Transform rot: 1.5707963267948966 rad pos: 31.5,17.5 parent: 12 + - uid: 27203 + components: + - type: Transform + pos: 11.5,-53.5 + parent: 12 - uid: 27217 components: - type: Transform rot: 3.141592653589793 rad pos: 41.5,-2.5 parent: 12 - - uid: 27226 + - uid: 27224 components: - type: Transform rot: 1.5707963267948966 rad - pos: 36.5,15.5 + pos: -53.5,-19.5 parent: 12 - - uid: 27239 + - uid: 27226 components: - type: Transform - pos: -53.5,-17.5 + rot: 1.5707963267948966 rad + pos: 36.5,15.5 parent: 12 - uid: 27297 components: @@ -201879,11 +217197,6 @@ entities: - type: Transform pos: 53.5,9.5 parent: 12 - - uid: 28199 - components: - - type: Transform - pos: -54.5,-18.5 - parent: 12 - uid: 28204 components: - type: Transform @@ -201901,15 +217214,16 @@ entities: rot: 3.141592653589793 rad pos: 35.5,13.5 parent: 12 - - uid: 28287 + - uid: 28308 components: - type: Transform - pos: -40.5,61.5 + pos: -42.5,-16.5 parent: 12 - - uid: 28291 + - uid: 28317 components: - type: Transform - pos: -40.5,63.5 + rot: 1.5707963267948966 rad + pos: -38.5,-13.5 parent: 12 - uid: 28391 components: @@ -201917,6 +217231,16 @@ entities: rot: 3.141592653589793 rad pos: 46.5,22.5 parent: 12 + - uid: 28419 + components: + - type: Transform + pos: -41.5,-14.5 + parent: 12 + - uid: 28648 + components: + - type: Transform + pos: 40.5,-42.5 + parent: 12 - uid: 28701 components: - type: Transform @@ -201935,149 +217259,165 @@ entities: rot: 3.141592653589793 rad pos: 51.5,9.5 parent: 12 + - uid: 28933 + components: + - type: Transform + pos: -13.5,-67.5 + parent: 12 - uid: 28942 components: - type: Transform pos: 49.5,9.5 parent: 12 - - uid: 29115 + - uid: 29029 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-27.5 + pos: -52.5,55.5 parent: 12 - - uid: 29216 + - uid: 29092 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -44.5,66.5 + rot: 3.141592653589793 rad + pos: -44.5,72.5 parent: 12 - - uid: 29274 + - uid: 29141 components: - type: Transform - pos: -43.5,72.5 + pos: -51.5,63.5 parent: 12 - - uid: 29285 + - uid: 29142 components: - type: Transform - pos: -1.5,-19.5 + pos: -53.5,58.5 parent: 12 - - uid: 29292 + - uid: 29143 components: - type: Transform - pos: 0.5,-19.5 + pos: -51.5,61.5 parent: 12 - - uid: 29295 + - uid: 29162 components: - type: Transform - pos: 0.5,-18.5 + rot: 1.5707963267948966 rad + pos: -53.5,53.5 parent: 12 - - uid: 29320 + - uid: 29177 components: - type: Transform - pos: -35.5,73.5 + pos: -52.5,57.5 parent: 12 - - uid: 29322 + - uid: 29183 components: - type: Transform - pos: -39.5,73.5 + pos: -9.5,-67.5 parent: 12 - - uid: 29374 + - uid: 29184 components: - type: Transform - pos: -7.5,-17.5 + pos: -10.5,-65.5 parent: 12 - - uid: 29432 + - uid: 29190 components: - type: Transform - pos: 5.5,-18.5 + pos: -52.5,61.5 parent: 12 - - uid: 29435 + - uid: 29315 components: - type: Transform - pos: 5.5,-21.5 + pos: -52.5,59.5 parent: 12 - - uid: 29447 + - uid: 29339 components: - type: Transform - pos: -0.5,-21.5 + pos: -8.5,-68.5 parent: 12 - - uid: 29522 + - uid: 29344 components: - type: Transform - pos: 41.5,32.5 + pos: -16.5,69.5 parent: 12 - - uid: 29596 + - uid: 29348 components: - type: Transform - pos: 45.5,26.5 + pos: 2.5,-48.5 parent: 12 - - uid: 29597 + - uid: 29352 components: - type: Transform - pos: 41.5,31.5 + rot: 3.141592653589793 rad + pos: -46.5,67.5 parent: 12 - - uid: 29598 + - uid: 29353 components: - type: Transform - pos: 40.5,32.5 + rot: 3.141592653589793 rad + pos: -44.5,67.5 parent: 12 - - uid: 29599 + - uid: 29374 components: - type: Transform - pos: 32.5,37.5 + pos: 7.5,-53.5 parent: 12 - - uid: 29602 + - uid: 29512 components: - type: Transform - rot: 3.141592653589793 rad - pos: 5.5,33.5 + pos: -32.5,74.5 parent: 12 - uid: 29603 components: - type: Transform pos: -42.5,66.5 parent: 12 - - uid: 29605 + - uid: 29628 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,32.5 + pos: -30.5,77.5 parent: 12 - - uid: 29608 + - uid: 29631 components: - type: Transform - pos: 47.5,15.5 + pos: -32.5,73.5 parent: 12 - - uid: 29609 + - uid: 29632 components: - type: Transform - pos: -43.5,61.5 + pos: -34.5,73.5 parent: 12 - - uid: 29613 + - uid: 29633 components: - type: Transform - pos: 33.5,38.5 + pos: -37.5,73.5 parent: 12 - - uid: 29615 + - uid: 29720 components: - type: Transform - pos: 32.5,39.5 + pos: -49.5,48.5 parent: 12 - - uid: 29616 + - uid: 29820 components: - type: Transform - pos: -47.5,-13.5 + pos: -42.5,70.5 parent: 12 - - uid: 29634 + - uid: 29826 components: - type: Transform - pos: -46.5,-13.5 + pos: -40.5,73.5 parent: 12 - - uid: 29720 + - uid: 29980 components: - type: Transform - pos: -49.5,48.5 + rot: 1.5707963267948966 rad + pos: -52.5,54.5 + parent: 12 + - uid: 30017 + components: + - type: Transform + pos: -7.5,-24.5 + parent: 12 + - uid: 30018 + components: + - type: Transform + pos: -9.5,-24.5 parent: 12 - uid: 30200 components: @@ -202090,26 +217430,46 @@ entities: - type: Transform pos: 29.5,20.5 parent: 12 - - uid: 30781 + - uid: 30540 components: - type: Transform - pos: -32.5,-55.5 + pos: -0.5,14.5 parent: 12 - - uid: 30834 + - uid: 30542 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -59.5,-24.5 + pos: 3.5,31.5 + parent: 12 + - uid: 30543 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -11.5,-17.5 + parent: 12 + - uid: 30545 + components: + - type: Transform + pos: -5.5,-21.5 + parent: 12 + - uid: 30700 + components: + - type: Transform + pos: -1.5,12.5 + parent: 12 + - uid: 30781 + components: + - type: Transform + pos: -32.5,-55.5 parent: 12 - uid: 30890 components: - type: Transform pos: -27.5,-58.5 parent: 12 - - uid: 31021 + - uid: 30970 components: - type: Transform - pos: -62.5,-56.5 + pos: -1.5,13.5 parent: 12 - uid: 31044 components: @@ -202121,6 +217481,12 @@ entities: - type: Transform pos: -35.5,-57.5 parent: 12 + - uid: 31096 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -15.5,-66.5 + parent: 12 - uid: 31175 components: - type: Transform @@ -202173,31 +217539,6 @@ entities: rot: 3.141592653589793 rad pos: 4.5,-62.5 parent: 12 - - uid: 32120 - components: - - type: Transform - pos: -61.5,-58.5 - parent: 12 - - uid: 32164 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -59.5,-54.5 - parent: 12 -- proto: WallWeaponCapacitorRecharger - entities: - - uid: 32294 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -26.5,69.5 - parent: 12 - - uid: 32295 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -29.5,69.5 - parent: 12 - proto: WallWood entities: - uid: 11826 @@ -202255,16 +217596,15 @@ entities: - type: Transform pos: 6.5,32.5 parent: 12 - - uid: 11838 + - uid: 11837 components: - type: Transform - pos: 7.5,33.5 + pos: 6.5,33.5 parent: 12 - - uid: 29636 + - uid: 11838 components: - type: Transform - rot: 3.141592653589793 rad - pos: 6.5,33.5 + pos: 7.5,33.5 parent: 12 - proto: WardrobeBlueFilled entities: @@ -202319,24 +217659,6 @@ entities: - type: Transform pos: 45.5,27.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.8856695 - - 7.0937095 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - proto: WardrobeFormal entities: - uid: 8818 @@ -202428,11 +217750,6 @@ entities: parent: 12 - proto: WardrobePrisonFilled entities: - - uid: 4770 - components: - - type: Transform - pos: -39.5,63.5 - parent: 12 - uid: 19371 components: - type: Transform @@ -202468,76 +217785,11 @@ entities: - type: Transform pos: -27.5,53.5 parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - uid: 30243 components: - type: Transform pos: 52.5,-36.5 parent: 12 - - uid: 32278 - components: - - type: Transform - pos: -42.5,53.5 - parent: 12 - - uid: 32279 - components: - - type: Transform - pos: -44.5,53.5 - parent: 12 - - type: EntityStorage - air: - volume: 200 - immutable: False - temperature: 293.1496 - moles: - - 1.7459903 - - 6.568249 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - 0 - - type: ContainerContainer - containers: - entity_storage: !type:Container - showEnts: False - occludes: True - ents: - - 32280 - - 32281 - paper_label: !type:ContainerSlot - showEnts: False - occludes: True - ent: null -- proto: WardrobeSalvageFilled - entities: - - uid: 9969 - components: - - type: Transform - pos: 57.5,-39.5 - parent: 12 - proto: WardrobeScienceFilled entities: - uid: 2005 @@ -202737,10 +217989,10 @@ entities: - type: Transform pos: 55.5,11.5 parent: 12 - - uid: 9211 + - uid: 9652 components: - type: Transform - pos: 46.5,-36.5 + pos: -51.5,50.5 parent: 12 - uid: 10397 components: @@ -202752,25 +218004,20 @@ entities: - type: Transform pos: -11.5,25.5 parent: 12 - - uid: 21325 - components: - - type: Transform - pos: -2.5,-19.5 - parent: 12 - uid: 21602 components: - type: Transform pos: -7.5,19.5 parent: 12 - - uid: 23655 + - uid: 22107 components: - type: Transform - pos: 48.5,49.5 + pos: -2.5,-19.5 parent: 12 - - uid: 24225 + - uid: 23655 components: - type: Transform - pos: 46.5,59.5 + pos: 48.5,49.5 parent: 12 - uid: 25047 components: @@ -202792,25 +218039,30 @@ entities: - type: Transform pos: 58.5,52.5 parent: 12 - - uid: 27328 + - uid: 26795 components: - type: Transform - pos: -50.5,-19.5 + pos: 45.5,59.5 parent: 12 - - uid: 28652 + - uid: 27234 components: - type: Transform - pos: -3.5,-23.5 + pos: 44.5,-37.5 + parent: 12 + - uid: 27328 + components: + - type: Transform + pos: -50.5,-19.5 parent: 12 - uid: 28842 components: - type: Transform pos: 29.5,12.5 parent: 12 - - uid: 29487 + - uid: 29644 components: - type: Transform - pos: -34.5,73.5 + pos: -36.5,73.5 parent: 12 - uid: 31370 components: @@ -202885,10 +218137,11 @@ entities: rot: -1.5707963267948966 rad pos: -36.5,36.5 parent: 12 - - uid: 21061 + - uid: 20894 components: - type: Transform - pos: 53.5,-33.5 + rot: 3.141592653589793 rad + pos: -35.5,64.5 parent: 12 - uid: 21611 components: @@ -202900,300 +218153,185 @@ entities: - type: Transform pos: -42.5,21.5 parent: 12 - - uid: 26130 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -31.5,58.5 - parent: 12 - - uid: 29644 + - uid: 25663 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -29.5,58.5 + pos: -39.5,47.5 parent: 12 - - uid: 29838 + - uid: 27912 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -21.5,65.5 + rot: 3.141592653589793 rad + pos: -25.5,65.5 parent: 12 - - uid: 32284 + - uid: 32180 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,53.5 + pos: -51.5,40.5 parent: 12 - - uid: 32360 + - uid: 32190 components: - type: Transform - rot: 1.5707963267948966 rad - pos: 23.5,57.5 + pos: -37.5,52.5 parent: 12 - - uid: 32361 +- proto: WeaponCrusherGlaive + entities: + - uid: 26205 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -15.5,47.5 + pos: 58.762447,-29.50302 parent: 12 - proto: WeaponDisablerPractice entities: - - uid: 29870 + - uid: 29226 components: - type: Transform - pos: -22.490965,65.38665 + pos: -27.03895,65.44198 parent: 12 -- proto: WeaponEnergyGunTactical +- proto: WeaponEarthGovLaserSniper entities: - - uid: 28871 - components: - - type: Transform - pos: -35.48505,66.697334 - parent: 12 - - uid: 28872 + - uid: 64 components: - type: Transform - pos: -35.47116,66.377884 + pos: -37.287075,68.73741 parent: 12 -- proto: WeaponEarthGovLaserSniper +- proto: WeaponEnergyGunMini entities: - - uid: 133 + - uid: 2432 components: - type: Transform - pos: -33.294567,68.67605 + pos: -43.90009,21.490229 parent: 12 - - uid: 1729 +- proto: WeaponEnergyGunMultiphase + entities: + - uid: 32163 components: - type: Transform - pos: -32.804985,68.41563 + pos: -51.4772,40.578255 parent: 12 - proto: WeaponFlareGunSecurity entities: - - uid: 10181 + - uid: 32191 components: - type: Transform - parent: 9506 - - type: ChamberMagazineAmmoProvider - boltClosed: True - - type: Physics - canCollide: False - - uid: 10316 + pos: -42.538105,53.770687 + parent: 12 + - uid: 32192 components: - type: Transform - parent: 9506 - - type: ChamberMagazineAmmoProvider - boltClosed: True - - type: Physics - canCollide: False - - uid: 11208 + pos: -42.45998,53.489437 + parent: 12 +- proto: WeaponIONRifle + entities: + - uid: 22353 components: - type: Transform - parent: 9506 - - type: ChamberMagazineAmmoProvider - boltClosed: True - - type: Physics - canCollide: False - - uid: 11368 - components: - - type: Transform - parent: 9506 - - type: ChamberMagazineAmmoProvider - boltClosed: True + parent: 22351 - type: Physics canCollide: False + - type: InsideEntityStorage - proto: WeaponLaserCarbinePractice entities: - - uid: 29869 + - uid: 29225 components: - type: Transform - pos: -22.272215,65.76165 + pos: -28.088718,65.63953 parent: 12 -- proto: WeaponEnergyGunPistolSecurity +- proto: WeaponLaserSvalinn entities: - - uid: 29287 - components: - - type: Transform - pos: -34.498882,66.77865 - parent: 12 - - uid: 31847 + - uid: 952 components: - type: Transform - pos: -34.498882,66.61661 + pos: -37.537075,68.39366 parent: 12 - - uid: 31848 + - uid: 5986 components: - type: Transform - pos: -34.50814,66.44994 + pos: -36.682907,68.38325 parent: 12 - proto: WeaponPistolDeagle entities: - - uid: 29517 + - uid: 25608 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -41.329166,33.373245 + pos: -42.346302,36.804523 parent: 12 - type: ChamberMagazineAmmoProvider boltClosed: True -- proto: WeaponRevolverMatebaNew - entities: - - uid: 9728 - components: - - type: Transform - parent: 5333 - - type: Physics - canCollide: False -- proto: WeaponRevolverPython - entities: - - uid: 19456 - components: - - type: Transform - parent: 19430 - - type: Physics - canCollide: False -- proto: WeaponIONRifle - entities: - - uid: 31841 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.77356,68.016464 - parent: 12 - - type: ContainerContainer - containers: - gun_magazine: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - gun_chamber: !type:ContainerSlot - showEnts: False - occludes: True - ent: null - ballistic-ammo: !type:Container - showEnts: False - occludes: True - ents: [] - proto: WeaponShotgunDoubleBarreledRubber entities: - - uid: 28234 - components: - - type: Transform - pos: 40.541042,31.513702 - parent: 12 - uid: 31467 components: - type: Transform rot: -18.84955592153876 rad pos: 12.486576,-35.1766 parent: 12 - - uid: 31876 - components: - - type: Transform - pos: -27.54469,63.719566 - parent: 12 - - uid: 31877 - components: - - type: Transform - pos: -27.523855,63.483456 - parent: 12 -- proto: WeaponShotgunPaladin12 +- proto: WeaponShotgunSPAS12 entities: - - uid: 32354 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.744637,64.888016 - parent: 12 - - uid: 32356 + - uid: 20862 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -32.525887,64.86718 + pos: -32.44064,64.22636 parent: 12 - proto: WeaponShotgunTrenchgun4034 entities: - - uid: 30072 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.11635,64.95702 - parent: 12 - - uid: 31843 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -32.30616,64.94776 - parent: 12 -- proto: WeaponSubMachineGunMP7 - entities: - - uid: 31851 + - uid: 20860 components: - type: Transform - pos: -35.450794,65.718056 + pos: -32.46512,64.40981 parent: 12 - - uid: 31852 + - uid: 20861 components: - type: Transform - pos: -35.427647,65.44953 + pos: -32.48508,64.66224 parent: 12 -- proto: WeaponEnergyGunTactical +- proto: WeaponTurretHostile entities: - - uid: 31872 + - uid: 31258 components: - type: Transform - pos: -30.528248,68.619484 + pos: 2.5,0.5 parent: 12 - - uid: 31878 + - uid: 31293 components: - type: Transform - pos: -30.500471,68.37643 + pos: 2.5,4.5 parent: 12 -- proto: WeaponTurretHostile - entities: - - uid: 26943 + - uid: 31294 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,0.5 + pos: -3.5,4.5 parent: 12 - - uid: 26946 + - uid: 31450 components: - type: Transform - rot: -1.5707963267948966 rad pos: -3.5,0.5 parent: 12 -- proto: WeaponTurretNanoTrasen - entities: - - uid: 26944 + - uid: 32205 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 2.5,4.5 + pos: 0.5,-9.5 parent: 12 - - uid: 26945 + - uid: 32206 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -3.5,4.5 + pos: -1.5,-9.5 parent: 12 - - uid: 32301 +- proto: WeaponTurretSyndicateBroken + entities: + - uid: 22205 components: - type: Transform - rot: -1.5707963267948966 rad pos: -3.5,-8.5 parent: 12 - - uid: 32302 + - uid: 22207 components: - type: Transform - rot: -1.5707963267948966 rad pos: -3.5,-4.5 parent: 12 -- proto: WeaponTurretSyndicateDisposable - entities: - - uid: 28242 + - uid: 28259 components: - type: Transform - rot: 3.141592653589793 rad pos: -50.5,-13.5 parent: 12 - proto: WeaponWaterPistol @@ -203219,6 +218357,11 @@ entities: - type: Transform pos: -45.354244,44.583572 parent: 12 + - uid: 4245 + components: + - type: Transform + pos: 3.3635778,-29.388664 + parent: 12 - uid: 8879 components: - type: Transform @@ -203239,31 +218382,18 @@ entities: - uid: 9394 components: - type: Transform - rot: -25.132741228718352 rad - pos: 17.416166,-13.405632 + pos: 8.648524,-10.372427 parent: 12 - uid: 10394 components: - type: Transform pos: -34.661064,-10.37479 parent: 12 - - uid: 19016 - components: - - type: Transform - parent: 9395 - - type: Physics - canCollide: False - - type: InsideEntityStorage - uid: 23597 components: - type: Transform pos: 55.47354,5.5168424 parent: 12 - - uid: 26947 - components: - - type: Transform - pos: 3.353796,-29.461218 - parent: 12 - proto: WelderIndustrialAdvanced entities: - uid: 3015 @@ -203279,22 +218409,22 @@ entities: parent: 12 - proto: WelderMini entities: - - uid: 28807 + - uid: 5875 components: - type: Transform - pos: -43.638588,-30.2452 + pos: -22.4267,53.76478 parent: 12 - proto: WeldingFuelTankFull entities: - - uid: 395 + - uid: 1765 components: - type: Transform - pos: 63.5,-18.5 + pos: -50.5,-32.5 parent: 12 - - uid: 1765 + - uid: 2845 components: - type: Transform - pos: -50.5,-32.5 + pos: 45.5,58.5 parent: 12 - uid: 4243 components: @@ -203321,6 +218451,11 @@ entities: - type: Transform pos: 81.5,-36.5 parent: 12 + - uid: 9997 + components: + - type: Transform + pos: -59.5,-15.5 + parent: 12 - uid: 10391 components: - type: Transform @@ -203361,21 +218496,11 @@ entities: - type: Transform pos: -26.5,21.5 parent: 12 - - uid: 22031 - components: - - type: Transform - pos: -2.5,-20.5 - parent: 12 - uid: 23596 components: - type: Transform pos: 46.5,-3.5 parent: 12 - - uid: 24224 - components: - - type: Transform - pos: 46.5,58.5 - parent: 12 - uid: 25044 components: - type: Transform @@ -203406,15 +218531,15 @@ entities: - type: Transform pos: 52.5,2.5 parent: 12 - - uid: 27846 + - uid: 26681 components: - type: Transform - pos: -15.5,69.5 + pos: -2.5,-20.5 parent: 12 - - uid: 28651 + - uid: 27846 components: - type: Transform - pos: -4.5,-23.5 + pos: -15.5,69.5 parent: 12 - uid: 28750 components: @@ -203426,10 +218551,20 @@ entities: - type: Transform pos: 29.5,11.5 parent: 12 - - uid: 29488 + - uid: 29974 + components: + - type: Transform + pos: -51.5,54.5 + parent: 12 + - uid: 29997 + components: + - type: Transform + pos: -35.5,73.5 + parent: 12 + - uid: 30402 components: - type: Transform - pos: -33.5,73.5 + pos: 62.5,-18.5 parent: 12 - uid: 31368 components: @@ -203443,11 +218578,6 @@ entities: parent: 12 - proto: WetFloorSign entities: - - uid: 2721 - components: - - type: Transform - pos: 36.92181,-30.370167 - parent: 12 - uid: 12247 components: - type: Transform @@ -203458,15 +218588,15 @@ entities: - type: Transform pos: 48.600037,20.622837 parent: 12 - - uid: 22158 + - uid: 25014 components: - type: Transform - pos: 36.62012,-30.786295 + pos: 8.533746,65.62123 parent: 12 - - uid: 25014 + - uid: 26917 components: - type: Transform - pos: 8.533746,65.62123 + pos: -61.558186,-27.004528 parent: 12 - proto: WheatSeeds entities: @@ -203476,13 +218606,6 @@ entities: rot: -12.566370614359172 rad pos: 57.642513,57.478374 parent: 12 -- proto: Whistle - entities: - - uid: 32329 - components: - - type: Transform - pos: 7.395114,53.99962 - parent: 12 - proto: Windoor entities: - uid: 2520 @@ -203532,16 +218655,6 @@ entities: - type: Transform pos: -38.5,-21.5 parent: 12 - - uid: 8833 - components: - - type: Transform - pos: 49.5,-29.5 - parent: 12 - - uid: 8928 - components: - - type: Transform - pos: 48.5,-29.5 - parent: 12 - uid: 12577 components: - type: Transform @@ -203634,6 +218747,16 @@ entities: rot: 3.141592653589793 rad pos: -34.5,-57.5 parent: 12 + - uid: 30976 + components: + - type: Transform + pos: 48.5,-12.5 + parent: 12 + - uid: 30977 + components: + - type: Transform + pos: 47.5,-12.5 + parent: 12 - proto: WindoorBarKitchenLocked entities: - uid: 11203 @@ -203658,16 +218781,6 @@ entities: parent: 12 - proto: WindoorSecure entities: - - uid: 12234 - components: - - type: Transform - pos: 48.5,-12.5 - parent: 12 - - uid: 12237 - components: - - type: Transform - pos: 47.5,-12.5 - parent: 12 - uid: 14181 components: - type: Transform @@ -203689,11 +218802,11 @@ entities: - type: Transform pos: 14.5,55.5 parent: 12 - - uid: 29833 + - uid: 27233 components: - type: Transform rot: 3.141592653589793 rad - pos: -23.5,65.5 + pos: -29.5,65.5 parent: 12 - proto: WindoorSecureArmoryLocked entities: @@ -203733,57 +218846,16 @@ entities: rot: 1.5707963267948966 rad pos: -37.5,65.5 parent: 12 - - uid: 30064 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -34.5,63.5 - parent: 12 - - uid: 31757 + - uid: 32268 components: - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,66.5 + pos: -36.5,68.5 parent: 12 - - uid: 31846 + - uid: 32278 components: - type: Transform pos: -33.5,68.5 parent: 12 - - uid: 31868 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,68.5 - parent: 12 - - uid: 32252 - components: - - type: Transform - pos: -26.5,64.5 - parent: 12 - - uid: 32258 - components: - - type: Transform - pos: -25.5,64.5 - parent: 12 - - uid: 32261 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,66.5 - parent: 12 - - uid: 32262 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,67.5 - parent: 12 - - uid: 32263 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -25.5,65.5 - parent: 12 - proto: WindoorSecureBrigLocked entities: - uid: 19175 @@ -203799,26 +218871,6 @@ entities: rot: 3.141592653589793 rad pos: 53.5,-23.5 parent: 12 -- proto: WindoorSecureCentralCommandLocked - entities: - - uid: 28784 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 37.5,-39.5 - parent: 12 - - uid: 28785 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 35.5,-39.5 - parent: 12 - - uid: 28786 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: 36.5,-39.5 - parent: 12 - proto: WindoorSecureChemistryLocked entities: - uid: 9065 @@ -203865,16 +218917,27 @@ entities: rot: 3.141592653589793 rad pos: -0.5,3.5 parent: 12 - - uid: 22056 + - uid: 32131 components: - type: Transform - pos: -0.5,-9.5 + pos: -1.5,-9.5 parent: 12 - - uid: 26697 + - uid: 32132 + components: + - type: Transform + pos: 0.5,-9.5 + parent: 12 + - uid: 32207 components: - type: Transform rot: -1.5707963267948966 rad - pos: -52.5,38.5 + pos: 0.5,-9.5 + parent: 12 + - uid: 32208 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -1.5,-9.5 parent: 12 - proto: WindoorSecureEngineeringLocked entities: @@ -203993,23 +219056,12 @@ entities: - type: Transform pos: 52.5,-30.5 parent: 12 - - uid: 19013 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -43.5,53.5 - parent: 12 - uid: 19185 components: - type: Transform rot: -1.5707963267948966 rad pos: -19.5,39.5 parent: 12 - - uid: 19186 - components: - - type: Transform - pos: -43.5,55.5 - parent: 12 - uid: 23846 components: - type: Transform @@ -204022,35 +219074,6 @@ entities: rot: -1.5707963267948966 rad pos: 20.5,58.5 parent: 12 - - uid: 30063 - components: - - type: Transform - pos: -34.5,63.5 - parent: 12 - - uid: 31863 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,65.5 - parent: 12 - - uid: 31864 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -30.5,64.5 - parent: 12 - - uid: 31903 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -28.5,63.5 - parent: 12 - - uid: 32249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -27.5,63.5 - parent: 12 - proto: WindoorServiceLocked entities: - uid: 4893 @@ -204084,6 +219107,12 @@ entities: parent: 12 - proto: Window entities: + - uid: 190 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 50.5,60.5 + parent: 12 - uid: 291 components: - type: Transform @@ -204248,24 +219277,18 @@ entities: rot: 3.141592653589793 rad pos: -1.5,19.5 parent: 12 - - uid: 4472 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 16.5,-18.5 - parent: 12 - - uid: 4473 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 17.5,-18.5 - parent: 12 - uid: 4702 components: - type: Transform rot: -1.5707963267948966 rad pos: -1.5,-37.5 parent: 12 + - uid: 5302 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: 29.5,-15.5 + parent: 12 - uid: 7088 components: - type: Transform @@ -204332,6 +219355,11 @@ entities: rot: -1.5707963267948966 rad pos: -2.5,-35.5 parent: 12 + - uid: 9969 + components: + - type: Transform + pos: -51.5,-17.5 + parent: 12 - uid: 10578 components: - type: Transform @@ -204344,6 +219372,11 @@ entities: rot: 1.5707963267948966 rad pos: -14.5,14.5 parent: 12 + - uid: 10617 + components: + - type: Transform + pos: 35.5,-29.5 + parent: 12 - uid: 10653 components: - type: Transform @@ -204384,12 +219417,6 @@ entities: - type: Transform pos: 48.5,17.5 parent: 12 - - uid: 11795 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 49.5,60.5 - parent: 12 - uid: 11824 components: - type: Transform @@ -204405,6 +219432,11 @@ entities: - type: Transform pos: -0.5,38.5 parent: 12 + - uid: 11852 + components: + - type: Transform + pos: -0.5,37.5 + parent: 12 - uid: 11855 components: - type: Transform @@ -204466,12 +219498,6 @@ entities: - type: Transform pos: -24.5,-61.5 parent: 12 - - uid: 12332 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 48.5,60.5 - parent: 12 - uid: 12524 components: - type: Transform @@ -204783,6 +219809,11 @@ entities: rot: 1.5707963267948966 rad pos: 16.5,43.5 parent: 12 + - uid: 15467 + components: + - type: Transform + pos: -28.5,32.5 + parent: 12 - uid: 15478 components: - type: Transform @@ -204849,12 +219880,6 @@ entities: rot: -1.5707963267948966 rad pos: 57.5,-12.5 parent: 12 - - uid: 16797 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -55.5,-15.5 - parent: 12 - uid: 17108 components: - type: Transform @@ -204951,6 +219976,11 @@ entities: rot: -1.5707963267948966 rad pos: 55.5,-12.5 parent: 12 + - uid: 20782 + components: + - type: Transform + pos: 49.5,-2.5 + parent: 12 - uid: 22292 components: - type: Transform @@ -204993,38 +220023,26 @@ entities: rot: -1.5707963267948966 rad pos: 62.5,-22.5 parent: 12 - - uid: 26242 - components: - - type: Transform - pos: -54.5,-15.5 - parent: 12 - uid: 27276 components: - type: Transform rot: -1.5707963267948966 rad pos: -4.5,-40.5 parent: 12 - - uid: 28181 - components: - - type: Transform - pos: -53.5,-15.5 - parent: 12 - - uid: 29075 + - uid: 27401 components: - type: Transform - pos: -0.5,-40.5 + pos: -53.5,-17.5 parent: 12 - - uid: 29607 + - uid: 27415 components: - type: Transform - rot: 3.141592653589793 rad - pos: 1.5,32.5 + pos: -45.5,-16.5 parent: 12 - - uid: 30094 + - uid: 29075 components: - type: Transform - rot: 3.141592653589793 rad - pos: -0.5,37.5 + pos: -0.5,-40.5 parent: 12 - uid: 30335 components: @@ -205079,11 +220097,6 @@ entities: - type: Transform pos: 41.5,-18.5 parent: 12 - - uid: 32118 - components: - - type: Transform - pos: -61.5,-57.5 - parent: 12 - proto: WindowDirectional entities: - uid: 7837 @@ -205167,11 +220180,28 @@ entities: rot: 3.141592653589793 rad pos: 53.5,54.5 parent: 12 - - uid: 28193 + - uid: 29115 + components: + - type: Transform + pos: -37.5,79.5 + parent: 12 + - uid: 29497 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: -36.5,78.5 + parent: 12 + - uid: 29498 components: - type: Transform rot: 3.141592653589793 rad - pos: -55.5,-13.5 + pos: -37.5,77.5 + parent: 12 + - uid: 29499 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: -38.5,78.5 parent: 12 - uid: 30322 components: @@ -205195,30 +220225,6 @@ entities: rot: 3.141592653589793 rad pos: -8.5,-49.5 parent: 12 - - uid: 30340 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -24.5,54.5 - parent: 12 - - uid: 30341 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -25.5,54.5 - parent: 12 - - uid: 30342 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,54.5 - parent: 12 - - uid: 30343 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -24.5,53.5 - parent: 12 - uid: 30346 components: - type: Transform @@ -205248,6 +220254,34 @@ entities: rot: 1.5707963267948966 rad pos: 31.5,22.5 parent: 12 + - uid: 30971 + components: + - type: Transform + pos: 49.5,-12.5 + parent: 12 + - uid: 30972 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-12.5 + parent: 12 + - uid: 30973 + components: + - type: Transform + rot: 1.5707963267948966 rad + pos: 49.5,-11.5 + parent: 12 + - uid: 30974 + components: + - type: Transform + pos: 46.5,-12.5 + parent: 12 + - uid: 30975 + components: + - type: Transform + rot: -1.5707963267948966 rad + pos: 47.5,-11.5 + parent: 12 - proto: WindowFrostedDirectional entities: - uid: 4236 @@ -205476,12 +220510,6 @@ entities: rot: -1.5707963267948966 rad pos: -14.5,65.5 parent: 12 - - uid: 32292 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -45.5,52.5 - parent: 12 - proto: WindowReinforcedDirectional entities: - uid: 54 @@ -205560,34 +220588,6 @@ entities: rot: -1.5707963267948966 rad pos: -41.5,-33.5 parent: 12 - - uid: 939 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -37.5,66.5 - parent: 12 - - uid: 970 - components: - - type: Transform - pos: -44.5,55.5 - parent: 12 - - uid: 2078 - components: - - type: Transform - pos: -36.5,78.5 - parent: 12 - - uid: 2112 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: -35.5,77.5 - parent: 12 - - uid: 2148 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,76.5 - parent: 12 - uid: 2461 components: - type: Transform @@ -205647,11 +220647,11 @@ entities: rot: 3.141592653589793 rad pos: -1.5,-13.5 parent: 12 - - uid: 3973 + - uid: 4474 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -30.5,64.5 + rot: 1.5707963267948966 rad + pos: -36.5,68.5 parent: 12 - uid: 4898 components: @@ -205659,11 +220659,6 @@ entities: rot: 3.141592653589793 rad pos: 52.5,-23.5 parent: 12 - - uid: 5411 - components: - - type: Transform - pos: 49.5,-12.5 - parent: 12 - uid: 5572 components: - type: Transform @@ -205765,11 +220760,6 @@ entities: rot: 3.141592653589793 rad pos: -1.5,-44.5 parent: 12 - - uid: 12238 - components: - - type: Transform - pos: 46.5,-12.5 - parent: 12 - uid: 12326 components: - type: Transform @@ -205822,6 +220812,12 @@ entities: rot: 3.141592653589793 rad pos: 18.5,40.5 parent: 12 + - uid: 14983 + components: + - type: Transform + rot: 3.141592653589793 rad + pos: -32.5,64.5 + parent: 12 - uid: 14984 components: - type: Transform @@ -206008,11 +221004,6 @@ entities: rot: -1.5707963267948966 rad pos: -47.5,57.5 parent: 12 - - uid: 19217 - components: - - type: Transform - pos: -42.5,55.5 - parent: 12 - uid: 19969 components: - type: Transform @@ -206031,12 +221022,6 @@ entities: rot: 3.141592653589793 rad pos: -32.5,65.5 parent: 12 - - uid: 21249 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,65.5 - parent: 12 - uid: 21504 components: - type: Transform @@ -206084,27 +221069,12 @@ entities: - type: Transform pos: -8.5,52.5 parent: 12 - - uid: 21935 - components: - - type: Transform - pos: -25.5,56.5 - parent: 12 - - uid: 21965 - components: - - type: Transform - pos: -1.5,-9.5 - parent: 12 - uid: 21972 components: - type: Transform rot: 3.141592653589793 rad pos: -53.5,37.5 parent: 12 - - uid: 22053 - components: - - type: Transform - pos: 0.5,-9.5 - parent: 12 - uid: 22638 components: - type: Transform @@ -206151,65 +221121,23 @@ entities: - type: Transform pos: -33.5,50.5 parent: 12 - - uid: 25429 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -34.5,63.5 - parent: 12 - uid: 26588 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,65.5 parent: 12 - - uid: 26836 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 47.5,-11.5 - parent: 12 - - uid: 28787 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: 36.5,-39.5 - parent: 12 - - uid: 28788 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 36.5,-39.5 - parent: 12 - uid: 28932 components: - type: Transform rot: 3.141592653589793 rad pos: -37.5,53.5 parent: 12 - - uid: 28933 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-11.5 - parent: 12 - - uid: 29222 - components: - - type: Transform - rot: 1.5707963267948966 rad - pos: -37.5,77.5 - parent: 12 - - uid: 29832 + - uid: 29220 components: - type: Transform rot: -1.5707963267948966 rad - pos: -22.5,65.5 - parent: 12 - - uid: 30068 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -36.5,68.5 + pos: -28.5,65.5 parent: 12 - uid: 30324 components: @@ -206293,72 +221221,23 @@ entities: rot: 3.141592653589793 rad pos: -57.5,27.5 parent: 12 - - uid: 31871 - components: - - type: Transform - rot: 3.141592653589793 rad - pos: -30.5,68.5 - parent: 12 - - uid: 31911 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 50.5,-12.5 - parent: 12 - - uid: 32250 + - uid: 32267 components: - type: Transform - rot: -1.5707963267948966 rad - pos: -28.5,63.5 + pos: -37.5,68.5 parent: 12 - - uid: 32251 + - uid: 32276 components: - type: Transform rot: -1.5707963267948966 rad - pos: -26.5,63.5 - parent: 12 - - uid: 32259 - components: - - type: Transform - pos: -25.5,65.5 - parent: 12 - - uid: 32260 - components: - - type: Transform - pos: -25.5,68.5 + pos: -33.5,68.5 parent: 12 - - uid: 32286 + - uid: 32277 components: - type: Transform rot: 1.5707963267948966 rad - pos: -45.5,50.5 - parent: 12 - - uid: 32289 - components: - - type: Transform - pos: -45.5,50.5 - parent: 12 - - uid: 32290 - components: - - type: Transform - pos: -43.5,50.5 - parent: 12 - - uid: 32297 - components: - - type: Transform - rot: -1.5707963267948966 rad pos: -33.5,68.5 parent: 12 - - uid: 32298 - components: - - type: Transform - pos: -32.5,68.5 - parent: 12 - - uid: 32357 - components: - - type: Transform - pos: -30.5,68.5 - parent: 12 - proto: Wirecutter entities: - uid: 8737 @@ -206366,11 +221245,6 @@ entities: - type: Transform pos: 52.592125,-23.373646 parent: 12 - - uid: 9243 - components: - - type: Transform - pos: 43.56649,-37.601086 - parent: 12 - uid: 17621 components: - type: Transform @@ -206378,6 +221252,16 @@ entities: parent: 12 - proto: WoodDoor entities: + - uid: 6080 + components: + - type: Transform + pos: -58.5,-14.5 + parent: 12 + - uid: 12071 + components: + - type: Transform + pos: -51.5,-16.5 + parent: 12 - uid: 13312 components: - type: Transform @@ -206389,6 +221273,16 @@ entities: rot: 3.141592653589793 rad pos: 8.5,33.5 parent: 12 + - uid: 21061 + components: + - type: Transform + pos: -5.5,27.5 + parent: 12 + - uid: 21062 + components: + - type: Transform + pos: -5.5,28.5 + parent: 12 - uid: 22357 components: - type: Transform @@ -206417,23 +221311,16 @@ entities: - 31202 - proto: Wrench entities: - - uid: 5916 - components: - - type: Transform - rot: -1.5707963267948966 rad - pos: 33.541794,-20.507181 - parent: 12 - uid: 5917 components: - type: Transform - rot: -1.5707963267948966 rad - pos: 33.52617,-19.538431 + rot: -43.98229715025713 rad + pos: 33.474327,-18.568962 parent: 12 - uid: 7197 components: - type: Transform - rot: -12.566370614359172 rad - pos: 2.2218802,-0.60405827 + pos: -3.5080347,-0.46681333 parent: 12 - uid: 9080 components: @@ -206441,6 +221328,13 @@ entities: rot: -50.265482457436725 rad pos: 46.516457,-16.390417 parent: 12 + - uid: 9541 + components: + - type: Transform + parent: 9298 + - type: Physics + canCollide: False + - type: InsideEntityStorage - uid: 12655 components: - type: Transform @@ -206467,29 +221361,21 @@ entities: - type: Transform pos: -23.775642,-15.327034 parent: 12 - - uid: 29302 - components: - - type: Transform - rot: -12.566370614359172 rad - pos: 9.636911,-13.368637 - parent: 12 -- proto: Zipties - entities: - - uid: 13512 + - uid: 30137 components: - type: Transform - pos: 54.32351,25.56691 + pos: -42.562584,42.448437 parent: 12 - - uid: 31166 + - uid: 32280 components: - type: Transform - pos: -43.507935,-47.50994 + pos: -38.537376,56.478764 parent: 12 -- proto: ZiptiesBroken +- proto: Zipties entities: - - uid: 31167 + - uid: 13512 components: - type: Transform - pos: -41.285713,-46.83633 + pos: 54.32351,25.56691 parent: 12 ... From 2d793c3b9274742227703af3ed70e2727d17bd7e Mon Sep 17 00:00:00 2001 From: GayBot Date: Thu, 26 Dec 2024 06:35:00 +0300 Subject: [PATCH 5/6] Automatic changelog update --- Resources/Changelog/ChangelogSunrise.yml | 44 ++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/Resources/Changelog/ChangelogSunrise.yml b/Resources/Changelog/ChangelogSunrise.yml index 885256b59d1..0e32c5be67e 100644 --- a/Resources/Changelog/ChangelogSunrise.yml +++ b/Resources/Changelog/ChangelogSunrise.yml @@ -8787,3 +8787,47 @@ type: Fix id: 611 time: '2024-12-26T03:32:47.338587+00:00' +- author: KaiserMaus + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D\u044B 2 \u043F\u043B\ + \u0430\u043A\u0430\u0442\u0430 \u043D\u0430 \u0442\u0435\u043C\u0443 \u0441\u0438\ + \u043D\u0434\u0438\u043A\u0430\u0442\u0430." + type: Add + id: 612 + time: '2024-12-26T03:37:25.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/929 +- author: KaiserMaus + changes: + - message: "\u041A\u0440\u0430\u0441\u043A\u0430 \u043C\u0435\u0445\u0430 \u043F\ + \u043E\u043B\u0443\u0447\u0438\u043B\u0430 \u044D\u0442\u0438\u043A\u0435\u0442\ + \u043A\u0438 \u0441 \u043E\u043F\u0438\u0441\u0430\u043D\u0438\u0435\u043C \u0441\ + \u043E\u0434\u0435\u0440\u0436\u0438\u043C\u043E\u0433\u043E." + type: Tweak + id: 613 + time: '2024-12-26T03:37:40.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/925 +- author: KaiserMaus + changes: + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u041D\u0430\u0431\u043E\ + \u0440 \u043C\u0435\u0434\u0438\u043A\u0430\u043C\u0435\u043D\u0442\u043E\u0432\ + \ \u0432 \u0410\u043F\u043B\u0438\u043D\u043A \u041E\u0411\u0420." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u041D\u0430\u0441\u043F\ + \u0438\u043D\u043D\u044B\u0439 \u044D\u043D\u0435\u0440\u0433\u043E-\u0449\u0438\ + \u0442 \u0432 \u0410\u043F\u043B\u0438\u043D\u043A \u041E\u0411\u0420." + type: Add + - message: "\u0414\u043E\u0431\u0430\u0432\u043B\u0435\u043D \u041F\u043E\u044F\u0441\ + \u043D\u043E\u0439 \u044D\u043D\u0435\u0440\u0433\u043E-\u0449\u0438\u0442 \ + \ \u0432 \u0410\u043F\u043B\u0438\u043D\u043A \u041E\u0411\u0420." + type: Add + id: 614 + time: '2024-12-26T03:38:12.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/926 +- author: KaiserMaus + changes: + - message: "\u043A\u0430\u0440\u0442\u0430 Cog \u043E\u0431\u043D\u043E\u0432\u043B\ + \u0435\u043D\u0430." + type: Tweak + id: 615 + time: '2024-12-26T03:38:34.0000000+00:00' + url: https://github.com/space-sunrise/space-station-14/pull/927 From 091c73129c3919f0e701912dd8cf60fc34845dc1 Mon Sep 17 00:00:00 2001 From: Svinthefirst <115838204+Svinthefirst@users.noreply.github.com> Date: Thu, 26 Dec 2024 05:40:12 +0200 Subject: [PATCH 6/6] =?UTF-8?q?=D0=A1=D0=B2=D0=B8=D0=BD=D0=BE=D0=BC=D0=B0?= =?UTF-8?q?=D1=82=D0=B5=D1=80=D1=8C=20(#928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * init * fixes * fixes * balance changes * saw added * some fixes facecast added * sunrise marking fixes added forgotten not versioned files from last commit * space * minor refactoring * facecast box added minor fixes * minor fixes added forgotten non versioned files from last commit * balance changes * merge conflicts resolved * ftl fixea * balance changes --- Content.Server/Bible/BibleSystem.cs | 27 ++++++ .../Body/Components/StomachComponent.cs | 10 +++ Content.Server/FaceCast/FaceCastComponent.cs | 14 +++ Content.Server/FaceCast/FaceCastSystem.cs | 69 ++++++++++++++ .../EntitySystems/AnimalHusbandrySystem.cs | 20 ++++- .../Nutrition/EntitySystems/FoodSystem.cs | 21 ++++- Content.Server/Saw/SawComponent.cs | 14 +++ Content.Server/Saw/SawSystem.cs | 85 ++++++++++++++++++ .../AnimalHusbandry/ReproductiveComponent.cs | 5 +- .../_sunrise/catalog/fills/boxes/misc.ftl | 2 + .../entities/clothing/masks/masks.ftl | 2 + .../_sunrise/entities/mobs/npcs/animals.ftl | 2 + .../ru-RU/_strings/_sunrise/chapel/bible.ftl | 1 + .../nutrition/components/animal-husbandry.ftl | 2 +- .../VendingMachines/Inventories/chapel.yml | 1 + .../Prototypes/Entities/Mobs/NPCs/animals.yml | 4 + .../Prototypes/Entities/Mobs/Species/base.yml | 12 ++- .../_Sunrise/Body/Organs/animal.yml | 11 +++ .../_Sunrise/Body/Prototypes/animal.yml | 21 +++++ .../_Sunrise/Catalog/Fills/Boxes/misc.yml | 17 ++++ .../Entities/Clothing/Masks/masks.yml | 17 ++++ .../_Sunrise/Entities/Mobs/NPCs/animals.yml | 12 +++ .../Objects/Storage/boxes.rsi/facecast.png | Bin 0 -> 168 bytes .../Objects/Storage/boxes.rsi/meta.json | 5 +- .../Mask/facecast.rsi/equipped-MASK.png | Bin 0 -> 446 bytes .../Clothing/Mask/facecast.rsi/icon.png | Bin 0 -> 285 bytes .../Clothing/Mask/facecast.rsi/meta.json | 18 ++++ 27 files changed, 385 insertions(+), 7 deletions(-) create mode 100644 Content.Server/FaceCast/FaceCastComponent.cs create mode 100644 Content.Server/FaceCast/FaceCastSystem.cs create mode 100644 Content.Server/Saw/SawComponent.cs create mode 100644 Content.Server/Saw/SawSystem.cs create mode 100644 Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/misc.ftl create mode 100644 Resources/Locale/ru-RU/_prototypes/_sunrise/entities/mobs/npcs/animals.ftl create mode 100644 Resources/Locale/ru-RU/_strings/_sunrise/chapel/bible.ftl create mode 100644 Resources/Prototypes/_Sunrise/Body/Organs/animal.yml create mode 100644 Resources/Prototypes/_Sunrise/Body/Prototypes/animal.yml create mode 100644 Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/misc.yml create mode 100644 Resources/Prototypes/_Sunrise/Entities/Mobs/NPCs/animals.yml create mode 100644 Resources/Textures/Objects/Storage/boxes.rsi/facecast.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/equipped-MASK.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/icon.png create mode 100644 Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/meta.json diff --git a/Content.Server/Bible/BibleSystem.cs b/Content.Server/Bible/BibleSystem.cs index c193578f822..7b74a59757d 100644 --- a/Content.Server/Bible/BibleSystem.cs +++ b/Content.Server/Bible/BibleSystem.cs @@ -1,6 +1,7 @@ using Content.Server.Bible.Components; using Content.Server.Ghost.Roles.Events; using Content.Server.Popups; +using Content.Server.Saw; using Content.Shared._Sunrise.Mood; using Content.Shared.ActionBlocker; using Content.Shared.Actions; @@ -8,11 +9,13 @@ using Content.Shared.Damage; using Content.Shared.Ghost.Roles.Components; using Content.Shared.IdentityManagement; +using Content.Shared.IdentityManagement.Components; using Content.Shared.Interaction; using Content.Shared.Inventory; using Content.Shared.Mobs; using Content.Shared.Mobs.Systems; using Content.Shared.Popups; +using Content.Shared.Prayer; using Content.Shared.Stunnable; using Content.Shared.Timing; using Content.Shared.Vampire.Components; @@ -21,6 +24,7 @@ using Robust.Shared.Audio.Systems; using Robust.Shared.Containers; using Robust.Shared.Player; +using Robust.Shared.Prototypes; using Robust.Shared.Random; using Robust.Shared.Timing; @@ -28,6 +32,8 @@ namespace Content.Server.Bible { public sealed class BibleSystem : EntitySystem { + [Dependency] private readonly IPrototypeManager _prototypeManager = default!; + [Dependency] private readonly IEntityManager _entityManager = default!; [Dependency] private readonly IRobustRandom _random = default!; [Dependency] private readonly ActionBlockerSystem _blocker = default!; [Dependency] private readonly DamageableSystem _damageableSystem = default!; @@ -39,6 +45,8 @@ public sealed class BibleSystem : EntitySystem [Dependency] private readonly UseDelaySystem _delay = default!; [Dependency] private readonly SharedTransformSystem _transform = default!; [Dependency] private readonly SharedStunSystem _stun = default!; + [Dependency] private readonly EntityLookupSystem _lookUp = default!; + [Dependency] private readonly MetaDataSystem _metaData = default!; public override void Initialize() { @@ -150,6 +158,25 @@ private void OnAfterInteract(EntityUid uid, BibleComponent component, AfterInter return; } + //Sunrise-start + + if (TryPrototype((EntityUid) args.Target, out var prototype) + && prototype.ID == "MobPig" + && !HasComp(args.Target)) + { + if (_lookUp.GetEntitiesInRange(Transform(uid).Coordinates, 5).Count >= 5 + && _lookUp.GetEntitiesInRange(Transform(uid).Coordinates, 5).Count >= 2) + { + _entityManager.AddComponents((EntityUid) args.Target, _prototypeManager.Index("MobSaw").Components, false); + _metaData.SetEntityName((EntityUid)args.Target, "свиноматерь"); + _popupSystem.PopupEntity(Loc.GetString("bible-saw-transformation"), (EntityUid) args.Target); + _audio.PlayPvs(component.HealSoundPath, (EntityUid) args.Target); + } + return; + } + + //Sunrise-end + // This only has a chance to fail if the target is not wearing anything on their head and is not a familiar.. if (!_invSystem.TryGetSlotEntity(args.Target.Value, "head", out var _) && !HasComp(args.Target.Value)) { diff --git a/Content.Server/Body/Components/StomachComponent.cs b/Content.Server/Body/Components/StomachComponent.cs index d541ca4d7c4..a21af34147a 100644 --- a/Content.Server/Body/Components/StomachComponent.cs +++ b/Content.Server/Body/Components/StomachComponent.cs @@ -47,6 +47,16 @@ public sealed partial class StomachComponent : Component [DataField] public EntityWhitelist? SpecialDigestible = null; + //Sunrise-start + + /// + /// If true, whitelist from the top will only be used as an addition to the already digestible by default food + /// + [DataField] + public bool IsDigestibleAddition = false; + + //Sunrise-end + /// /// Used to track how long each reagent has been in the stomach /// diff --git a/Content.Server/FaceCast/FaceCastComponent.cs b/Content.Server/FaceCast/FaceCastComponent.cs new file mode 100644 index 00000000000..1c6595f9a22 --- /dev/null +++ b/Content.Server/FaceCast/FaceCastComponent.cs @@ -0,0 +1,14 @@ + +using Content.Shared.FixedPoint; + +namespace Content.Server.FaceCast; + +[RegisterComponent] +public sealed partial class FaceCastComponent : Component +{ + public TimeSpan? StartCastingTime = null; + + public EntityUid? Equiper = null; + + public Double TimeToCast = 5; +} diff --git a/Content.Server/FaceCast/FaceCastSystem.cs b/Content.Server/FaceCast/FaceCastSystem.cs new file mode 100644 index 00000000000..fa1f91b4705 --- /dev/null +++ b/Content.Server/FaceCast/FaceCastSystem.cs @@ -0,0 +1,69 @@ +using Content.Shared.Inventory.Events; +using Robust.Shared.Timing; +using Content.Shared.IdentityManagement.Components; +using Content.Shared.Clothing.Components; +using Content.Shared.Inventory; +using Content.Shared.Nutrition.AnimalHusbandry; + +namespace Content.Server.FaceCast; + +public sealed class FaceCastSystem : EntitySystem +{ + [Dependency] private readonly IGameTiming _timing = default!; + [Dependency] private readonly MetaDataSystem _metaData = default!; + [Dependency] private readonly InventorySystem _inventory = default!; + public override void Initialize() + { + SubscribeLocalEvent(OnEquip); + SubscribeLocalEvent(OnUnequip); + } + + private void OnEquip(EntityUid ent, FaceCastComponent faceCast, ref GotEquippedEvent args) + { + if (!HasComp(args.Equipee)) + return; + faceCast.Equiper = args.Equipee; + if (HasComp(args.Equipee)) + return; + faceCast.StartCastingTime = _timing.CurTime; + } + + private void OnUnequip(EntityUid ent, FaceCastComponent faceCast, ref GotUnequippedEvent args) + { + faceCast.StartCastingTime = null; + faceCast.Equiper = null; + } + + public override void Update(float frameTime) + { + base.Update(frameTime); + + var query = EntityQueryEnumerator(); + while (query.MoveNext(out var uid, out var faceCast)) + { + if (!TryComp(uid, out var cloth)) + continue; + + if (faceCast.Equiper == null) + continue; + + if (!HasComp(faceCast.Equiper) && faceCast.StartCastingTime == null) + { + if (Name(uid) != Loc.GetEntityData("ClothingMaskFaceCast").Name) + _metaData.SetEntityName((EntityUid) faceCast.Equiper, Name(uid)); + faceCast.StartCastingTime = _timing.CurTime; + continue; + } + + if (faceCast.StartCastingTime == null) + continue; + + if ((_timing.CurTime - faceCast.StartCastingTime) >= TimeSpan.FromSeconds(faceCast.TimeToCast)) + { + _metaData.SetEntityName(uid, Name((EntityUid)faceCast.Equiper)); + faceCast.StartCastingTime = _timing.CurTime; + } + + } + } +} diff --git a/Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs b/Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs index e5f590a3626..e7c33acbd8b 100644 --- a/Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs +++ b/Content.Server/Nutrition/EntitySystems/AnimalHusbandrySystem.cs @@ -76,6 +76,9 @@ public bool TryReproduceNearby(EntityUid uid, ReproductiveComponent? component = if (partners.Count >= component.Capacity) return false; + if (!component.IsPartnerNeed) //Sunrise + return TryReproduce(uid, uid, component); //Sunrise + foreach (var comp in partners) { var partner = comp.Owner; @@ -98,13 +101,13 @@ public bool TryReproduce(EntityUid uid, EntityUid partner, ReproductiveComponent if (!Resolve(uid, ref component)) return false; - if (uid == partner) + if (uid == partner && component.IsPartnerNeed) //Sunrise: component.IsPartnerNeed return false; if (!CanReproduce(uid, component)) return false; - if (!IsValidPartner(uid, partner, component)) + if (!IsValidPartner(uid, partner, component) && component.IsPartnerNeed) //Sunrise: component.IsPartnerNeed return false; // if the partner is valid, yet it fails the random check @@ -181,6 +184,8 @@ public void Birth(EntityUid uid, ReproductiveComponent? component = null) if (!Resolve(uid, ref component)) return; + BirthEvent birthEvent = new BirthEvent(); //Sunrise + // this is kinda wack but it's the only sound associated with most animals if (TryComp(uid, out var interactionPopup)) _audio.PlayPvs(interactionPopup.InteractSuccessSound, uid); @@ -190,6 +195,7 @@ public void Birth(EntityUid uid, ReproductiveComponent? component = null) foreach (var spawn in spawns) { var offspring = Spawn(spawn, xform.Coordinates.Offset(_random.NextVector2(0.3f))); + birthEvent.Spawns.Add(offspring); //Sunrise _transform.AttachToGridOrMap(offspring); if (component.MakeOffspringInfant) { @@ -205,6 +211,8 @@ public void Birth(EntityUid uid, ReproductiveComponent? component = null) component.Gestating = false; component.GestationEndTime = null; + + RaiseLocalEvent(uid, birthEvent); //Sunrise } public override void Update(float frameTime) @@ -249,3 +257,11 @@ public override void Update(float frameTime) } } } + +//Sunrise-start + +public sealed class BirthEvent : EntityEventArgs +{ + public List Spawns = new List(); +} +//Sunrise-end diff --git a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs index 158c7f4955c..29f53060b4a 100644 --- a/Content.Server/Nutrition/EntitySystems/FoodSystem.cs +++ b/Content.Server/Nutrition/EntitySystems/FoodSystem.cs @@ -335,10 +335,24 @@ public void DeleteAndSpawnTrash(FoodComponent component, EntityUid food, EntityU RaiseLocalEvent(food, ev); if (ev.Cancelled) return; - var dev = new DestructionEventArgs(); RaiseLocalEvent(food, dev); + //Sunrise-start + + if (TryComp(food, out InventoryComponent? inventory)) + { + foreach (SlotDefinition sl in inventory.Slots) + { + _inventory.TryUnequip(food, sl.Name, out EntityUid? item); + if (!TryComp(item, out TransformComponent? transform)) + continue; + _transform.DropNextTo((EntityUid)item, food); + } + } + + //Sunrise-end + if (component.Trash.Count == 0) { QueueDel(food); @@ -433,6 +447,11 @@ private bool IsDigestibleBy(EntityUid food, FoodComponent component, List(OnBeforeFullyEaten); + SubscribeLocalEvent(SawInit); + SubscribeLocalEvent(OnBirth); + } + + private void OnBeforeFullyEaten(Entity food, ref BeforeFullyEatenEvent args) + { + if (!TryComp(args.User, out SawComponent? sawComp) || + !TryComp(args.User, out ReproductiveComponent? reproductive) || + !TryComp(food, out MindContainerComponent? mind) || + !HasComp(food)) + return; + + EntityUid? foodMind = _mindSystem.GetMind(food); + sawComp.EatenMind = foodMind; + + if (_prototypeManager.Index("MobSaw").Components.TryGetComponent("Reproductive", out var defaultReproductive)) + reproductive.Capacity = 6; + } + + private void SawInit(EntityUid ent, SawComponent saw, ComponentInit args) + { + if (HasComp(ent)) + RemComp(ent); + + _entityManager.AddComponents(ent, _prototypeManager.Index("MobSaw").Components, false); + Comp(ent).Capacity = 0; + } + + private void OnBirth(Entity saw, ref BirthEvent args) + { + if (TryComp(saw, out ReproductiveComponent? reproductive)) + reproductive.Capacity = 0; + EntityUid child = args.Spawns[0]; + EntityUid? eatenMind = Comp(saw).EatenMind; + saw.Comp.EatenMind = null; + if (eatenMind == null) + return; + if (!TryComp(saw, out var hungerComp)) + return; + + if (TryComp(child, out var thresholds)) + { + FixedPoint2 thresholdModifier = _hungerSystem.GetHunger(hungerComp) * saw.Comp.HungerToThresholdModifier; + + _thresholdSystem.SetMobStateThreshold(child, _thresholdSystem.GetThresholdForState(child, MobState.Critical) + thresholdModifier, MobState.Critical); + _thresholdSystem.SetMobStateThreshold(child, _thresholdSystem.GetThresholdForState(child, MobState.Dead) + thresholdModifier, MobState.Dead); + if (TryComp(child, out var mood)) + mood.CritThresholdBeforeModify = _thresholdSystem.GetThresholdForState(child, MobState.Critical); + } + + _mindSystem.TransferTo((EntityUid) eatenMind, child); + _metaData.SetEntityName(args.Spawns[0], "троттин"); + } +} diff --git a/Content.Shared/Nutrition/AnimalHusbandry/ReproductiveComponent.cs b/Content.Shared/Nutrition/AnimalHusbandry/ReproductiveComponent.cs index 8d128f547e6..a25ddcecb67 100644 --- a/Content.Shared/Nutrition/AnimalHusbandry/ReproductiveComponent.cs +++ b/Content.Shared/Nutrition/AnimalHusbandry/ReproductiveComponent.cs @@ -1,4 +1,4 @@ -using Content.Shared.Storage; +using Content.Shared.Storage; using Content.Shared.Whitelist; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; @@ -12,6 +12,9 @@ namespace Content.Shared.Nutrition.AnimalHusbandry; [RegisterComponent, AutoGenerateComponentPause] public sealed partial class ReproductiveComponent : Component { + [DataField] + public bool IsPartnerNeed = true; //Sunrise + /// /// The next time when breeding will be attempted. /// diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/misc.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/misc.ftl new file mode 100644 index 00000000000..e01c2291e29 --- /dev/null +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/catalog/fills/boxes/misc.ftl @@ -0,0 +1,2 @@ +ent-BoxFacecast = коробка лицевых слепков + .desc = Она заполнена лицами. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/masks/masks.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/masks/masks.ftl index 881bfd7a160..ed424a5b6ea 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/masks/masks.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/clothing/masks/masks.ftl @@ -18,3 +18,5 @@ ent-ClothingBreathMaskCMO = медицинский респиратор .desc = Качественный респиратор. ent-ClothingMaskGasCE = противогаз старшего инженера .desc = Очень прочный и стильный белый противогаз с зелёной полосой на лобной части. Позволит исправить последствия работы атмосферных техников с купленными дипломами. +ent-ClothingMaskFaceCast = слепок лица + .desc = Он может украсть твою личность... diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/mobs/npcs/animals.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/mobs/npcs/animals.ftl new file mode 100644 index 00000000000..6b4b674774c --- /dev/null +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/mobs/npcs/animals.ftl @@ -0,0 +1,2 @@ +ent-MobSaw = свиноматерь + .desc = Хрю. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_strings/_sunrise/chapel/bible.ftl b/Resources/Locale/ru-RU/_strings/_sunrise/chapel/bible.ftl new file mode 100644 index 00000000000..9d3e7031929 --- /dev/null +++ b/Resources/Locale/ru-RU/_strings/_sunrise/chapel/bible.ftl @@ -0,0 +1 @@ +bible-saw-transformation = Свинья божественным чудом превращается в свиноматерь. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_strings/nutrition/components/animal-husbandry.ftl b/Resources/Locale/ru-RU/_strings/nutrition/components/animal-husbandry.ftl index 10bc16aed72..44315a0c2b8 100644 --- a/Resources/Locale/ru-RU/_strings/nutrition/components/animal-husbandry.ftl +++ b/Resources/Locale/ru-RU/_strings/nutrition/components/animal-husbandry.ftl @@ -1,3 +1,3 @@ -infant-name-prefix = детёныш { $name } +infant-name-prefix = детёныш { $baseName } reproductive-birth-popup = { CAPITALIZE($parent) } родила! reproductive-laid-egg-popup = { CAPITALIZE($parent) } отложила яйцо! diff --git a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml index 636ecda05eb..fd75568b18a 100644 --- a/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml +++ b/Resources/Prototypes/Catalog/VendingMachines/Inventories/chapel.yml @@ -21,6 +21,7 @@ ClothingNeckStoleTallit: 1 # Sunrise BoxCandle: 2 BoxCandleSmall: 2 + BoxFacecast: 2 # Sunrise Urn: 5 Bible: 1 RedFlowers: 3 # Sunrise diff --git a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml index b69cca69e22..81a1b380877 100644 --- a/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml +++ b/Resources/Prototypes/Entities/Mobs/NPCs/animals.yml @@ -3419,6 +3419,10 @@ - type: HTN rootTask: task: RuminantCompound + # Sunrise-start + - type: Body + prototype: ManeaterAnimal + # Sunrise-end - type: entity name: diona nymph diff --git a/Resources/Prototypes/Entities/Mobs/Species/base.yml b/Resources/Prototypes/Entities/Mobs/Species/base.yml index d366d81b7a4..732011738f8 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/base.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/base.yml @@ -234,16 +234,26 @@ emotesTakeDamage: - Scream - Crying + - type: SolutionContainerManager + solutions: + food: + maxVol: 25 + reagents: + - ReagentId: UncookedAnimalProteins + Quantity: 25 + - type: Food + requiresSpecialDigestion: true # Sunrise-End - type: entity save: false parent: + - BaseMobSpecies # Sunrise - MobBloodstream - MobRespirator - MobAtmosStandard - MobFlammable - - BaseMobSpecies + #- BaseMobSpecies # Wizards id: BaseMobSpeciesOrganic abstract: true components: diff --git a/Resources/Prototypes/_Sunrise/Body/Organs/animal.yml b/Resources/Prototypes/_Sunrise/Body/Organs/animal.yml new file mode 100644 index 00000000000..68e43c63b15 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Body/Organs/animal.yml @@ -0,0 +1,11 @@ +- type: entity + id: OrganManeaterAnimalStomach + parent: OrganAnimalStomach + name: maneater stomach + categories: [ HideSpawnMenu ] + components: + - type: Stomach + specialDigestible: + components: + - Identity + isDigestibleAddition: true \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Body/Prototypes/animal.yml b/Resources/Prototypes/_Sunrise/Body/Prototypes/animal.yml new file mode 100644 index 00000000000..d60ee2f7edb --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Body/Prototypes/animal.yml @@ -0,0 +1,21 @@ +- type: body + id: ManeaterAnimal + name: "maneater animal" + root: torso + slots: + torso: + part: TorsoAnimal + connections: + - legs + organs: + lungs: OrganAnimalLungs + stomach: OrganManeaterAnimalStomach + liver: OrganAnimalLiver + heart: OrganAnimalHeart + kidneys: OrganAnimalKidneys + legs: + part: LegsAnimal + connections: + - feet + feet: + part: FeetAnimal \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/misc.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/misc.yml new file mode 100644 index 00000000000..a09671db905 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Boxes/misc.yml @@ -0,0 +1,17 @@ +- type: entity + name: face casts box + parent: BoxCardboard + id: BoxFacecast + description: This box is full of faces. + components: + - type: Sprite + layers: + - state: box + - state: facecast + - type: Storage + grid: + - 0,0,4,1 + - type: StorageFill + contents: + - id: ClothingMaskFaceCast + amount: 5 \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Masks/masks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Masks/masks.yml index 9dd3197b5fc..133685f79c6 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Masks/masks.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Masks/masks.yml @@ -129,3 +129,20 @@ sprite: _Sunrise/Clothing/Mask/cemask.rsi - type: BreathMask - type: IngestionBlocker + +- type: entity + parent: ClothingMaskBase + id: ClothingMaskFaceCast + name: face cast + description: It can steal your personality! + components: + - type: Sprite + sprite: _Sunrise/Clothing/Mask/facecast.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Mask/facecast.rsi + - type: BreathMask + - type: Tag + - type: HideLayerClothing + slots: + - Snout + - type: FaceCast \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Mobs/NPCs/animals.yml b/Resources/Prototypes/_Sunrise/Entities/Mobs/NPCs/animals.yml new file mode 100644 index 00000000000..02407df7b70 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Mobs/NPCs/animals.yml @@ -0,0 +1,12 @@ +- type: entity + name: saw + parent: MobPig + id: MobSaw + description: The Mother. + components: + - type: Saw + - type: Reproductive + offspring: + - id: MobSwine + capacity: 6 + isPartnerNeed: false \ No newline at end of file diff --git a/Resources/Textures/Objects/Storage/boxes.rsi/facecast.png b/Resources/Textures/Objects/Storage/boxes.rsi/facecast.png new file mode 100644 index 0000000000000000000000000000000000000000..2597b8026c7864007447e76131b61fe324c1fb0c GIT binary patch literal 168 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}NuDl_ArY;~ z2@%(h_P|9-d0JTo*3k2G6L zORA{4O32;0>9I{x#Im8WvGL)Tm)RmO>$Ga!TvPMPM?s3bBfig7I7U^U-_h1QC;mft6AfLoFw6FSJqV$EGjJ~FNKz^ z%T(W0AY+pAf4=jbz2*Jx0^b=H)t@zt{POSH4YRWkzv#4dA1zAVa((UH(%1$3`Yqf` zYd9V*%H;d;ry{G}qab50_k#O1mt{8G7hnE-)vC8?W|PjbGB9Y`vLrr{>5u0)bYkMA z&2z73yz>=L+g)ls+g9QBTJ@X1W(BhUQJrg@u=%V)3-^OhyYJ^1XM6UZd~toMT48lv zg6Vg`mWwL&&Br{Kd)EB=w!ErB2?2~IgVcl@OtlDm$97pIZ|Ro>Q}UB{ub%QraVdMW z>x)>1xgPVxHBLWFXF0XWZJxOJ#@`z*F;>MnsGBXZ(O+{;MdCdBACqfy8m7#<8WCod z&|_{Na^@Z@(5V+cGo9C8zgPHIZ=YgI_S3LiUhF#4w3n~STCo#k!IeAip;sr%o>qpt cW!K95gp4ku>RFVdQ&MBb@0Ah8(U;qFB literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..d44cd6141e0ebd618c8f0133000f10e77828737a GIT binary patch literal 285 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}*F9YvLn2y} z6C_v{Cy4Zv9PsE{cJ=h_|BJg@-NGiNik+Mlrl0>`Us<_L@!yk^+M8q?C$&9pfBr8$ zAt7PH6p@1ys{j4rWd?%grMX6)X+{$lNlbtGOp6lkmx z%YOlGu6mqXyU? a3=A74heXV{l-&*VB7>)^pUXO@geCx1AZqRa literal 0 HcmV?d00001 diff --git a/Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/meta.json new file mode 100644 index 00000000000..372f749307c --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Mask/facecast.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Created for Sunrise ss14 repo https://github.com/space-sunrise/space-station-14", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-MASK", + "directions": 4 + } + ] +}